Skip to content

Commit 63f42ea

Browse files
committed
Move development dependencies to require-dev
1 parent d17fcd2 commit 63f42ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
"php-http/discovery": "^1.6",
3232
"psr/http-factory": "^1.0.2",
3333
"php-http/client-implementation": "^1.0",
34-
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
35-
"symfony/http-client": "^5.4 || ^6.4",
36-
"php-http/message-factory": "^1.1"
34+
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
3735
},
3836
"require-dev": {
3937
"phpunit/phpunit": "^7 || ^8 || ^9.4",
4038
"php-http/message": "^1.7",
4139
"php-http/mock-client": "^1.0",
40+
"php-http/message-factory": "^1.1",
41+
"symfony/http-client": "^5.4 || ^6.4",
4242
"nyholm/psr7": "^1.0"
4343
},
4444
"scripts": {

0 commit comments

Comments
 (0)