Skip to content

Commit 96157e0

Browse files
Laravel 5.7 support
1 parent 7ff157b commit 96157e0

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

composer.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
{
2-
"name": "gloudemans/shoppingcart",
2+
"name": "MichaelBelgium/shoppingcart",
33
"description": "Laravel Shoppingcart",
44
"keywords": ["laravel", "shoppingcart"],
55
"license": "MIT",
66
"authors": [
77
{
88
"name": "Rob Gloudemans",
99
"email": "[email protected]"
10+
},
11+
{
12+
"name": "Michael V.",
13+
"email": "[email protected]"
1014
}
1115
],
1216
"require": {
13-
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
14-
"illuminate/session": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
15-
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*"
17+
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
18+
"illuminate/session": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
19+
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*"
1620
},
1721
"require-dev": {
1822
"phpunit/phpunit": "~5.0|~6.0|~7.0",
@@ -29,9 +33,6 @@
2933
"Gloudemans\\Tests\\Shoppingcart\\": "tests/"
3034
}
3135
},
32-
"suggest": {
33-
"gloudemans/notify": "Simple flash notifications for Laravel"
34-
},
3536
"minimum-stability": "stable",
3637
"extra": {
3738
"laravel": {

0 commit comments

Comments
 (0)