Updating module dependencies

parent 3009e492
......@@ -33,10 +33,10 @@
"tightenco/ziggy": "~0.4"
},
"require-dev": {
"phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*",
"phpunit/phpunit": "~7.0",
"orchestra/testbench": "3.6.*",
"mockery/mockery": "^0.9.4",
"friendsofphp/php-cs-fixer": "^2.6"
"friendsofphp/php-cs-fixer": "^2.12"
},
"suggest": {
"asgardcms/notification-module": "Allows notifications to be sent to the user. Optionally real-time notifications."
......
......@@ -20,11 +20,11 @@
"source": "https://github.com/AsgardCms/Dashboard"
},
"require": {
"php": ">=5.6.4",
"php": ">=7.0",
"composer/installers": "~1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^1.11"
"friendsofphp/php-cs-fixer": "^2.12"
},
"extra": {
"branch-alias": {
......
......@@ -26,16 +26,16 @@
"require": {
"php": ">=7.0.0",
"composer/installers": "~1.0",
"intervention/image": "^2.3",
"idavoll/tag-module": "~3.0",
"intervention/image": "^2.4",
"idavoll/tag-module": "3.0.x-dev",
"guzzlehttp/psr7": "^1.3"
},
"require-dev": {
"phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*",
"phpunit/phpunit": "~7.0",
"orchestra/testbench": "3.6.*",
"league/flysystem-aws-s3-v3": "~1.0",
"mockery/mockery": "^0.9.5",
"friendsofphp/php-cs-fixer": "^1.11",
"friendsofphp/php-cs-fixer": "^2.12",
"doctrine/dbal": "^2.5"
},
"autoload-dev": {
......
......@@ -24,15 +24,15 @@
"require": {
"php": ">=7.0.0",
"composer/installers": "~1.0",
"nwidart/laravel-menus": "~1.0",
"nwidart/laravel-menus": "~2.0",
"typicms/nestablecollection": "1.1"
},
"require-dev": {
"phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*",
"phpunit/phpunit": "~7.0",
"orchestra/testbench": "3.6.*",
"fzaninotto/faker": "1.4.0",
"doctrine/dbal": "~2.5",
"idavoll/page-module": "~2.0"
"idavoll/page-module": "3.0.x-dev"
},
"autoload-dev": {
"psr-4": {
......
......@@ -22,11 +22,11 @@
"require": {
"php": ">=7.0.0",
"composer/installers": "~1.0",
"idavoll/tag-module": "~3.0"
"idavoll/tag-module": "3.0.x-dev"
},
"require-dev": {
"phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*"
"phpunit/phpunit": "~7.0",
"orchestra/testbench": "3.6.*"
},
"autoload-dev": {
"psr-4": {
......
......@@ -25,8 +25,8 @@
"doctrine/dbal": "~2.5"
},
"require-dev": {
"phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*"
"phpunit/phpunit": "~7.0",
"orchestra/testbench": "3.6.*"
},
"autoload-dev": {
"psr-4": {
......
......@@ -19,9 +19,9 @@
"composer/installers": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*",
"idavoll/page-module": "~3.0"
"phpunit/phpunit": "~7.0",
"orchestra/testbench": "3.6.*",
"idavoll/page-module": "3.0.x-dev"
},
"autoload": {
"psr-4": {
......
......@@ -10,8 +10,8 @@
"venturecraft/revisionable": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*"
"phpunit/phpunit": "~7.0",
"orchestra/testbench": "3.6.*"
},
"autoload": {
"psr-4": {
......
......@@ -27,8 +27,8 @@
"ramsey/uuid": "^3.4"
},
"require-dev": {
"phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*",
"phpunit/phpunit": "~7.0",
"orchestra/testbench": "3.6.*",
"scrutinizer/ocular": "~1.1",
"fzaninotto/faker": "~1.5",
"mockery/mockery": "^0.9.4"
......
......@@ -26,8 +26,8 @@
"symfony/yaml": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*",
"phpunit/phpunit": "~7.0",
"orchestra/testbench": "3.6.*",
"spatie/phpunit-snapshot-assertions": "^1.0"
},
"autoload-dev": {
......
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