File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 5
5
"php" : " >=5.4" ,
6
6
"symfony/options-resolver" : " ^2.7" ,
7
7
"php-http/httplug" : " ^1.0@dev" ,
8
- "php-http/message-factory" : " dev-master as 0.1.1 " ,
8
+ "php-http/message-factory" : " ^0.2@dev " ,
9
9
"php-http/utils" : " ^0.1@dev"
10
10
},
11
11
"require-dev" : {
12
12
"phpunit/phpunit" : " ^4.8" ,
13
13
"guzzlehttp/psr7" : " ^1.2" ,
14
- "php-http/discovery" : " dev-master " ,
15
- "php-http/adapter-integration-tests" : " dev-feature/httplug "
14
+ "php-http/discovery" : " ^0.2@ dev" ,
15
+ "php-http/adapter-integration-tests" : " ^0.2@ dev"
16
16
},
17
17
"autoload" : {
18
18
"psr-4" : {
19
19
"Http\\ Socket\\ " : " src/" ,
20
20
"Http\\ Socket\\ Tests\\ " : " tests/"
21
21
}
22
22
},
23
- "repositories" : [
24
- {
25
- "type" : " vcs" ,
26
- "url" : " https://github.com/joelwurtz/adapter-integration-tests"
27
- }
28
- ],
29
23
"license" : " MIT" ,
30
24
"authors" : [
31
25
{
You can’t perform that action at this time.
0 commit comments