Skip to content

Commit 3ec21fa

Browse files
committed
Update to Symfony 3.4 and make changes accordingly
1 parent 753b51f commit 3ec21fa

File tree

9 files changed

+1089
-506
lines changed

9 files changed

+1089
-506
lines changed

.github/workflows/phpunit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
php: ['7.0', '7.1', '7.2', '7.3', '7.4']
11+
php: ['7.4']
1212

1313
name: PHP ${{ matrix.php }} tests
1414
steps:

composer.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,22 @@
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": "~7.4",
24+
"symfony/yaml": "~3.4",
25+
"symfony/console": "~3.4",
26+
"symfony/finder": "~3.4",
2727
"battye/php-array-parser": "~1.0"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "~5.7"
30+
"phpunit/phpunit": "~9.0"
3131
},
3232
"bin": [
3333
"translation.php"
3434
],
3535
"config": {
36+
"platform": {
37+
"php": "7.4.33"
38+
},
3639
"bin-dir": "bin"
3740
},
3841
"autoload": {

0 commit comments

Comments
 (0)