Upgrading dependencies to laravel 5.4

parent bab87b51
......@@ -23,16 +23,16 @@
"php": ">=5.6",
"composer/installers": "~1.0",
"nwidart/laravel-modules": "~1.0",
"laravelcollective/html": "~5.3.0",
"laravelcollective/html": "~5.4.0",
"laracasts/presenter": "~0.2",
"dimsav/laravel-translatable": "~6.0",
"dimsav/laravel-translatable": "~7.0",
"mcamara/laravel-localization": "~1.1",
"floatingpoint/stylist": "~0.1",
"floatingpoint/stylist": "~0.5",
"maatwebsite/laravel-sidebar": "~2.1"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"orchestra/testbench": "3.3.*",
"phpunit/phpunit": "~5.7",
"orchestra/testbench": "3.4.*",
"mockery/mockery": "^0.9.4",
"phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11"
......
......@@ -31,8 +31,8 @@
"guzzlehttp/psr7": "^1.3"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"orchestra/testbench": "3.3.*",
"phpunit/phpunit": "~5.7",
"orchestra/testbench": "3.4.*",
"league/flysystem-aws-s3-v3": "~1.0",
"mockery/mockery": "^0.9.5",
"phpro/grumphp": "^0.9.1",
......
......@@ -28,8 +28,8 @@
"typicms/nestablecollection": "1.1.1"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"orchestra/testbench": "3.3.*",
"phpunit/phpunit": "~5.7",
"orchestra/testbench": "3.4.*",
"fzaninotto/faker": "1.4.0",
"doctrine/dbal": "~2.5",
"idavoll/page-module": "~2.0"
......
......@@ -25,8 +25,8 @@
"idavoll/tag-module": "~2.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"orchestra/testbench": "3.3.*",
"phpunit/phpunit": "~5.7",
"orchestra/testbench": "3.4.*",
"phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11"
},
......
......@@ -25,8 +25,8 @@
"doctrine/dbal": "~2.5"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"orchestra/testbench": "3.3.*",
"phpunit/phpunit": "~5.7",
"orchestra/testbench": "3.4.*",
"phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11"
},
......
......@@ -19,8 +19,8 @@
"composer/installers": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"orchestra/testbench": "3.3.*",
"phpunit/phpunit": "~5.7",
"orchestra/testbench": "3.4.*",
"idavoll/page-module": "~2.0",
"phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11"
......
......@@ -10,8 +10,8 @@
"venturecraft/revisionable": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"orchestra/testbench": "3.3.*",
"phpunit/phpunit": "~5.7",
"orchestra/testbench": "3.4.*",
"phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11"
},
......
......@@ -27,8 +27,8 @@
"ramsey/uuid": "^3.4"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"orchestra/testbench": "3.3.*",
"phpunit/phpunit": "~5.7",
"orchestra/testbench": "3.4.*",
"scrutinizer/ocular": "~1.1",
"fzaninotto/faker": "~1.5",
"mockery/mockery": "^0.9.4",
......
......@@ -308,8 +308,8 @@ JSON;
"idavoll/core-module": "~2.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"orchestra/testbench": "~3.2"
"phpunit/phpunit": "~5.7",
"orchestra/testbench": "3.4.*"
},
"autoload-dev": {
"psr-4": {
......
......@@ -26,8 +26,8 @@
"symfony/yaml": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"orchestra/testbench": "3.3.*",
"phpunit/phpunit": "~5.7",
"orchestra/testbench": "3.4.*",
"phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11"
},
......
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