Skip to content

Commit 64d5fa9

Browse files
author
Martin de Keijzer
committed
Move php-http packages from require-dev to require
1 parent 326c4eb commit 64d5fa9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.4|^8.0"
19+
"php": "^7.4|^8.0",
20+
"php-http/discovery": "^1.13",
21+
"php-http/guzzle7-adapter": "^0.1.1",
22+
"php-http/message": "^1.11"
2023
},
2124
"require-dev": {
2225
"phpunit/phpunit": "^9.0",
2326
"mockery/mockery": "^1.4",
24-
"php-http/discovery": "^1.13",
25-
"php-http/guzzle7-adapter": "^0.1.1",
26-
"php-http/message": "^1.11",
2727
"phpspec/prophecy-phpunit": "^2.0"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)