Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Commit

Permalink
Merge pull request #35 from shochdoerfer/feature/phpstan_strict
Browse files Browse the repository at this point in the history
Add phpstan/phpstan-strict-rules dependency
  • Loading branch information
shochdoerfer committed Feb 13, 2021
2 parents 8469ed6 + 834b182 commit fe854cf
Show file tree
Hide file tree
Showing 7 changed files with 318 additions and 264 deletions.
9 changes: 5 additions & 4 deletions composer.json
Expand Up @@ -23,9 +23,9 @@
],
"require": {
"php": "^7.4",
"magento/framework": "^103.0.2",
"magento/module-customer": "^103.0.2",
"magento/module-indexer" : "^100.4.2"
"magento/framework": "102.0.6|103.0.0|103.0.1|103.0.2",
"magento/module-customer": "102.0.6|103.0.0|103.0.1|103.0.2",
"magento/module-indexer" : "100.3.6|100.4.0|100.4.1|100.4.2"
},
"require-dev": {
"n98/magerun2": "^4.0.0",
Expand All @@ -38,7 +38,8 @@
"bitexpert/phpstan-magento": "^0.6.0",
"roave/security-advisories": "dev-latest",
"infection/infection": "^0.21.0",
"bitexpert/captainhook-infection": "^0.3.0"
"bitexpert/captainhook-infection": "^0.3.0",
"phpstan/phpstan-strict-rules": "^0.12.9"
},
"repositories": [
{
Expand Down

0 comments on commit fe854cf

Please sign in to comment.