mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-23 23:51:25 +00:00
Added fields for created and updated at
Added getters needs testing
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
"require": {
|
||||
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
|
||||
"illuminate/session": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
|
||||
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*"
|
||||
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
|
||||
"nesbot/carbon": "^1.26.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~5.0|~6.0|~7.0",
|
||||
|
||||
Reference in New Issue
Block a user