aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2015-12-06 16:14:47 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-01-15 09:35:37 +0100
commitbd2c8b4677cb8c81fa909837ee330c536cd0a5ef (patch)
tree6ad9ee88d215eeefa4107330125f39e944b2e678
parent30a40b02984e8143d29f70d97f2417a81d520b71 (diff)
downloadwallabag-bd2c8b4677cb8c81fa909837ee330c536cd0a5ef.tar.gz
wallabag-bd2c8b4677cb8c81fa909837ee330c536cd0a5ef.tar.zst
wallabag-bd2c8b4677cb8c81fa909837ee330c536cd0a5ef.zip
Wallabag now require PHP >= 5.5
See https://github.com/K-Phoen/rulerz/pull/21/files#diff-b5d0ee8c97c7abd7e3fa29b9a27d1780
-rw-r--r--.travis.yml2
-rw-r--r--composer.lock6
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:
49 49
50script: 50script:
51 - ant prepare-$DB 51 - ant prepare-$DB
52 - SYMFONY_DEPRECATIONS_HELPER=weak bin/phpunit -v 52 - bin/phpunit -v
53 53
54# after_script: 54# after_script:
55 # - | 55 # - |
diff --git a/composer.lock b/composer.lock
index 479da672..70bcc2ec 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,8 +4,8 @@
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5 "This file is @generated automatically" 5 "This file is @generated automatically"
6 ], 6 ],
7 "hash": "f284c10bdce34af9783936d745d230d5", 7 "hash": "a220bd9143d23fd3a86b2ed83e6551c9",
8 "content-hash": "4de200774d9848416365015125e0f171", 8 "content-hash": "55bc43598b50ffeb3a1db44cfb267deb",
9 "packages": [ 9 "packages": [
10 { 10 {
11 "name": "behat/transliterator", 11 "name": "behat/transliterator",
@@ -6725,7 +6725,7 @@
6725 "prefer-stable": true, 6725 "prefer-stable": true,
6726 "prefer-lowest": false, 6726 "prefer-lowest": false,
6727 "platform": { 6727 "platform": {
6728 "php": ">=5.5.0" 6728 "php": ">=5.5"
6729 }, 6729 },
6730 "platform-dev": [] 6730 "platform-dev": []
6731} 6731}