Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Add PHPStan (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed Aug 16, 2023
1 parent d104504 commit cd837dd
Show file tree
Hide file tree
Showing 4 changed files with 5,005 additions and 507 deletions.
15 changes: 13 additions & 2 deletions .dev-tools/composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
{
"require": {
"ergebnis/composer-normalize": "^2.34",
"ergebnis/composer-normalize": "^2.35",
"kubawerlos/composer-smaller-lock": "^1.0.1",
"kubawerlos/php-cs-fixer-custom-fixers": "^3.16.2",
"magento/magento2ce": "^2.4",
"php-cs-fixer/shim": "^3.22",
"phpstan/phpstan": "^1.10.28",
"tpay-com/tpay-php": "^2.3.4",
"vimeo/psalm": "^5.14.1"
},
"repositories": [
{
"type": "github",
"url": "https://github.com/magento/magento2.git"
}
],
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true,
"kubawerlos/composer-smaller-lock": true
"kubawerlos/composer-smaller-lock": true,
"magento/composer-dependency-version-audit-plugin": false,
"magento/magento-composer-installer": false
}
}
}

0 comments on commit cd837dd

Please sign in to comment.