mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-03 15:36:14 +00:00
allow php 7 a force symfony 2.8
This commit is contained in:
parent
23ec2a1a16
commit
c8077ac575
@ -12,7 +12,9 @@ before_script:
|
||||
|
||||
test:php-5.6:
|
||||
stage: test
|
||||
image: chill/ci-image:php-5.6
|
||||
script: phpunit --testdox
|
||||
test:php-7:
|
||||
stage: test
|
||||
script: phpunit --testdox
|
||||
image: chill/ci-image:php-7
|
||||
script: phpunit --testdox
|
||||
|
@ -22,11 +22,11 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "~5.5",
|
||||
"php": "~5.5|~7.0",
|
||||
"twig/extensions": "~1.0",
|
||||
"symfony/assetic-bundle": "~2.3",
|
||||
"symfony/monolog-bundle": "~2.4",
|
||||
"symfony/framework-bundle": "~2.7",
|
||||
"symfony/framework-bundle": "~2.8",
|
||||
"symfony/yaml": "~2.7",
|
||||
"symfony/symfony": "~2.7",
|
||||
"doctrine/dbal": "~2.5",
|
||||
|
Loading…
x
Reference in New Issue
Block a user