We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ccffe commit 7e6000dCopy full SHA for 7e6000d
.github/workflows/phpstan.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup PHP
18
uses: shivammathur/setup-php@v2
19
with:
20
- php-version: 8.1
+ php-version: 8.2
21
22
- name: Cache Composer packages
23
id: composer-cache
composer.json
@@ -50,8 +50,8 @@
50
"require-dev": {
51
"orchestra/testbench": "^7.0|^8.0|^9.0",
52
"phpunit/phpunit": "^9.0|^10.5",
53
- "nunomaduro/larastan": "^2.1",
54
- "friendsofphp/php-cs-fixer": "^3.9"
+ "friendsofphp/php-cs-fixer": "^3.9",
+ "larastan/larastan": "^2.0"
55
},
56
"minimum-stability": "dev",
57
"prefer-stable": true
phpstan.neon.dist
@@ -1,5 +1,5 @@
1
includes:
2
- - ./vendor/nunomaduro/larastan/extension.neon
+ - ./vendor/larastan/larastan/extension.neon
3
4
parameters:
5
0 commit comments