Skip to content

Commit 2373419

Browse files
authored
allow Symfony 8 components (#27)
1 parent 9a419ca commit 2373419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"require": {
1717
"php": "^7.2 || ^8.0",
18-
"symfony/finder": "^4.4 || ^5.3 || ^6 || ^7",
18+
"symfony/finder": "^4.4 || ^5.3 || ^6 || ^7 || ^8",
1919
"composer/pcre": "^2.1 || ^3.1"
2020
},
2121
"require-dev": {
@@ -24,7 +24,7 @@
2424
"phpstan/phpstan-deprecation-rules": "^1 || ^2",
2525
"phpstan/phpstan-strict-rules": "^1.1 || ^2",
2626
"phpstan/phpstan-phpunit": "^1 || ^2",
27-
"symfony/filesystem": "^5.4 || ^6"
27+
"symfony/filesystem": "^5.4 || ^6 || ^7 || ^8"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)