We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753b51f commit 1522e41Copy full SHA for 1522e41
composer.json
@@ -20,14 +20,14 @@
20
],
21
"minimum-stability": "stable",
22
"require": {
23
- "php": ">=5.5.9",
24
- "symfony/yaml": "~3.0",
25
- "symfony/console": "~3.0",
26
- "symfony/finder": "~3.0",
+ "php": ">=8.1",
+ "symfony/yaml": "~6.3",
+ "symfony/console": "~6.3",
+ "symfony/finder": "~6.3",
27
"battye/php-array-parser": "~1.0"
28
},
29
"require-dev": {
30
- "phpunit/phpunit": "~5.7"
+ "phpunit/phpunit": "~8.0"
31
32
"bin": [
33
"translation.php"
0 commit comments