Hacker News new | ask | show | jobs
by capitanazo77 506 days ago
FYI, composer 2 (the official PHP package manager) uses prolog to figure out if a package can be installed or not.

When it’s not possible, you get a detailed explanation why it’s not possible

1 comments

It uses a SAT solver, not Prolog. https://news.ycombinator.com/item?id=17686801