Skip to content

Commit 22a968f

Browse files
authored
Bump packages and php ci version
1 parent 57d66f4 commit 22a968f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/quality-assurance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
php-version: [8.1]
17+
php-version: [8.3]
1818
steps:
1919
- uses: actions/checkout@v4
2020
- uses: shivammathur/setup-php@v2

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
},
1919
"require": {
2020
"php": "^8.1",
21-
"phpstan/phpstan": "^1.4",
21+
"phpstan/phpstan": "^1.4|^2.0",
2222
"larastan/larastan": "^2.8",
2323
"spatie/laravel-data": "^3.0|^4.0"
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": "^10.0",
27-
"cego/php-cs-fixer": "^1.0"
26+
"phpunit/phpunit": "^11.0",
27+
"cego/php-cs-fixer": "^2.0"
2828
}
2929
}

0 commit comments

Comments
 (0)