Skip to content

Commit

Permalink
chore: refactor out Craft-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Jan 31, 2024
1 parent 2e6ea69 commit 3299da6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
},
"require-dev": {
"composer/composer": "^1.0 || ^2.0",
"craftcms/ecs": "dev-main",
"craftcms/phpstan": "dev-main",
"craftcms/rector": "dev-main"
"craftcms/ecs": "dev-main"
},
"scripts": {
"phpstan": "phpstan --ansi --memory-limit=1G",
Expand Down
3 changes: 0 additions & 3 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
includes:
- vendor/craftcms/phpstan/phpstan.neon

parameters:
level: 5
paths:
Expand Down

0 comments on commit 3299da6

Please sign in to comment.