Skip to content

Commit 4b22053

Browse files
committed
feat: bump min deps
1 parent 6fa15f9 commit 4b22053

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
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') && github.repository_owner == 'zenstruck'
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') && github.repository_owner == 'zenstruck'
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: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=8.0"
14+
"php": ">=8.1"
1515
},
1616
"require-dev": {
1717
"phpstan/phpstan": "^1.4",
1818
"phpunit/phpunit": "^9.6.19",
19-
"symfony/phpunit-bridge": "^6.1",
20-
"symfony/var-dumper": "^5.4|^6.0"
19+
"symfony/phpunit-bridge": "^6.4|^7.0|^8.0",
20+
"symfony/var-dumper": "^6.4|^7.0|^8.0"
2121
},
2222
"config": {
2323
"preferred-install": "dist",
@@ -28,5 +28,7 @@
2828
},
2929
"autoload-dev": {
3030
"psr-4": { "Zenstruck\\Tests\\": ["tests/"] }
31-
}
31+
},
32+
"minimum-stability": "dev",
33+
"prefer-stable": true
3234
}

0 commit comments

Comments
 (0)