Skip to content

Commit c48302c

Browse files
authored
chore: Bump minimum Symfony version to 6.4 (#14)
1 parent 74d64aa commit c48302c

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
@@ -14,15 +14,15 @@
1414
],
1515
"require": {
1616
"php": "^8.1",
17-
"symfony/filesystem": "^6.3 || ^7.0",
17+
"symfony/filesystem": "^6.4 || ^7.0",
1818
"thecodingmachine/safe": "^2.0"
1919
},
2020
"require-dev": {
2121
"bamarni/composer-bin-plugin": "^1.4",
2222
"ergebnis/composer-normalize": "^2.28",
2323
"infection/infection": ">=0.26",
2424
"phpunit/phpunit": "^10.3",
25-
"symfony/finder": "^6.3 || ^7.0"
25+
"symfony/finder": "^6.4 || ^7.0"
2626
},
2727
"prefer-stable": true,
2828
"autoload": {

0 commit comments

Comments
 (0)