Upgrade PHPUnit to the latest stable version (4.1)

Closes #466
This commit is contained in:
Jimmy Cleuren 2014-06-22 23:44:59 +02:00 committed by Dan Cryer
commit 94ba25a7bd
2 changed files with 320 additions and 39 deletions

View file

@ -39,7 +39,7 @@
},
"require-dev": {
"phpunit/phpunit": "~3.7",
"phpunit/phpunit": "~4.1",
"phpspec/prophecy-phpunit": "~1.0"
},
@ -56,4 +56,4 @@
"behat/behat": "Behat BDD Testing",
"hipchat/hipchat-php": "Hipchat integration"
}
}
}