update phpunit to last version and internal packages

This commit is contained in:
Julien Fastré 2017-06-20 15:21:29 +02:00
parent 239ea38e92
commit 50e5242176
2 changed files with 5 additions and 3 deletions

View File

@ -19,11 +19,12 @@ stages:
test:php-5.6:
stage: test
<<: *test_definition
script: phpunit
script: php vendor/bin/phpunit
allow_failure: true
test:php-7:
stage: test
<<: *test_definition
script: phpunit
script: php vendor/bin/phpunit
deploy-packagist:

View File

@ -29,7 +29,8 @@
"chill-project/person": "dev-master@dev",
"champs-libres/composer-bundle-migration": "~1.0",
"doctrine/doctrine-migrations-bundle": "~1.1",
"doctrine/migrations": "~1.0@dev"
"doctrine/migrations": "~1.0@dev",
"phpunit/phpunit": "^6.2"
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "~2.2",