Skip to content

Commit 283c819

Browse files
Remove PHPStan
1 parent 0ae45f3 commit 283c819

File tree

6 files changed

+0
-47
lines changed

6 files changed

+0
-47
lines changed

.gitattributes

-2
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,3 @@
1515
/psalm.xml.dist export-ignore
1616
/testbench.yaml export-ignore
1717
/UPGRADING.md export-ignore
18-
/phpstan.neon.dist export-ignore
19-
/phpstan-baseline.neon export-ignore

.github/workflows/phpstan.yml

-26
This file was deleted.

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ composer.lock
77
coverage
88
docs
99
phpunit.xml
10-
phpstan.neon
1110
testbench.yaml
1211
vendor
1312
node_modules

composer.json

-6
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,9 @@
2222
},
2323
"require-dev": {
2424
"nunomaduro/collision": "^5.10",
25-
"nunomaduro/larastan": "^1.0",
2625
"orchestra/testbench": "^6.22",
2726
"pestphp/pest": "^1.21",
2827
"pestphp/pest-plugin-laravel": "^1.1",
29-
"phpstan/extension-installer": "^1.1",
30-
"phpstan/phpstan-deprecation-rules": "^1.0",
31-
"phpstan/phpstan-phpunit": "^1.0",
3228
"phpunit/phpunit": "^9.5",
3329
"spatie/laravel-ray": "^1.26"
3430
},
@@ -44,14 +40,12 @@
4440
}
4541
},
4642
"scripts": {
47-
"analyse": "vendor/bin/phpstan analyse",
4843
"test": "vendor/bin/pest",
4944
"test-coverage": "vendor/bin/pest coverage"
5045
},
5146
"config": {
5247
"sort-packages": true,
5348
"allow-plugins": {
54-
"phpstan/extension-installer": true,
5549
"pestphp/pest-plugin": true
5650
}
5751
},

phpstan-baseline.neon

Whitespace-only changes.

phpstan.neon.dist

-12
This file was deleted.

0 commit comments

Comments
 (0)