Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
remove dev dependency in travis configuration (#54)
Browse files Browse the repository at this point in the history
* remove dev dependency in travis configuration

* some more constants

* try to fix versions
  • Loading branch information
ElectricMaxxx authored Aug 18, 2018
1 parent 746ed7f commit c407806
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@ cache:
- .phpunit

env:
global: SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml"
global:
- SYMFONY_DEPRECATIONS_HELPER="/.*each.*/"
- SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml"
- SYMFONY_PHPUNIT_VERSION=5.7

matrix:
matrix: SYMFONY_VERSION=4.0.*
include:
- php: 7.1
env: DEPS=dev
- php: 7.1
env: COMPOSER_FLAGS="--prefer-lowest" REQUIREMENTS="phpcr/phpcr:2.1.2"
fast_finish: true
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"jackalope/jackalope-doctrine-dbal": "^1.2",
"sonata-project/admin-bundle": "^3.1",
"sylius/resource-bundle": "^0.18",
"doctrine/phpcr-odm": "^1.4",
"symfony/phpunit-bridge": "^3.2"
"symfony/phpunit-bridge": "^3.3 || ^4.0",
"doctrine/phpcr-odm": "^1.4|^2.0"
},
"suggest": {
"doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents",
Expand Down

0 comments on commit c407806

Please sign in to comment.