Skip to content

Commit 291669a

Browse files
committed
Composer.json: use same constrains than EPV to align with titania constrains
1 parent 4bfdfa0 commit 291669a

File tree

2 files changed

+936
-749
lines changed

2 files changed

+936
-749
lines changed

composer.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,19 @@
2020
],
2121
"minimum-stability": "stable",
2222
"require": {
23-
"php": "~7.4",
24-
"symfony/yaml": "~3.4",
25-
"symfony/console": "~3.4",
26-
"symfony/finder": "~3.4",
23+
"php": ">=7.2",
24+
"symfony/yaml": "^3.0 || ^4.0 || ^5.0 || ^6.0",
25+
"symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0",
26+
"symfony/finder": "^3.0 || ^4.0 || ^5.0 || ^6.0",
2727
"battye/php-array-parser": "~1.0"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "~9.0"
30+
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
3131
},
3232
"bin": [
3333
"translation.php"
3434
],
3535
"config": {
36-
"platform": {
37-
"php": "7.4.33"
38-
},
3936
"bin-dir": "bin"
4037
},
4138
"autoload": {

0 commit comments

Comments
 (0)