Removing grumphp dependency and setting phpcsfixer dependency on core module only

parent 81978268
......@@ -36,8 +36,7 @@
"phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*",
"mockery/mockery": "^0.9.4",
"phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11"
"friendsofphp/php-cs-fixer": "^2.6"
},
"suggest": {
"asgardcms/notification-module": "Allows notifications to be sent to the user. Optionally real-time notifications."
......
......@@ -24,7 +24,6 @@
"composer/installers": "~1.0"
},
"require-dev": {
"phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11"
},
"extra": {
......
......@@ -35,7 +35,6 @@
"orchestra/testbench": "3.5.*",
"league/flysystem-aws-s3-v3": "~1.0",
"mockery/mockery": "^0.9.5",
"phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11",
"doctrine/dbal": "^2.5"
},
......
......@@ -26,9 +26,7 @@
},
"require-dev": {
"phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*",
"phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11"
"orchestra/testbench": "3.5.*"
},
"autoload-dev": {
"psr-4": {
......
......@@ -26,9 +26,7 @@
},
"require-dev": {
"phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*",
"phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11"
"orchestra/testbench": "3.5.*"
},
"autoload-dev": {
"psr-4": {
......
......@@ -21,9 +21,7 @@
"require-dev": {
"phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*",
"idavoll/page-module": "~3.0",
"phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11"
"idavoll/page-module": "~3.0"
},
"autoload": {
"psr-4": {
......
......@@ -11,9 +11,7 @@
},
"require-dev": {
"phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*",
"phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11"
"orchestra/testbench": "3.5.*"
},
"autoload": {
"psr-4": {
......
......@@ -31,9 +31,7 @@
"orchestra/testbench": "3.5.*",
"scrutinizer/ocular": "~1.1",
"fzaninotto/faker": "~1.5",
"mockery/mockery": "^0.9.4",
"phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11"
"mockery/mockery": "^0.9.4"
},
"autoload": {
"psr-4": {
......
......@@ -27,9 +27,7 @@
},
"require-dev": {
"phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*",
"phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11"
"orchestra/testbench": "3.5.*"
},
"autoload-dev": {
"psr-4": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment