File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed
Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 33vendor /
44composer.lock
55phpunit.xml
6- puli.json
Original file line number Diff line number Diff line change 1111 }
1212 ],
1313 "prefer-stable" : true ,
14- "minimum-stability" : " dev " ,
14+ "minimum-stability" : " beta " ,
1515 "require" : {
1616 "php" : " >=5.5" ,
1717 "ext-curl" : " *" ,
2121 "require-dev" : {
2222 "guzzlehttp/psr7" : " ^1.0" ,
2323 "php-http/adapter-integration-tests" : " dev-master#836cdff8294174cceeae54601ab4079c309227b7" ,
24- "php-http/message" : " ^1.0" ,
24+ "php-http/message" : " ^1.0.2 " ,
2525 "php-http/discovery" : " ~0.8.0" ,
2626 "phpunit/phpunit" : " ^4.8" ,
27- "puli/composer-plugin" : " ^ 1.0" ,
27+ "puli/composer-plugin" : " 1.0.0-beta9 " ,
2828 "zendframework/zend-diactoros" : " ^1.0"
2929 },
3030 "autoload" : {
Original file line number Diff line number Diff line change 1+ {
2+ "version" : " 1.0" ,
3+ "name" : " php-http/curl-client" ,
4+ "bindings" : {
5+ "98239b8b-103b-4f47-94c7-4cba49a05a1f" : {
6+ "_class" : " Puli\\ Discovery\\ Binding\\ ClassBinding" ,
7+ "class" : " Http\\ Client\\ Curl\\ Client" ,
8+ "type" : " Http\\ Client\\ HttpAsyncClient"
9+ },
10+ "a6a79968-2aa5-427c-bbe1-a581d9a48321" : {
11+ "_class" : " Puli\\ Discovery\\ Binding\\ ClassBinding" ,
12+ "class" : " Http\\ Client\\ Curl\\ Client" ,
13+ "type" : " Http\\ Client\\ HttpClient"
14+ }
15+ }
16+ }
You can’t perform that action at this time.
0 commit comments