Skip to content

Commit

Permalink
use stars on require-dev packages, updating the numbers is tedious
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoch committed Mar 29, 2015
1 parent cafd8dd commit 04fdb36
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -30,7 +30,7 @@
],
"require": {
"php" : ">=5.3.3",
"doctrine/orm" : "2.4.*",
"doctrine/orm" : "2.*",
"doctrine/migrations" : "dev-master",
"beberlei/DoctrineExtensions" : "dev-master",
"gedmo/doctrine-extensions" : "dev-master",
Expand All @@ -45,10 +45,10 @@
"simplepie/simplepie" : "dev-master"
},
"require-dev": {
"mikey179/vfsStream" : "1.4.*",
"phpunit/phpunit" : "4.4.*@dev",
"phpunit/dbunit" : "1.3.*",
"doctrine/data-fixtures" : "*@dev",
"mikey179/vfsStream" : "*",
"phpunit/phpunit" : "4.*",
"phpunit/dbunit" : "*",
"doctrine/data-fixtures" : "*",
"firephp/firephp-core" : "dev-master",
"satooshi/php-coveralls" : "dev-master"
},
Expand Down

0 comments on commit 04fdb36

Please sign in to comment.