-
Notifications
You must be signed in to change notification settings - Fork 88
Home
pierrejoye edited this page May 7, 2015
·
8 revisions
picklweb will provide a list of extensions. See https://github.com/FriendsOfPHP/pickleweb/issues/36
Examples:
- ext-gd
- ext-curl
- ext-phar
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