mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
update phpunit to last version and internal packages
This commit is contained in:
parent
239ea38e92
commit
50e5242176
@ -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:
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user