File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 3
3
"description" : " HTTP Adapter integration tests" ,
4
4
"license" : " MIT" ,
5
5
"keywords" : [" http" , " integration" , " tests" ],
6
- "homepage" : " http://php-http.org " ,
6
+ "homepage" : " http://httplug.io " ,
7
7
"authors" : [
8
8
{
9
9
"name" : " Eric GELOEN" ,
13
13
"require" : {
14
14
"php" : " >=5.4" ,
15
15
"phpunit/phpunit" : " ^4.5" ,
16
- "php-http/discovery" : " ^0.5" ,
16
+ "php-http/httplug" : " ^1.0" ,
17
+ "php-http/discovery" : " ^0.6.4" ,
17
18
"php-http/message" : " ~0.2.1" ,
18
- "php-http/httplug" : " ~1.0@dev" ,
19
19
"guzzlehttp/psr7" : " ^1.0" ,
20
- "th3n3rd/cartesian-product" : " ^0.3"
20
+ "th3n3rd/cartesian-product" : " ^0.3" ,
21
+ "puli/cli" : " ~1.0.0-beta9@dev" ,
22
+ "justinrainbow/json-schema" : " <1.5"
21
23
},
22
24
"autoload" : {
23
25
"psr-4" : {
33
35
}
34
36
},
35
37
"prefer-stable" : true ,
36
- "minimum-stability" : " dev "
38
+ "minimum-stability" : " RC "
37
39
}
You can’t perform that action at this time.
0 commit comments