-
Notifications
You must be signed in to change notification settings - Fork 89
Home
pierrejoye edited this page May 7, 2015
·
8 revisions
looks up for a package named "foo" in this order:
- pickleweb
- pecl.php.net
looks up for a vendor/foo on pickleweb
mainly for composer support as most composer.json uses ext-foo in require alias for pickle install foo
alias for pickle install vendor/foo, same reason as pickle install ext-foo