Skip to content
This repository was archived by the owner on Dec 14, 2024. It is now read-only.

Commit 6dfd4a4

Browse files
Merge pull request #51 from alexislefebvre/composer-add-phpunit-7
Composer: Add PHPUnit 7
2 parents fccca09 + 1edb060 commit 6dfd4a4

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

circle.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
docker:
2-
image: circleci/php:7.1
1+
machine:
2+
timezone:
3+
Europe/Paris
4+
php:
5+
version: 7.1.9
36

47
dependencies:
58
pre:
@@ -8,6 +11,8 @@ dependencies:
811
override:
912
- composer require --dev "symfony/symfony:3.4.*" --no-update
1013
- composer install --no-interaction --profile --no-progress
14+
cache_directories:
15+
- ~/.composer/cache
1116

1217
test:
1318
override:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"symfony/monolog-bundle": "~2.4||~3.1",
2424
"doctrine/doctrine-fixtures-bundle": "~2.3",
2525
"liip/functional-test-bundle": "~1.8",
26-
"phpunit/phpunit": "~5.7.21||~6.2",
26+
"phpunit/phpunit": "~5.7.21|~6.5.6|~7.0",
2727
"knplabs/friendly-contexts": "~0.8",
2828
"behat/behat": "~3.2",
2929
"behat/symfony2-extension": "^2.1",

0 commit comments

Comments
 (0)