File tree 3 files changed +18
-3
lines changed
3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 3
3
vendor /
4
4
composer.lock
5
5
phpunit.xml
6
- puli.json
Original file line number Diff line number Diff line change 11
11
}
12
12
],
13
13
"prefer-stable" : true ,
14
- "minimum-stability" : " dev " ,
14
+ "minimum-stability" : " beta " ,
15
15
"require" : {
16
16
"php" : " >=5.5" ,
17
17
"ext-curl" : " *" ,
24
24
"php-http/message" : " ^1.0" ,
25
25
"php-http/discovery" : " ~0.8.0" ,
26
26
"phpunit/phpunit" : " ^4.8" ,
27
- "puli/composer-plugin" : " ^ 1.0" ,
27
+ "puli/composer-plugin" : " 1.0.0-beta9 " ,
28
28
"zendframework/zend-diactoros" : " ^1.0"
29
29
},
30
30
"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