Skip to content

Commit

Permalink
Remove dev requirements, re-add bitexpert
Browse files Browse the repository at this point in the history
  • Loading branch information
jissereitsma committed Sep 3, 2024
1 parent 07fc681 commit 6325cfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/extdn-phpstan-pre-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ composer config prefer-stable false

composer require yireo/magento2-integration-test-helper --no-update

#composer config --no-plugins allow-plugins true
composer config --no-plugins allow-plugins true

#composer require --dev phpstan/extension-installer --no-update
#composer require --dev bitexpert/phpstan-magento --no-update
composer require --dev phpstan/extension-installer --no-update
composer require --dev bitexpert/phpstan-magento --no-update

composer require yireo/magento2-replace-bundled:^4.0 --no-update
composer require yireo/magento2-replace-inventory:^4.0 --no-update
Expand Down
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,9 @@
"magento/module-tax": "^100.0",
"guzzlehttp/guzzle": "~6.0|^7.0",
"psr/log": "^1 || ^2 || ^3",
"php": ">=7.0.0",
"php": "^7.4|^8.1",
"ext-pcre": "*"
},
"require-dev": {
"phpunit/phpunit": "*",
"composer/composer": "*@dev"
},
"autoload": {
"psr-4": {
"Yireo\\TaxRatesManager2\\": ""
Expand Down

0 comments on commit 6325cfd

Please sign in to comment.