fix: change version of codeception

This commit is contained in:
Stéphane 2017-05-07 20:24:40 +02:00
parent 5662a5d4bb
commit 9ab561df2f
No known key found for this signature in database
GPG Key ID: B426747B415ED543
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ paths:
data: tests/_data
support: tests/_support
envs: tests/_envs
helpers: nil
settings:
bootstrap: _bootstrap.php
colors: false

View File

@ -13,7 +13,7 @@
"phpunit/phpunit": "~4.0",
"fzaninotto/faker": "~1.0",
"phpspec/phpspec": "2.0.0",
"codeception/codeception": "2.0.0"
"codeception/codeception": "^2.2"
},
"autoload": {
"psr-4": {