Skip to content

Commit e8cdfeb

Browse files
authored
Fix broken tests (#458)
* Fix tests: Lock php-http/httplug on latest v1 * Do not allow nyholm/symfony-bundle-test >=v1.8 that causes tests to fail * Remove php-http/httplug as a direct dependency
1 parent d7aba90 commit e8cdfeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
3939
"matthiasnoback/symfony-config-test": "^4.1",
4040
"nyholm/psr7": "^1.1",
41-
"nyholm/symfony-bundle-test": "^1.6.1"
41+
"nyholm/symfony-bundle-test": "^1.6.1, <1.8"
4242
},
4343
"suggest": {
4444
"php-http/httplug-bundle": "To easier configure your httplug clients."

0 commit comments

Comments
 (0)