Skip to content

Commit

Permalink
Merge pull request #27 from Ocramius/hotfix/bump-dependencies
Browse files Browse the repository at this point in the history
Bumping dependencies to dev libraries, enforcing PHP version to be <6.0
  • Loading branch information
Ocramius committed Sep 5, 2014
2 parents 8eee08f + 4fec0ec commit 92a67dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
}
],
"require": {
"php": ">=5.4",
"php": "~5.4",
"zendframework/zend-stdlib": "2.*",
"nikic/php-parser": "0.9.*",
"ocramius/code-generator-utils": "0.2.*"
},
"require-dev": {
"phpunit/phpunit": ">=3.7",
"phpmd/phpmd": "1.4.*",
"squizlabs/php_codesniffer": "1.4.*",
"phpunit/phpunit": "~4.0",
"phpmd/phpmd": "1.5.*",
"squizlabs/php_codesniffer": "1.5.*",
"satooshi/php-coveralls": "~0.6",
"athletic/athletic": "~0.1.6"
},
Expand Down

0 comments on commit 92a67dd

Please sign in to comment.