Skip to content

Commit

Permalink
Update composer.json dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eb-palmeida committed Feb 15, 2016
1 parent 0d1ad58 commit 675cfd6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"minimum-stability": "stable",
"require": {
"php": ">=5.3",
"doctrine/dbal": "2.4.2"
"doctrine/dbal": "~2.4"
},
"require-dev": {
"phpunit/phpunit": "4.1.*",
"squizlabs/php_codesniffer": "1.5.*",
"phpmd/phpmd": "~1.5.0",
"satooshi/php-coveralls": "dev-master",
"jms/serializer": "0.14.0"
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~1.5.0",
"phpmd/phpmd": "~1.5.0",
"satooshi/php-coveralls": "~1.0",
"jms/serializer": "0.14.0"
},
"autoload": {
"psr-0": { "EBT\\DataReplicator": "src/" }
Expand Down

0 comments on commit 675cfd6

Please sign in to comment.