Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
laravel-adminpanel
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
laravel-adminpanel
Commits
3d7599a4
Commit
3d7599a4
authored
Mar 05, 2018
by
Viral Solani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrading to Laravel 5.6 (WIP)
parent
1dbc10ef
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
534 additions
and
548 deletions
+534
-548
composer.json
composer.json
+9
-17
composer.lock
composer.lock
+525
-531
No files found.
composer.json
View file @
3d7599a4
...
...
@@ -11,31 +11,31 @@
"license"
:
"
MIT
"
,
"type"
:
"project"
,
"require"
:
{
"php"
:
">=7.
0.0
"
,
"
arcanedev/log-viewer
"
:
"
^4.
4
"
,
"php"
:
">=7.
1.3
"
,
"
arcanedev/log-viewer
"
:
"
^4.
5
"
,
"
arcanedev/no-captcha
"
:
"
^5.0
"
,
"
codedungeon/phpunit-result-printer
"
:
"
0.4.4
"
,
"
creativeorange/gravatar
"
:
"
~1.0
"
,
"
davejamesmiller/laravel-breadcrumbs
"
:
"
^
4.1
"
,
"
davejamesmiller/laravel-breadcrumbs
"
:
"
^
5.0
"
,
"
doctrine/dbal
"
:
"
^2.6
"
,
"
fideloper/proxy
"
:
"
~
3.3
"
,
"
fideloper/proxy
"
:
"
~
4.0
"
,
"
hieu-le/active
"
:
"
^3.5
"
,
"
laravel/framework
"
:
"
5.
5
.*
"
,
"
laravel/framework
"
:
"
5.
6
.*
"
,
"
laravel/socialite
"
:
"
^3.0
"
,
"
laravel/tinker
"
:
"
~1.0
"
,
"
laravelcollective/html
"
:
"
^5.
5
.0
"
,
"
laravelcollective/html
"
:
"
^5.
4
.0
"
,
"
tymon/jwt-auth
"
:
"
dev-develop
"
,
"
unisharp/laravel-filemanager
"
:
"
~1.8
"
,
"
yajra/laravel-datatables-oracle
"
:
"
~8.0
"
"
yajra/laravel-datatables-oracle
"
:
"
~8.0
"
},
"require-dev"
:
{
"
barryvdh/laravel-debugbar
"
:
"
^3.0
"
,
"
codedungeon/phpunit-result-printer
"
:
"
^0.6.0
"
,
"
bvipul/generator
"
:
"
^0.9.1
"
,
"
filp/whoops
"
:
"
~2.0
"
,
"
fzaninotto/faker
"
:
"
~1.4
"
,
"
laravel/browser-kit-testing
"
:
"
^2.0
"
,
"
mockery/mockery
"
:
"
0.9.*
"
,
"
phpunit/phpunit
"
:
"
~
6
.0
"
,
"
phpunit/phpunit
"
:
"
~
7
.0
"
,
"
xethron/migrations-generator
"
:
"
2.0.2
"
},
"autoload"
:
{
...
...
@@ -69,14 +69,6 @@
"post-create-project-cmd"
:
[
"php artisan key:generate"
],
"post-install-cmd"
:
[
"Illuminate
\\
Foundation
\\
ComposerScripts::postInstall"
,
"php artisan optimize"
],
"post-update-cmd"
:
[
"Illuminate
\\
Foundation
\\
ComposerScripts::postUpdate"
,
"php artisan optimize"
],
"post-autoload-dump"
:
[
"Illuminate
\\
Foundation
\\
ComposerScripts::postAutoloadDump"
,
"@php artisan package:discover"
...
...
composer.lock
View file @
3d7599a4
This diff is collapsed.
Click to expand it.
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