Browse Source

Using a more specific version of carbon

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

+ 1 - 1
composer.json

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