Skip to content

Commit 61bb8f5

Browse files
committed
📦 Stick with working version of integration tests package
TO BE REVERTED after [1] AND need to update min version for the tests package [1] php-http/client-integration-tests#60
1 parent c849681 commit 61bb8f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@
1717
},
1818
"require-dev": {
1919
"friendsofphp/php-cs-fixer": "^3.51",
20-
"php-http/client-integration-tests": "^3.0",
20+
"php-http/client-integration-tests": "3.0.1",
2121
"php-http/message": "^1.16",
2222
"php-http/client-common": "^2.7",
23-
"phpunit/phpunit": "^8.5.23 || ~9.5"
23+
"phpunit/phpunit": "^8.5.23 || ~9.5",
24+
"php-http/message-factory": "^1.1"
2425
},
2526
"provide": {
2627
"php-http/client-implementation": "1.0",

0 commit comments

Comments
 (0)