Skip to content

Commit 57806d2

Browse files
authored
feat: bump symfony versions
1 parent aed863d commit 57806d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
}
2121
],
2222
"require": {
23-
"php": "^7.2 || ^8.0 || ^8.1",
24-
"symfony/framework-bundle": "^4.4|^5.0|^6.0",
23+
"php": ">=7.4|8.*",
24+
"symfony/framework-bundle": "^4.4|^5.0|^6.0|6.4.*",
2525
"mobiledetect/mobiledetectlib": "^2.8",
2626
"twig/twig": "2.*|3.*"
2727
},
2828
"require-dev": {
2929
"phpunit/phpunit": "^8.4|^9.0",
30-
"symfony/phpunit-bridge": "^4.4|^5.0|^6.0",
30+
"symfony/phpunit-bridge": "^4.4|^5.0|^6.0|6.4*",
3131
"php-coveralls/php-coveralls": "^2.0.0"
3232
},
3333
"autoload": {

0 commit comments

Comments
 (0)