Skip to content

Commit

Permalink
Added ecs & phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenckens committed Feb 8, 2024
1 parent ee384bc commit d45663d
Show file tree
Hide file tree
Showing 4 changed files with 7,145 additions and 4 deletions.
12 changes: 8 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@
"spatie/schema-org": "^3.0.0"
},
"require-dev": {
"codeception/codeception": "^4.0.0",
"vlucas/phpdotenv": "^3.0",
"codeception/module-yii2": "^1.0.0",
"codeception/module-asserts": "^1.0.0"
"craftcms/ecs": "dev-main",
"craftcms/phpstan": "dev-main"
},
"autoload": {
"psr-4": {
Expand All @@ -47,5 +45,11 @@
"hasCpSettings": true,
"hasCpSection": true,
"class": "studioespresso\\seofields\\SeoFields"
},
"config": {
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
}
}
Loading

0 comments on commit d45663d

Please sign in to comment.