Skip to content

Commit b1bd1f5

Browse files
authored
feat: Symfony 8 support (#9)
1 parent 269e34f commit b1bd1f5

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: (github.event_name == 'push' || github.event_name == 'schedule') && !startsWith(github.ref, 'refs/tags')
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: zenstruck/.github@php-cs-fixer
28+
- uses: zenstruck/.github/actions/php-cs-fixer@main
2929
with:
3030
php: 8
3131
key: ${{ secrets.GPG_PRIVATE_KEY }}
@@ -36,7 +36,7 @@ jobs:
3636
if: (github.event_name == 'push' || github.event_name == 'schedule') && !startsWith(github.ref, 'refs/tags')
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: zenstruck/.github@sync-with-template
39+
- uses: zenstruck/.github/actions/sync-with-template@main
4040
with:
4141
key: ${{ secrets.GPG_PRIVATE_KEY }}
4242
token: ${{ secrets.COMPOSER_TOKEN }}

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=8.0",
15+
"php": ">=8.1",
1616
"zenstruck/uri": "^2.0"
1717
},
1818
"require-dev": {
19-
"phpstan/phpstan": "^1.4",
20-
"phpunit/phpunit": "^9.6.21",
21-
"symfony/cache": "^5.4|^6.0|^7.0",
22-
"symfony/framework-bundle": "^5.4|^6.0|^7.0",
23-
"symfony/phpunit-bridge": "^6.0|^7.0",
24-
"symfony/var-dumper": "^5.4|^6.0|^7.0"
19+
"phpstan/phpstan": "^2.0",
20+
"phpunit/phpunit": "^9.5.0",
21+
"symfony/cache": "^6.4|^7.0|^8.0",
22+
"symfony/framework-bundle": "^6.4|^7.0|^8.0",
23+
"symfony/phpunit-bridge": "^6.4|^7.0|^8.0",
24+
"symfony/var-dumper": "^6.4|^7.0|^8.0"
2525
},
2626
"config": {
2727
"preferred-install": "dist",

0 commit comments

Comments
 (0)