Skip to content

Commit

Permalink
Updating dependencies for laravel 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Sep 2, 2017
1 parent 9c5dfb6 commit ce89949
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 42 deletions.
12 changes: 6 additions & 6 deletions Modules/Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
"source": "https://github.com/AsgardCms/Core"
},
"require": {
"php": ">=5.6",
"php": ">=7.0.0",
"composer/installers": "~1.0",
"nwidart/laravel-modules": "~1.0",
"laravelcollective/html": "~5.4.0",
"nwidart/laravel-modules": "~2.0",
"laravelcollective/html": "~5.5.0",
"laracasts/presenter": "~0.2",
"dimsav/laravel-translatable": "~7.0",
"dimsav/laravel-translatable": "~8.0",
"mcamara/laravel-localization": "~1.1",
"floatingpoint/stylist": "~0.5",
"maatwebsite/laravel-sidebar": "~2.1"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"orchestra/testbench": "3.4.*",
"phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*",
"mockery/mockery": "^0.9.4",
"phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11"
Expand Down
6 changes: 3 additions & 3 deletions Modules/Media/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"source": "https://github.com/AsgardCms/Media"
},
"require": {
"php": ">=5.5",
"php": ">=7.0.0",
"composer/installers": "~1.0",
"intervention/image": "^2.3",
"idavoll/tag-module": "~3.0",
"guzzlehttp/psr7": "^1.3"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"orchestra/testbench": "3.4.*",
"phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*",
"league/flysystem-aws-s3-v3": "~1.0",
"mockery/mockery": "^0.9.5",
"phpro/grumphp": "^0.9.1",
Expand Down
8 changes: 4 additions & 4 deletions Modules/Menu/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"source": "https://github.com/AsgardCms/Menu"
},
"require": {
"php": ">=5.6",
"php": ">=7.0.0",
"composer/installers": "~1.0",
"nwidart/laravel-menus": "~0.2",
"nwidart/laravel-menus": "~1.0",
"typicms/nestablecollection": "1.1.1"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"orchestra/testbench": "3.4.*",
"phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*",
"fzaninotto/faker": "1.4.0",
"doctrine/dbal": "~2.5",
"idavoll/page-module": "~2.0"
Expand Down
6 changes: 3 additions & 3 deletions Modules/Page/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"source": "https://github.com/AsgardCms/Page"
},
"require": {
"php": ">=5.6",
"php": ">=7.0.0",
"composer/installers": "~1.0",
"idavoll/tag-module": "~3.0"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"orchestra/testbench": "3.4.*",
"phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*",
"phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11"
},
Expand Down
6 changes: 3 additions & 3 deletions Modules/Setting/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"source": "https://github.com/AsgardCms/Setting"
},
"require": {
"php": ">=5.6",
"php": ">=7.0.0",
"composer/installers": "~1.0",
"doctrine/dbal": "~2.5"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"orchestra/testbench": "3.4.*",
"phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*",
"phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11"
},
Expand Down
8 changes: 4 additions & 4 deletions Modules/Tag/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
}
],
"require": {
"php": ">=5.6",
"php": ">=7.0.0",
"composer/installers": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"orchestra/testbench": "3.4.*",
"idavoll/page-module": "~2.0",
"phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*",
"idavoll/page-module": "~3.0",
"phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11"
},
Expand Down
6 changes: 3 additions & 3 deletions Modules/Translation/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"type": "asgard-module",
"license": "MIT",
"require": {
"php": ">=5.6.4",
"php": ">=7.0.0",
"composer/installers": "~1.0",
"league/csv": "~7.2.0",
"venturecraft/revisionable": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"orchestra/testbench": "3.4.*",
"phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*",
"phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11"
},
Expand Down
6 changes: 3 additions & 3 deletions Modules/User/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"source": "https://github.com/AsgardCms/User"
},
"require": {
"php": ">=5.6",
"php": ">=7.0.0",
"composer/installers": "~1.0",
"ramsey/uuid": "^3.4"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"orchestra/testbench": "3.4.*",
"phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*",
"scrutinizer/ocular": "~1.1",
"fzaninotto/faker": "~1.5",
"mockery/mockery": "^0.9.4",
Expand Down
8 changes: 4 additions & 4 deletions Modules/Workshop/Scaffold/Module/ModuleScaffold.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,13 +303,13 @@ private function addDataToComposerFile()
"type": "asgard-module",
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0.0",
"composer/installers": "~1.0",
"idavoll/core-module": "~2.0"
"idavoll/core-module": "~3.0"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"orchestra/testbench": "3.4.*"
"phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*"
},
"autoload-dev": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions Modules/Workshop/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"source": "https://github.com/AsgardCms/Workshop"
},
"require": {
"php": ">=5.6",
"php": ">=7.0.0",
"composer/installers": "~1.0",
"symfony/yaml": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"orchestra/testbench": "3.4.*",
"phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*",
"phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11"
},
Expand Down
14 changes: 8 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
"license": "MIT",
"type": "project",
"require": {
"php": ">=5.6.4",
"laravel/framework": "5.4.*",
"nwidart/laravel-modules": "~1.0",
"php": ">=7.0.0",
"fideloper/proxy": "~3.3",
"laravel/framework": "5.5.*",
"nwidart/laravel-modules": "~2.0",
"cartalyst/sentinel": "~2.0",
"idavoll/core-module": "~3.0",
"idavoll/dashboard-module": "~3.0",
Expand All @@ -32,11 +33,12 @@
"require-dev": {
"fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~5.7",
"phpunit/phpunit": "~6.0",
"filp/whoops": "~2.0",
"symfony/css-selector": "3.1.*",
"symfony/dom-crawler": "3.1.*",
"barryvdh/laravel-debugbar": "~2.3",
"orchestra/testbench": "^3.4",
"barryvdh/laravel-debugbar": "~3.0",
"orchestra/testbench": "^3.5",
"league/flysystem-aws-s3-v3": "^1.0",
"league/commonmark": "^0.15.4"
},
Expand Down

0 comments on commit ce89949

Please sign in to comment.