mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
Merge pull request #22 from jeremyvaught/patch-1
update composer.json for compatibility with Laravel 4.1
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3.0",
|
||||
"illuminate/support": "4.0.x"
|
||||
"illuminate/support": "4.1.*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
@@ -18,4 +18,4 @@
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user