Skip to content

Commit 4f9d6f9

Browse files
Fix broken tests on Symfony 6 (#1145)
* Fix broken tests on Symfony 6 * Fixes * Fixes
1 parent dfb25da commit 4f9d6f9

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
@@ -24,7 +24,7 @@
2424
"async-aws/sqs": "^1.0",
2525
"async-aws/ssm": "^1.0",
2626
"matthiasnoback/symfony-config-test": "^4.1",
27-
"nyholm/symfony-bundle-test": "^1.6.1",
27+
"nyholm/symfony-bundle-test": "1.x-dev#0555e4898e1b05655a4bdf52ba10c7f56611a514 as 1.9.0",
2828
"symfony/cache": "^4.4 || ^5.0 || ^6.0"
2929
},
3030
"extra": {

0 commit comments

Comments
 (0)