Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Platform
Commits
83f7f27b
Unverified
Commit
83f7f27b
authored
Jun 13, 2017
by
Nicolas Widart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrading dependencies to laravel 5.4
parent
bab87b51
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
29 additions
and
28 deletions
+29
-28
composer.json
Modules/Core/composer.json
+5
-5
composer.json
Modules/Media/composer.json
+2
-2
composer.json
Modules/Menu/composer.json
+2
-2
composer.json
Modules/Page/composer.json
+2
-2
composer.json
Modules/Setting/composer.json
+2
-2
composer.json
Modules/Tag/composer.json
+2
-2
composer.json
Modules/Translation/composer.json
+2
-2
composer.json
Modules/User/composer.json
+2
-2
ModuleScaffold.php
Modules/Workshop/Scaffold/Module/ModuleScaffold.php
+2
-2
composer.json
Modules/Workshop/composer.json
+2
-2
composer.json
composer.json
+6
-5
No files found.
Modules/Core/composer.json
View file @
83f7f27b
...
@@ -23,16 +23,16 @@
...
@@ -23,16 +23,16 @@
"php"
:
">=5.6"
,
"php"
:
">=5.6"
,
"composer/installers"
:
"~1.0"
,
"composer/installers"
:
"~1.0"
,
"nwidart/laravel-modules"
:
"~1.0"
,
"nwidart/laravel-modules"
:
"~1.0"
,
"laravelcollective/html"
:
"~5.
3
.0"
,
"laravelcollective/html"
:
"~5.
4
.0"
,
"laracasts/presenter"
:
"~0.2"
,
"laracasts/presenter"
:
"~0.2"
,
"dimsav/laravel-translatable"
:
"~
6
.0"
,
"dimsav/laravel-translatable"
:
"~
7
.0"
,
"mcamara/laravel-localization"
:
"~1.1"
,
"mcamara/laravel-localization"
:
"~1.1"
,
"floatingpoint/stylist"
:
"~0.
1
"
,
"floatingpoint/stylist"
:
"~0.
5
"
,
"maatwebsite/laravel-sidebar"
:
"~2.1"
"maatwebsite/laravel-sidebar"
:
"~2.1"
},
},
"require-dev"
:
{
"require-dev"
:
{
"phpunit/phpunit"
:
"~
4.0
"
,
"phpunit/phpunit"
:
"~
5.7
"
,
"orchestra/testbench"
:
"3.
3
.*"
,
"orchestra/testbench"
:
"3.
4
.*"
,
"mockery/mockery"
:
"^0.9.4"
,
"mockery/mockery"
:
"^0.9.4"
,
"phpro/grumphp"
:
"^0.9.1"
,
"phpro/grumphp"
:
"^0.9.1"
,
"friendsofphp/php-cs-fixer"
:
"^1.11"
"friendsofphp/php-cs-fixer"
:
"^1.11"
...
...
Modules/Media/composer.json
View file @
83f7f27b
...
@@ -31,8 +31,8 @@
...
@@ -31,8 +31,8 @@
"guzzlehttp/psr7"
:
"^1.3"
"guzzlehttp/psr7"
:
"^1.3"
},
},
"require-dev"
:
{
"require-dev"
:
{
"phpunit/phpunit"
:
"~
4.0
"
,
"phpunit/phpunit"
:
"~
5.7
"
,
"orchestra/testbench"
:
"3.
3
.*"
,
"orchestra/testbench"
:
"3.
4
.*"
,
"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"
,
"phpro/grumphp"
:
"^0.9.1"
,
...
...
Modules/Menu/composer.json
View file @
83f7f27b
...
@@ -28,8 +28,8 @@
...
@@ -28,8 +28,8 @@
"typicms/nestablecollection"
:
"1.1.1"
"typicms/nestablecollection"
:
"1.1.1"
},
},
"require-dev"
:
{
"require-dev"
:
{
"phpunit/phpunit"
:
"~
4.0
"
,
"phpunit/phpunit"
:
"~
5.7
"
,
"orchestra/testbench"
:
"3.
3
.*"
,
"orchestra/testbench"
:
"3.
4
.*"
,
"fzaninotto/faker"
:
"1.4.0"
,
"fzaninotto/faker"
:
"1.4.0"
,
"doctrine/dbal"
:
"~2.5"
,
"doctrine/dbal"
:
"~2.5"
,
"idavoll/page-module"
:
"~2.0"
"idavoll/page-module"
:
"~2.0"
...
...
Modules/Page/composer.json
View file @
83f7f27b
...
@@ -25,8 +25,8 @@
...
@@ -25,8 +25,8 @@
"idavoll/tag-module"
:
"~2.0"
"idavoll/tag-module"
:
"~2.0"
},
},
"require-dev"
:
{
"require-dev"
:
{
"phpunit/phpunit"
:
"~
4.0
"
,
"phpunit/phpunit"
:
"~
5.7
"
,
"orchestra/testbench"
:
"3.
3
.*"
,
"orchestra/testbench"
:
"3.
4
.*"
,
"phpro/grumphp"
:
"^0.9.1"
,
"phpro/grumphp"
:
"^0.9.1"
,
"friendsofphp/php-cs-fixer"
:
"^1.11"
"friendsofphp/php-cs-fixer"
:
"^1.11"
},
},
...
...
Modules/Setting/composer.json
View file @
83f7f27b
...
@@ -25,8 +25,8 @@
...
@@ -25,8 +25,8 @@
"doctrine/dbal"
:
"~2.5"
"doctrine/dbal"
:
"~2.5"
},
},
"require-dev"
:
{
"require-dev"
:
{
"phpunit/phpunit"
:
"~
4.0
"
,
"phpunit/phpunit"
:
"~
5.7
"
,
"orchestra/testbench"
:
"3.
3
.*"
,
"orchestra/testbench"
:
"3.
4
.*"
,
"phpro/grumphp"
:
"^0.9.1"
,
"phpro/grumphp"
:
"^0.9.1"
,
"friendsofphp/php-cs-fixer"
:
"^1.11"
"friendsofphp/php-cs-fixer"
:
"^1.11"
},
},
...
...
Modules/Tag/composer.json
View file @
83f7f27b
...
@@ -19,8 +19,8 @@
...
@@ -19,8 +19,8 @@
"composer/installers"
:
"~1.0"
"composer/installers"
:
"~1.0"
},
},
"require-dev"
:
{
"require-dev"
:
{
"phpunit/phpunit"
:
"~
4.0
"
,
"phpunit/phpunit"
:
"~
5.7
"
,
"orchestra/testbench"
:
"3.
3
.*"
,
"orchestra/testbench"
:
"3.
4
.*"
,
"idavoll/page-module"
:
"~2.0"
,
"idavoll/page-module"
:
"~2.0"
,
"phpro/grumphp"
:
"^0.9.1"
,
"phpro/grumphp"
:
"^0.9.1"
,
"friendsofphp/php-cs-fixer"
:
"^1.11"
"friendsofphp/php-cs-fixer"
:
"^1.11"
...
...
Modules/Translation/composer.json
View file @
83f7f27b
...
@@ -10,8 +10,8 @@
...
@@ -10,8 +10,8 @@
"venturecraft/revisionable"
:
"~1.0"
"venturecraft/revisionable"
:
"~1.0"
},
},
"require-dev"
:
{
"require-dev"
:
{
"phpunit/phpunit"
:
"~
4.0
"
,
"phpunit/phpunit"
:
"~
5.7
"
,
"orchestra/testbench"
:
"3.
3
.*"
,
"orchestra/testbench"
:
"3.
4
.*"
,
"phpro/grumphp"
:
"^0.9.1"
,
"phpro/grumphp"
:
"^0.9.1"
,
"friendsofphp/php-cs-fixer"
:
"^1.11"
"friendsofphp/php-cs-fixer"
:
"^1.11"
},
},
...
...
Modules/User/composer.json
View file @
83f7f27b
...
@@ -27,8 +27,8 @@
...
@@ -27,8 +27,8 @@
"ramsey/uuid"
:
"^3.4"
"ramsey/uuid"
:
"^3.4"
},
},
"require-dev"
:
{
"require-dev"
:
{
"phpunit/phpunit"
:
"~
4.0
"
,
"phpunit/phpunit"
:
"~
5.7
"
,
"orchestra/testbench"
:
"3.
3
.*"
,
"orchestra/testbench"
:
"3.
4
.*"
,
"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"
,
...
...
Modules/Workshop/Scaffold/Module/ModuleScaffold.php
View file @
83f7f27b
...
@@ -308,8 +308,8 @@ JSON;
...
@@ -308,8 +308,8 @@ JSON;
"idavoll/core-module": "~2.0"
"idavoll/core-module": "~2.0"
},
},
"require-dev": {
"require-dev": {
"phpunit/phpunit": "~
4.0
",
"phpunit/phpunit": "~
5.7
",
"orchestra/testbench": "
~3.2
"
"orchestra/testbench": "
3.4.*
"
},
},
"autoload-dev": {
"autoload-dev": {
"psr-4": {
"psr-4": {
...
...
Modules/Workshop/composer.json
View file @
83f7f27b
...
@@ -26,8 +26,8 @@
...
@@ -26,8 +26,8 @@
"symfony/yaml"
:
"^3.0"
"symfony/yaml"
:
"^3.0"
},
},
"require-dev"
:
{
"require-dev"
:
{
"phpunit/phpunit"
:
"~
4.0
"
,
"phpunit/phpunit"
:
"~
5.7
"
,
"orchestra/testbench"
:
"3.
3
.*"
,
"orchestra/testbench"
:
"3.
4
.*"
,
"phpro/grumphp"
:
"^0.9.1"
,
"phpro/grumphp"
:
"^0.9.1"
,
"friendsofphp/php-cs-fixer"
:
"^1.11"
"friendsofphp/php-cs-fixer"
:
"^1.11"
},
},
...
...
composer.json
View file @
83f7f27b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
"type"
:
"project"
,
"type"
:
"project"
,
"require"
:
{
"require"
:
{
"php"
:
">=5.6.4"
,
"php"
:
">=5.6.4"
,
"
laravel/framework
"
:
"
5.
3.19
"
,
"
laravel/framework
"
:
"
5.
4.*
"
,
"
nwidart/laravel-modules
"
:
"
~1.0
"
,
"
nwidart/laravel-modules
"
:
"
~1.0
"
,
"
cartalyst/sentinel
"
:
"
~2.0
"
,
"
cartalyst/sentinel
"
:
"
~2.0
"
,
"
idavoll/core-module
"
:
"
~2.0
"
,
"
idavoll/core-module
"
:
"
~2.0
"
,
...
@@ -27,16 +27,17 @@
...
@@ -27,16 +27,17 @@
"
idavoll/translation-module
"
:
"
~2.0
"
,
"
idavoll/translation-module
"
:
"
~2.0
"
,
"
idavoll/tag-module
"
:
"
~2.0
"
,
"
idavoll/tag-module
"
:
"
~2.0
"
,
"
idavoll/flatly-theme
"
:
"
~2.0
"
,
"
idavoll/flatly-theme
"
:
"
~2.0
"
,
"
idavoll/adminlte-theme
"
:
"
~2.0
"
"
idavoll/adminlte-theme
"
:
"
~2.0
"
,
"
laravel/tinker
"
:
"
~1.0
"
},
},
"require-dev"
:
{
"require-dev"
:
{
"
fzaninotto/faker
"
:
"
~1.4
"
,
"
fzaninotto/faker
"
:
"
~1.4
"
,
"
mockery/mockery
"
:
"
0.9.*
"
,
"
mockery/mockery
"
:
"
0.9.*
"
,
"
phpunit/phpunit
"
:
"
~
4.0
"
,
"
phpunit/phpunit
"
:
"
~
5.7
"
,
"
symfony/css-selector
"
:
"
3.1.*
"
,
"
symfony/css-selector
"
:
"
3.1.*
"
,
"
symfony/dom-crawler
"
:
"
3.1.*
"
,
"
symfony/dom-crawler
"
:
"
3.1.*
"
,
"
barryvdh/laravel-debugbar
"
:
"
~2.
2
"
,
"
barryvdh/laravel-debugbar
"
:
"
~2.
3
"
,
"
orchestra/testbench
"
:
"
^3.
3
"
,
"
orchestra/testbench
"
:
"
^3.
4
"
,
"
league/flysystem-aws-s3-v3
"
:
"
^1.0
"
"
league/flysystem-aws-s3-v3
"
:
"
^1.0
"
},
},
"autoload"
:
{
"autoload"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment