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
05dc2188
Commit
05dc2188
authored
Dec 11, 2017
by
Viral Solani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve Db seed error
parent
3effbb57
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
87 additions
and
93 deletions
+87
-93
composer.json
composer.json
+2
-1
composer.lock
composer.lock
+85
-92
No files found.
composer.json
View file @
05dc2188
...
...
@@ -37,7 +37,8 @@
"autoload"
:
{
"classmap"
:
[
"database/seeds"
,
"database/factories"
"database/factories"
,
"database"
],
"psr-4"
:
{
"App
\\
"
:
"app/"
...
...
composer.lock
View file @
05dc2188
...
...
@@ -331,21 +331,21 @@
},
{
"name": "doctrine/annotations",
"version": "v1.
5
.0",
"version": "v1.
4
.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "5
beebb01b025c94e93686b7a0ed3edae81fe3e7f
"
"reference": "5
4cacc9b81758b14e3ce750f205a393d52339e97
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/5
beebb01b025c94e93686b7a0ed3edae81fe3e7f
",
"reference": "5
beebb01b025c94e93686b7a0ed3edae81fe3e7f
",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/5
4cacc9b81758b14e3ce750f205a393d52339e97
",
"reference": "5
4cacc9b81758b14e3ce750f205a393d52339e97
",
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
"php": "^
7.1
"
"php": "^
5.6 || ^7.0
"
},
"require-dev": {
"doctrine/cache": "1.*",
...
...
@@ -354,7 +354,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.
5
.x-dev"
"dev-master": "1.
4
.x-dev"
}
},
"autoload": {
...
...
@@ -395,41 +395,37 @@
"docblock",
"parser"
],
"time": "2017-0
7-22T10:58:02
+00:00"
"time": "2017-0
2-24T16:22:25
+00:00"
},
{
"name": "doctrine/cache",
"version": "v1.
7.1
",
"version": "v1.
6.2
",
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
"reference": "
b3217d58609e9c8e661cd41357a54d926c4a2a1a
"
"reference": "
eb152c5100571c7a45470ff2a35095ab3f3b900b
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/
b3217d58609e9c8e661cd41357a54d926c4a2a1a
",
"reference": "
b3217d58609e9c8e661cd41357a54d926c4a2a1a
",
"url": "https://api.github.com/repos/doctrine/cache/zipball/
eb152c5100571c7a45470ff2a35095ab3f3b900b
",
"reference": "
eb152c5100571c7a45470ff2a35095ab3f3b900b
",
"shasum": ""
},
"require": {
"php": "~
7.1
"
"php": "~
5.5|~7.0
"
},
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
"alcaeus/mongo-php-adapter": "^1.1",
"mongodb/mongodb": "^1.1",
"phpunit/phpunit": "^5.7",
"predis/predis": "~1.0"
},
"suggest": {
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
"phpunit/phpunit": "~4.8|~5.0",
"predis/predis": "~1.0",
"satooshi/php-coveralls": "~0.6"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.
7
.x-dev"
"dev-master": "1.
6
.x-dev"
}
},
"autoload": {
...
...
@@ -469,24 +465,24 @@
"cache",
"caching"
],
"time": "2017-0
8-25T07:02:50
+00:00"
"time": "2017-0
7-22T12:49:21
+00:00"
},
{
"name": "doctrine/collections",
"version": "v1.
5
.0",
"version": "v1.
4
.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
"reference": "
a01ee38fcd999f34d9bfbcee59dbda5105449cbf
"
"reference": "
1a4fb7e902202c33cce8c55989b945612943c2ba
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/collections/zipball/
a01ee38fcd999f34d9bfbcee59dbda5105449cbf
",
"reference": "
a01ee38fcd999f34d9bfbcee59dbda5105449cbf
",
"url": "https://api.github.com/repos/doctrine/collections/zipball/
1a4fb7e902202c33cce8c55989b945612943c2ba
",
"reference": "
1a4fb7e902202c33cce8c55989b945612943c2ba
",
"shasum": ""
},
"require": {
"php": "^
7.1
"
"php": "^
5.6 || ^7.0
"
},
"require-dev": {
"doctrine/coding-standard": "~0.1@dev",
...
...
@@ -536,20 +532,20 @@
"collections",
"iterator"
],
"time": "2017-0
7-22T10:37:32
+00:00"
"time": "2017-0
1-03T10:49:41
+00:00"
},
{
"name": "doctrine/common",
"version": "v2.
8.1
",
"version": "v2.
7.3
",
"source": {
"type": "git",
"url": "https://github.com/doctrine/common.git",
"reference": "
f68c297ce6455e8fd794aa8ffaf9fa458f6ade66
"
"reference": "
4acb8f89626baafede6ee5475bc5844096eba8a9
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/common/zipball/
f68c297ce6455e8fd794aa8ffaf9fa458f6ade66
",
"reference": "
f68c297ce6455e8fd794aa8ffaf9fa458f6ade66
",
"url": "https://api.github.com/repos/doctrine/common/zipball/
4acb8f89626baafede6ee5475bc5844096eba8a9
",
"reference": "
4acb8f89626baafede6ee5475bc5844096eba8a9
",
"shasum": ""
},
"require": {
...
...
@@ -558,15 +554,15 @@
"doctrine/collections": "1.*",
"doctrine/inflector": "1.*",
"doctrine/lexer": "1.*",
"php": "~
7.1
"
"php": "~
5.6|~7.0
"
},
"require-dev": {
"phpunit/phpunit": "^5.
7
"
"phpunit/phpunit": "^5.
4.6
"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.
8
.x-dev"
"dev-master": "2.
7
.x-dev"
}
},
"autoload": {
...
...
@@ -609,30 +605,28 @@
"persistence",
"spl"
],
"time": "2017-0
8-31T08:43:38
+00:00"
"time": "2017-0
7-22T08:35:12
+00:00"
},
{
"name": "doctrine/dbal",
"version": "v2.
6.
3",
"version": "v2.
5.1
3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "
e3eed9b1facbb0ced3a0995244843a189e7d1b1
3"
"reference": "
729340d8d1eec8f01bff708e12e449a3415af87
3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/
e3eed9b1facbb0ced3a0995244843a189e7d1b1
3",
"reference": "
e3eed9b1facbb0ced3a0995244843a189e7d1b1
3",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/
729340d8d1eec8f01bff708e12e449a3415af87
3",
"reference": "
729340d8d1eec8f01bff708e12e449a3415af87
3",
"shasum": ""
},
"require": {
"doctrine/common": "^2.7.1",
"ext-pdo": "*",
"php": "^7.1"
"doctrine/common": ">=2.4,<2.8-dev",
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "^5.4.6",
"phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5",
"phpunit/phpunit": "4.*",
"symfony/console": "2.*||^3.0"
},
"suggest": {
...
...
@@ -644,7 +638,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.
6
.x-dev"
"dev-master": "2.
5
.x-dev"
}
},
"autoload": {
...
...
@@ -682,7 +676,7 @@
"persistence",
"queryobject"
],
"time": "2017-
11-19T13:38:54
+00:00"
"time": "2017-
07-22T20:44:48
+00:00"
},
{
"name": "doctrine/inflector",
...
...
@@ -2367,16 +2361,16 @@
},
{
"name": "psy/psysh",
"version": "v0.8.1
5
",
"version": "v0.8.1
6
",
"source": {
"type": "git",
"url": "https://github.com/bobthecow/psysh.git",
"reference": "
b1d289c2cb03a2f8249912c53e96ced38f879926
"
"reference": "
d4c8eab0683dc056f2ca54ca67f5388527c068b1
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/
b1d289c2cb03a2f8249912c53e96ced38f879926
",
"reference": "
b1d289c2cb03a2f8249912c53e96ced38f879926
",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/
d4c8eab0683dc056f2ca54ca67f5388527c068b1
",
"reference": "
d4c8eab0683dc056f2ca54ca67f5388527c068b1
",
"shasum": ""
},
"require": {
...
...
@@ -2384,14 +2378,13 @@
"jakub-onderka/php-console-highlighter": "0.3.*",
"nikic/php-parser": "~1.3|~2.0|~3.0",
"php": ">=5.3.9",
"symfony/console": "~2.3.10|^2.4.2|~3.0",
"symfony/var-dumper": "~2.7|~3.0"
"symfony/console": "~2.3.10|^2.4.2|~3.0
|~4.0
",
"symfony/var-dumper": "~2.7|~3.0
|~4.0
"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~1.11",
"hoa/console": "~3.16|~1.14",
"phpunit/phpunit": "^4.8.35|^5.4.3",
"symfony/finder": "~2.1|~3.0"
"symfony/finder": "~2.1|~3.0
|~4.0
"
},
"suggest": {
"ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
...
...
@@ -2436,7 +2429,7 @@
"interactive",
"shell"
],
"time": "2017-1
1-16T14:29:51
+00:00"
"time": "2017-1
2-10T21:49:27
+00:00"
},
{
"name": "ramsey/uuid",
...
...
@@ -2755,30 +2748,30 @@
},
{
"name": "symfony/event-dispatcher",
"version": "v
4.0
.1",
"version": "v
3.4
.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "
6223fb2b68e7059e8d5843c0103999a84e7275cf
"
"reference": "
ca20b8f9ef149f40ff656d52965f240d85f7a8e4
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/
6223fb2b68e7059e8d5843c0103999a84e7275cf
",
"reference": "
6223fb2b68e7059e8d5843c0103999a84e7275cf
",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/
ca20b8f9ef149f40ff656d52965f240d85f7a8e4
",
"reference": "
ca20b8f9ef149f40ff656d52965f240d85f7a8e4
",
"shasum": ""
},
"require": {
"php": "^
7.1.3
"
"php": "^
5.5.9|>=7.0.8
"
},
"conflict": {
"symfony/dependency-injection": "<3.
4
"
"symfony/dependency-injection": "<3.
3
"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~
3.4
|~4.0",
"symfony/dependency-injection": "~3.
4
|~4.0",
"symfony/expression-language": "~
3.4
|~4.0",
"symfony/stopwatch": "~
3.4
|~4.0"
"symfony/config": "~
2.8|~3.0
|~4.0",
"symfony/dependency-injection": "~3.
3
|~4.0",
"symfony/expression-language": "~
2.8|~3.0
|~4.0",
"symfony/stopwatch": "~
2.8|~3.0
|~4.0"
},
"suggest": {
"symfony/dependency-injection": "",
...
...
@@ -2787,7 +2780,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "
4.0
-dev"
"dev-master": "
3.4
-dev"
}
},
"autoload": {
...
...
@@ -2814,7 +2807,7 @@
],
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
"time": "2017-11-09T1
7:30:28
+00:00"
"time": "2017-11-09T1
4:14:31
+00:00"
},
{
"name": "symfony/finder",
...
...
@@ -3550,12 +3543,12 @@
"source": {
"type": "git",
"url": "https://github.com/tymondesigns/jwt-auth.git",
"reference": "
63a8d09ee44aa14d778d32d76b76dbe14023c88f
"
"reference": "
9d8c500877d2c93f6ba4a43a3b39a2c52466fef4
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tymondesigns/jwt-auth/zipball/
63a8d09ee44aa14d778d32d76b76dbe14023c88f
",
"reference": "
63a8d09ee44aa14d778d32d76b76dbe14023c88f
",
"url": "https://api.github.com/repos/tymondesigns/jwt-auth/zipball/
9d8c500877d2c93f6ba4a43a3b39a2c52466fef4
",
"reference": "
9d8c500877d2c93f6ba4a43a3b39a2c52466fef4
",
"shasum": ""
},
"require": {
...
...
@@ -3616,7 +3609,7 @@
"jwt",
"laravel"
],
"time": "2017-12-0
4T09:52:01
+00:00"
"time": "2017-12-0
8T19:22:02
+00:00"
},
{
"name": "unisharp/laravel-filemanager",
...
...
@@ -3917,32 +3910,32 @@
},
{
"name": "doctrine/instantiator",
"version": "1.
1.0
",
"version": "1.
0.5
",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "
185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda
"
"reference": "
8e884e78f9f0eb1329e445619e04456e64d8051d
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/
185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda
",
"reference": "
185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda
",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/
8e884e78f9f0eb1329e445619e04456e64d8051d
",
"reference": "
8e884e78f9f0eb1329e445619e04456e64d8051d
",
"shasum": ""
},
"require": {
"php": "
^7.1
"
"php": "
>=5.3,<8.0-DEV
"
},
"require-dev": {
"athletic/athletic": "~0.1.8",
"ext-pdo": "*",
"ext-phar": "*",
"phpunit/phpunit": "
^6.2.3
",
"squizlabs/php_codesniffer": "
^3.0.2
"
"phpunit/phpunit": "
~4.0
",
"squizlabs/php_codesniffer": "
~2.0
"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.
2
.x-dev"
"dev-master": "1.
0
.x-dev"
}
},
"autoload": {
...
...
@@ -3967,7 +3960,7 @@
"constructor",
"instantiate"
],
"time": "201
7-07-22T11:58:36
+00:00"
"time": "201
5-06-14T21:17:01
+00:00"
},
{
"name": "filp/whoops",
...
...
@@ -4864,16 +4857,16 @@
},
{
"name": "phpunit/phpunit",
"version": "6.5.
3
",
"version": "6.5.
4
",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "
882e886cc928a0abd3c61282b2a64026237d14a4
"
"reference": "
1b2f933d5775f9237369deaa2d2bfbf9d652be4c
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/
882e886cc928a0abd3c61282b2a64026237d14a4
",
"reference": "
882e886cc928a0abd3c61282b2a64026237d14a4
",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/
1b2f933d5775f9237369deaa2d2bfbf9d652be4c
",
"reference": "
1b2f933d5775f9237369deaa2d2bfbf9d652be4c
",
"shasum": ""
},
"require": {
...
...
@@ -4891,7 +4884,7 @@
"phpunit/php-file-iterator": "^1.4.3",
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-timer": "^1.0.9",
"phpunit/phpunit-mock-objects": "^5.0.
4
",
"phpunit/phpunit-mock-objects": "^5.0.
5
",
"sebastian/comparator": "^2.1",
"sebastian/diff": "^2.0",
"sebastian/environment": "^3.1",
...
...
@@ -4944,27 +4937,27 @@
"testing",
"xunit"
],
"time": "2017-12-
06T09:42:03
+00:00"
"time": "2017-12-
10T08:06:19
+00:00"
},
{
"name": "phpunit/phpunit-mock-objects",
"version": "5.0.
4
",
"version": "5.0.
5
",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
"reference": "
16b50f4167e5e85e81ca8a3dd105d0a5fd32009a
"
"reference": "
283b9f4f670e3a6fd6c4ff95c51a952eb5c75933
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/
16b50f4167e5e85e81ca8a3dd105d0a5fd32009a
",
"reference": "
16b50f4167e5e85e81ca8a3dd105d0a5fd32009a
",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/
283b9f4f670e3a6fd6c4ff95c51a952eb5c75933
",
"reference": "
283b9f4f670e3a6fd6c4ff95c51a952eb5c75933
",
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.5",
"php": "^7.0",
"phpunit/php-text-template": "^1.2.1",
"sebastian/exporter": "^3.
0
"
"sebastian/exporter": "^3.
1
"
},
"conflict": {
"phpunit/phpunit": "<6.0"
...
...
@@ -5003,7 +4996,7 @@
"mock",
"xunit"
],
"time": "2017-12-
02T05:31:19
+00:00"
"time": "2017-12-
10T08:01:53
+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",
...
...
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