We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d66f4 commit 22a968fCopy full SHA for 22a968f
.github/workflows/quality-assurance.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
- php-version: [8.1]
+ php-version: [8.3]
18
steps:
19
- uses: actions/checkout@v4
20
- uses: shivammathur/setup-php@v2
composer.json
@@ -18,12 +18,12 @@
},
"require": {
"php": "^8.1",
21
- "phpstan/phpstan": "^1.4",
+ "phpstan/phpstan": "^1.4|^2.0",
22
"larastan/larastan": "^2.8",
23
"spatie/laravel-data": "^3.0|^4.0"
24
25
"require-dev": {
26
- "phpunit/phpunit": "^10.0",
27
- "cego/php-cs-fixer": "^1.0"
+ "phpunit/phpunit": "^11.0",
+ "cego/php-cs-fixer": "^2.0"
28
}
29
0 commit comments