Skip to content

Commit 60366f7

Browse files
committed
Update dependencies
1 parent a7fcf3e commit 60366f7

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

composer.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "HTTP Adapter integration tests",
44
"license": "MIT",
55
"keywords": ["http", "integration", "tests"],
6-
"homepage": "http://php-http.org",
6+
"homepage": "http://httplug.io",
77
"authors": [
88
{
99
"name": "Eric GELOEN",
@@ -13,11 +13,13 @@
1313
"require": {
1414
"php": ">=5.4",
1515
"phpunit/phpunit": "^4.5",
16-
"php-http/discovery": "^0.5",
16+
"php-http/httplug": "^1.0",
17+
"php-http/discovery": "^0.6.4",
1718
"php-http/message": "~0.2.1",
18-
"php-http/httplug": "~1.0@dev",
1919
"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"
2123
},
2224
"autoload": {
2325
"psr-4": {
@@ -33,5 +35,5 @@
3335
}
3436
},
3537
"prefer-stable": true,
36-
"minimum-stability": "dev"
38+
"minimum-stability": "RC"
3739
}

0 commit comments

Comments
 (0)