Skip to content

Commit f607a66

Browse files
authored
Merge pull request #31 from MacPaw/feat/supportSymfony60
feat: add support symfony 60
2 parents 8dc083d + ee3cd32 commit f607a66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@
3030
],
3131
"require": {
3232
"php": ">=7.4",
33-
"symfony/framework-bundle": "^3.4 || ^4.1.12 || ^5.0"
33+
"symfony/framework-bundle": "^3.4 || ^4.1.12 || ^5.0 || ^6.0"
3434
},
3535
"require-dev": {
3636
"ext-json": "*",
3737
"phpstan/phpstan": "0.12.*",
3838
"squizlabs/php_codesniffer": "3.5.*",
39-
"symfony/phpunit-bridge": "^3.4 || ^4.1.12 || ^5.0",
39+
"symfony/phpunit-bridge": "^3.4 || ^4.1.12 || ^5.0 || ^6.0",
4040
"phpunit/phpunit": "^8.5 || ^9.0",
41-
"symfony/yaml": "^3.4 || ^4.0 || ^5.0",
42-
"symfony/browser-kit": "^3.4 || ^4.4 || ^5.0"
41+
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
42+
"symfony/browser-kit": "^3.4 || ^4.4 || ^5.0 || ^6.0"
4343
},
4444
"autoload": {
4545
"psr-4": {

0 commit comments

Comments
 (0)