Skip to content

Commit

Permalink
Update: Modules composer.json dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
imagina committed Nov 6, 2020
1 parent 90cdaf7 commit fa7938f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Modules/Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"require": {
"php": "^7.1.3",
"composer/installers": "~1.0",
"nwidart/laravel-modules": "^4.0",
"nwidart/laravel-modules": "^6.0",
"laravelcollective/html": "5.7.*",
"laracasts/presenter": "^0.2.4",
"astrotomic/laravel-translatable": "^11.1",
"mcamara/laravel-localization": "^1.6",
"floatingpoint/stylist": "dev-master",
"imagina/stylist": "^2.0",
"maatwebsite/laravel-sidebar": "^2.4",
"yajra/laravel-datatables-oracle": "~8.0",
"tightenco/ziggy": "~0.4"
"tightenco/ziggy": "^0.9.4"
},
"require-dev": {
"phpunit/phpunit": "~7.0",
Expand Down
2 changes: 1 addition & 1 deletion Modules/Media/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"league/flysystem-aws-s3-v3": "~1.0",
"mockery/mockery": "^0.9.5",
"friendsofphp/php-cs-fixer": "^2.12",
"doctrine/dbal": "^2.5"
"doctrine/dbal": "^2.10"
},
"autoload-dev": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions Modules/Menu/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"require": {
"php": "^7.1.3",
"composer/installers": "~1.0",
"nwidart/laravel-menus": "^3.0",
"imagina/laravel-menus": "dev-master",
"typicms/nestablecollection": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "~7.0",
"orchestra/testbench": "3.8.*",
"fzaninotto/faker": "1.4.0",
"doctrine/dbal": "~2.5",
"doctrine/dbal": "^2.10",
"idavoll/page-module": "4.0.x-dev"
},
"autoload-dev": {
Expand Down
2 changes: 1 addition & 1 deletion Modules/Setting/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"require": {
"php": "^7.1.3",
"composer/installers": "~1.0",
"doctrine/dbal": "~2.5"
"doctrine/dbal": "^2.10"
},
"require-dev": {
"phpunit/phpunit": "~7.0",
Expand Down

0 comments on commit fa7938f

Please sign in to comment.