Skip to content

Commit 1522e41

Browse files
committed
Upgrade to the latest Symfony version
1 parent 753b51f commit 1522e41

File tree

4 files changed

+1156
-553
lines changed

4 files changed

+1156
-553
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
],
2121
"minimum-stability": "stable",
2222
"require": {
23-
"php": ">=5.5.9",
24-
"symfony/yaml": "~3.0",
25-
"symfony/console": "~3.0",
26-
"symfony/finder": "~3.0",
23+
"php": ">=8.1",
24+
"symfony/yaml": "~6.3",
25+
"symfony/console": "~6.3",
26+
"symfony/finder": "~6.3",
2727
"battye/php-array-parser": "~1.0"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "~5.7"
30+
"phpunit/phpunit": "~8.0"
3131
},
3232
"bin": [
3333
"translation.php"

0 commit comments

Comments
 (0)