We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ced23a commit 6a18d25Copy full SHA for 6a18d25
composer.json
@@ -17,13 +17,13 @@
17
"symfony/messenger": "^6.4",
18
"symfony/property-access": "^6.4",
19
"symfony/string": "^6.4",
20
- "symfony/yaml": "^6.4 || ^7.1"
+ "symfony/yaml": "^6.4 || ^7.1",
21
+ "tourze/symfony-integration-test-kernel": "0.0.*"
22
},
23
"require-dev": {
24
"phpstan/phpstan": "^2.1",
25
"phpunit/phpunit": "^10.0",
- "symfony/phpunit-bridge": "^6.4",
26
- "tourze/integration-test-kernel": "0.0.*"
+ "symfony/phpunit-bridge": "^6.4"
27
28
"autoload": {
29
"psr-4": {
0 commit comments