Skip to content

Commit

Permalink
phpunit 6 stable (#21)
Browse files Browse the repository at this point in the history
Now that phpunit 6 is stable, we can get rid of "dev". Ideally, a new tag should be released after merging this.
  • Loading branch information
garak authored and dmaicher committed Feb 3, 2017
1 parent 5711f6f commit 3ad0f05
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"symfony/symfony": "~2.3|~3.0",
"doctrine/dbal": "~2.5",
"doctrine/doctrine-bundle": "~1.4",
"phpunit/phpunit": "^6.0@dev"
"phpunit/phpunit": "^6.0"
},
"autoload": {
"psr-4": {
Expand All @@ -29,7 +29,5 @@
"branch-alias": {
"dev-master": "2.1.x-dev"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 3ad0f05

Please sign in to comment.