Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
move phpunit to require-dev
  • Loading branch information
hryvinskyi authored Aug 8, 2020
1 parent d56ca51 commit 97fbf95
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
"php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-store": "*",
"phpunit/phpunit": "~6.5.0",
"scriptua/magento2-base": "~2.0.0"
},
"require-dev": {
"phpunit/phpunit": "~6.5.0"
},
"type": "magento2-module",
"version": "1.1.5",
"version": "1.1.6",
"license": "MIT",
"autoload": {
"files": [
Expand Down

0 comments on commit 97fbf95

Please sign in to comment.