From bd2c8b4677cb8c81fa909837ee330c536cd0a5ef Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Sun, 6 Dec 2015 16:14:47 +0100 Subject: [PATCH] Wallabag now require PHP >= 5.5 See https://github.com/K-Phoen/rulerz/pull/21/files#diff-b5d0ee8c97c7abd7e3fa29b9a27d1780 --- .travis.yml | 2 +- composer.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7a7c9056..287369e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,7 @@ before_script: script: - ant prepare-$DB - - SYMFONY_DEPRECATIONS_HELPER=weak bin/phpunit -v + - bin/phpunit -v # after_script: # - | diff --git a/composer.lock b/composer.lock index 479da672..70bcc2ec 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "f284c10bdce34af9783936d745d230d5", - "content-hash": "4de200774d9848416365015125e0f171", + "hash": "a220bd9143d23fd3a86b2ed83e6551c9", + "content-hash": "55bc43598b50ffeb3a1db44cfb267deb", "packages": [ { "name": "behat/transliterator", @@ -6725,7 +6725,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": ">=5.5.0" + "php": ">=5.5" }, "platform-dev": [] } -- 2.41.0