Skip to content

Commit 7e6000d

Browse files
authored
move to larastan (#111)
1 parent b3ccffe commit 7e6000d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/phpstan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup PHP
1818
uses: shivammathur/setup-php@v2
1919
with:
20-
php-version: 8.1
20+
php-version: 8.2
2121

2222
- name: Cache Composer packages
2323
id: composer-cache

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"require-dev": {
5151
"orchestra/testbench": "^7.0|^8.0|^9.0",
5252
"phpunit/phpunit": "^9.0|^10.5",
53-
"nunomaduro/larastan": "^2.1",
54-
"friendsofphp/php-cs-fixer": "^3.9"
53+
"friendsofphp/php-cs-fixer": "^3.9",
54+
"larastan/larastan": "^2.0"
5555
},
5656
"minimum-stability": "dev",
5757
"prefer-stable": true

phpstan.neon.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
includes:
2-
- ./vendor/nunomaduro/larastan/extension.neon
2+
- ./vendor/larastan/larastan/extension.neon
33

44
parameters:
55

0 commit comments

Comments
 (0)