Skip to content

Commit

Permalink
Fix carbon version for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed Mar 26, 2015
1 parent 422c668 commit 485208f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -11,12 +11,12 @@
"license" : "MIT",
"require": {
"php": ">=5.3.0",
"nesbot/Carbon": "*",
"symfony/translation": "*"
"nesbot/Carbon": "~1.0,<1.18",
"symfony/translation": "~2.0"
},
"require-dev": {
"satooshi/php-coveralls": "*",
"phpunit/phpunit":"*"
"phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "~0.6"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 485208f

Please sign in to comment.