Skip to content

Commit 909160f

Browse files
authored
Merge pull request #77 from phpbb/symfony-6.3
Update master to Symfony 6.3
2 parents 4bfdfa0 + 4efe5b0 commit 909160f

File tree

5 files changed

+652
-436
lines changed

5 files changed

+652
-436
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.4']
11+
php: ['8.1']
1212

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

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": "~7.4",
24-
"symfony/yaml": "~3.4",
25-
"symfony/console": "~3.4",
26-
"symfony/finder": "~3.4",
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": "~9.0"
30+
"phpunit/phpunit": "~10.0"
3131
},
3232
"bin": [
3333
"translation.php"

0 commit comments

Comments
 (0)