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 #20 from bitExpert/fix/captainhook_dev_dependency
Browse files Browse the repository at this point in the history
Turn CaptainHook into a dev dependency
  • Loading branch information
shochdoerfer authored Jan 23, 2021
2 parents 18d4c54 + 77e314e commit deb2e01
Show file tree
Hide file tree
Showing 2 changed files with 257 additions and 257 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"require": {
"php": "^7.4",
"magento/module-webapi": "100.3.5|100.4.0",
"magento/framework": "102.0.6|103.0.0|103.0.1",
"captainhook/captainhook": "^5.4"
"magento/framework": "102.0.6|103.0.0|103.0.1"
},
"require-dev": {
"n98/magerun2": "^4.0.0",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.5",
"phing/phing": "^2.16",
"phpstan/phpstan": "^0.12.68",
"captainhook/captainhook": "^5.4",
"captainhook/plugin-composer": "^5.2",
"bitexpert/phpstan-magento": "^0.6.0",
"phpstan/extension-installer": "^1.1",
Expand Down
Loading

0 comments on commit deb2e01

Please sign in to comment.