Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d69cd8

Browse files
committed
Added carbon to database dependencies. Closes laravel#1026.
1 parent fc9760a commit 2d69cd8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Illuminate/Database/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"php": ">=5.3.0",
1313
"illuminate/container": "4.0.x",
1414
"illuminate/events": "4.0.x",
15-
"illuminate/support": "4.0.x"
15+
"illuminate/support": "4.0.x",
16+
"nesbot/carbon": "1.*"
1617
},
1718
"require-dev": {
1819
"illuminate/console": "4.0.x",

0 commit comments

Comments
 (0)