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 4bfdfa0 commit 291669aCopy full SHA for 291669a
composer.json
@@ -20,22 +20,19 @@
20
],
21
"minimum-stability": "stable",
22
"require": {
23
- "php": "~7.4",
24
- "symfony/yaml": "~3.4",
25
- "symfony/console": "~3.4",
26
- "symfony/finder": "~3.4",
+ "php": ">=7.2",
+ "symfony/yaml": "^3.0 || ^4.0 || ^5.0 || ^6.0",
+ "symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0",
+ "symfony/finder": "^3.0 || ^4.0 || ^5.0 || ^6.0",
27
"battye/php-array-parser": "~1.0"
28
},
29
"require-dev": {
30
- "phpunit/phpunit": "~9.0"
+ "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
31
32
"bin": [
33
"translation.php"
34
35
"config": {
36
- "platform": {
37
- "php": "7.4.33"
38
- },
39
"bin-dir": "bin"
40
41
"autoload": {
0 commit comments