Skip to content

Commit 0303656

Browse files
committed
WIP
Signed-off-by: Nguyen Van Nguyen <[email protected]>
1 parent e1e7cdb commit 0303656

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,19 @@
3434
},
3535
"require-dev": {
3636
"donatj/mock-webserver": "^2.7",
37-
"guzzlehttp/guzzle": "^7.8",
37+
"nyholm/psr7": "^1.8",
38+
"nyholm/psr7-server": "^1.1",
39+
"php-http/curl-client": "^2.3",
3840
"phpunit/phpunit": "^9.0 | ^10.0"
3941
},
4042
"scripts": {
4143
"test": [
4244
"vendor/bin/phpunit"
4345
]
46+
},
47+
"config": {
48+
"allow-plugins": {
49+
"php-http/discovery": true
50+
}
4451
}
4552
}

0 commit comments

Comments
 (0)