Skip to content

Commit

Permalink
Bump to use PHPUnit 4.8 / stable packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensby authored and chillu committed Feb 24, 2016
1 parent 427fc33 commit 4010d98
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],

"require": {
"php": ">=5.3.2",
"phpunit/phpunit": "3.7.*",
"behat/behat": "2.5.*@stable",
"behat/mink": "1.6.*@stable",
"behat/mink-extension": "1.3.*-dev",
"behat/mink-selenium2-driver": "1.2.*@stable",
"php": ">=5.3.3",
"phpunit/phpunit": "~4.8",
"behat/behat": "~2.5.0",
"behat/mink": "~1.6.0",
"behat/mink-extension": "~1.3.0",
"behat/mink-selenium2-driver": "~1.2.0",
"symfony/dom-crawler": "~2.0",
"symfony/console": "~2.0",
"symfony/config": "~2.0",
Expand Down Expand Up @@ -55,5 +55,6 @@
"dev-master": "2.0.x-dev"
}
},
"prefer-stable": true,
"minimum-stability": "dev"
}

0 comments on commit 4010d98

Please sign in to comment.