Skip to content

Commit 9a2fd1c

Browse files
committed
Move deps
1 parent c1122d9 commit 9a2fd1c

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
@@ -18,8 +18,7 @@
1818
"php": "~8.1 || ~8.2",
1919
"react/http": "^1.9",
2020
"react/async": "^4.1",
21-
"psr/http-client": "^1.0",
22-
"veewee/composer-run-parallel": "^1.2"
21+
"psr/http-client": "^1.0"
2322
},
2423
"provide": {
2524
"psr/http-client-implementation": "^1"
@@ -29,7 +28,8 @@
2928
"phpunit/phpunit": "^10.3",
3029
"friendsofphp/php-cs-fixer": "^3.30",
3130
"symfony/process": "^6.3",
32-
"nyholm/psr7": "^1.8"
31+
"nyholm/psr7": "^1.8",
32+
"veewee/composer-run-parallel": "^1.2"
3333
},
3434
"config": {
3535
"allow-plugins": {

0 commit comments

Comments
 (0)