mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +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:
|
test:php-5.6:
|
||||||
stage: test
|
stage: test
|
||||||
<<: *test_definition
|
<<: *test_definition
|
||||||
script: phpunit
|
script: php vendor/bin/phpunit
|
||||||
|
allow_failure: true
|
||||||
test:php-7:
|
test:php-7:
|
||||||
stage: test
|
stage: test
|
||||||
<<: *test_definition
|
<<: *test_definition
|
||||||
script: phpunit
|
script: php vendor/bin/phpunit
|
||||||
|
|
||||||
|
|
||||||
deploy-packagist:
|
deploy-packagist:
|
||||||
|
@ -29,7 +29,8 @@
|
|||||||
"chill-project/person": "dev-master@dev",
|
"chill-project/person": "dev-master@dev",
|
||||||
"champs-libres/composer-bundle-migration": "~1.0",
|
"champs-libres/composer-bundle-migration": "~1.0",
|
||||||
"doctrine/doctrine-migrations-bundle": "~1.1",
|
"doctrine/doctrine-migrations-bundle": "~1.1",
|
||||||
"doctrine/migrations": "~1.0@dev"
|
"doctrine/migrations": "~1.0@dev",
|
||||||
|
"phpunit/phpunit": "^6.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/doctrine-fixtures-bundle": "~2.2",
|
"doctrine/doctrine-fixtures-bundle": "~2.2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user