Browse Source

Adding Carbon to the requires

Jose Lorenzo Rodriguez 12 years ago
parent
commit
e78f408463
1 changed files with 2 additions and 1 deletions
  1. 2 1
      composer.json

+ 2 - 1
composer.json

@@ -20,7 +20,8 @@
     "require": {
         "php": ">=5.4.19",
         "ext-mcrypt": "*",
-        "ext-mbstring": "*"
+        "ext-mbstring": "*",
+        "nesbot/Carbon": "1.*"
     },
     "require-dev": {
         "phpunit/phpunit": "3.7.*"