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

Commit 640e588

Browse files
committed
Increased minimum stability && updated travis test "prefer-lower" channel as failable
1 parent ef6ef4a commit 640e588

File tree

3 files changed

+248
-214
lines changed

3 files changed

+248
-214
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ matrix:
1313
fast_finish: true
1414
allow_failures:
1515
- php: nightly
16+
- env: COMPOSER_FLAGS="--prefer-lowest"
1617
include:
1718
- php: 7.0
1819
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"keywords": ["cache", "phpfastcache", "symfony", "php", "bundle"],
66
"homepage": "http://www.phpfastcache.com",
77
"license": "MIT",
8-
"minimum-stability": "dev",
8+
"minimum-stability": "rc",
99
"authors": [
1010
{
1111
"name": "Georges.L",

0 commit comments

Comments
 (0)