Removing grumphp dependency and setting phpcsfixer dependency on core module only

parent 81978268
...@@ -36,8 +36,7 @@ ...@@ -36,8 +36,7 @@
"phpunit/phpunit": "~6.0", "phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*", "orchestra/testbench": "3.5.*",
"mockery/mockery": "^0.9.4", "mockery/mockery": "^0.9.4",
"phpro/grumphp": "^0.9.1", "friendsofphp/php-cs-fixer": "^2.6"
"friendsofphp/php-cs-fixer": "^1.11"
}, },
"suggest": { "suggest": {
"asgardcms/notification-module": "Allows notifications to be sent to the user. Optionally real-time notifications." "asgardcms/notification-module": "Allows notifications to be sent to the user. Optionally real-time notifications."
......
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
"composer/installers": "~1.0" "composer/installers": "~1.0"
}, },
"require-dev": { "require-dev": {
"phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11" "friendsofphp/php-cs-fixer": "^1.11"
}, },
"extra": { "extra": {
......
...@@ -35,7 +35,6 @@ ...@@ -35,7 +35,6 @@
"orchestra/testbench": "3.5.*", "orchestra/testbench": "3.5.*",
"league/flysystem-aws-s3-v3": "~1.0", "league/flysystem-aws-s3-v3": "~1.0",
"mockery/mockery": "^0.9.5", "mockery/mockery": "^0.9.5",
"phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11", "friendsofphp/php-cs-fixer": "^1.11",
"doctrine/dbal": "^2.5" "doctrine/dbal": "^2.5"
}, },
......
...@@ -26,9 +26,7 @@ ...@@ -26,9 +26,7 @@
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~6.0", "phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*", "orchestra/testbench": "3.5.*"
"phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11"
}, },
"autoload-dev": { "autoload-dev": {
"psr-4": { "psr-4": {
......
...@@ -26,9 +26,7 @@ ...@@ -26,9 +26,7 @@
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~6.0", "phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*", "orchestra/testbench": "3.5.*"
"phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11"
}, },
"autoload-dev": { "autoload-dev": {
"psr-4": { "psr-4": {
......
...@@ -21,9 +21,7 @@ ...@@ -21,9 +21,7 @@
"require-dev": { "require-dev": {
"phpunit/phpunit": "~6.0", "phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*", "orchestra/testbench": "3.5.*",
"idavoll/page-module": "~3.0", "idavoll/page-module": "~3.0"
"phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
......
...@@ -11,9 +11,7 @@ ...@@ -11,9 +11,7 @@
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~6.0", "phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*", "orchestra/testbench": "3.5.*"
"phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
......
...@@ -31,9 +31,7 @@ ...@@ -31,9 +31,7 @@
"orchestra/testbench": "3.5.*", "orchestra/testbench": "3.5.*",
"scrutinizer/ocular": "~1.1", "scrutinizer/ocular": "~1.1",
"fzaninotto/faker": "~1.5", "fzaninotto/faker": "~1.5",
"mockery/mockery": "^0.9.4", "mockery/mockery": "^0.9.4"
"phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
......
...@@ -27,9 +27,7 @@ ...@@ -27,9 +27,7 @@
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~6.0", "phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*", "orchestra/testbench": "3.5.*"
"phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11"
}, },
"autoload-dev": { "autoload-dev": {
"psr-4": { "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