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

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
remove dev constraint
  • Loading branch information
ElectricMaxxx committed Aug 18, 2018
2 parents 57e13b6 + c3f9d20 commit 018627f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ matrix:
fast_finish: true
include:
- php: 7.1
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" DEPENDENCIES="symfony/lts:^2" STABILITY="dev"
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" DEPENDENCIES="symfony/lts:^2"
- php: 7.1
env: DEPENDENCIES="symfony/lts:^3" STABILITY="dev"
env: DEPENDENCIES="symfony/lts:^3"
- php: 7.1
env: DEPENDENCIES="symfony/lts:^4" STABILITY="dev"
env: DEPENDENCIES="symfony/symfony:^4.0"
- php: 7.2
env: DEPENDENCIES="symfony/lts:^4" STABILITY="dev"
env: DEPENDENCIES="symfony/symfony:^4.0"

before_install:
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
Expand Down
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"php": "^7.1",
"symfony/framework-bundle": "^2.8 || ^3.3 || ^4.0",
"doctrine/phpcr-bundle": "^1.3 || ^2.0",
"doctrine/phpcr-odm": "^1.4",
"doctrine/phpcr-odm": "^1.4.2 || ^2.0",
"symfony-cmf/core-bundle": "^2.1",
"symfony-cmf/content-bundle": "^2.1",
"symfony-cmf/menu-bundle": "^2.2",
Expand All @@ -35,7 +35,5 @@
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 018627f

Please sign in to comment.