]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Wallabag now require PHP >= 5.5
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 6 Dec 2015 15:14:47 +0000 (16:14 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 15 Jan 2016 08:35:37 +0000 (09:35 +0100)
See https://github.com/K-Phoen/rulerz/pull/21/files#diff-b5d0ee8c97c7abd7e3fa29b9a27d1780

.travis.yml
composer.lock

index 7a7c9056c6f105231fc4f6571999b001bb4a5b19..287369e33814ce8276c3bc147c0c3f10f16fe0ad 100644 (file)
@@ -49,7 +49,7 @@ before_script:
 
 script:
     - ant prepare-$DB
-    - SYMFONY_DEPRECATIONS_HELPER=weak bin/phpunit -v
+    - bin/phpunit -v
 
 # after_script:
     # - |
index 479da672cc88f63ac377c5b2bd25a00b7031ba02..70bcc2ec2de22b4f20f3795acd65a42c56c7f0a1 100644 (file)
@@ -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",
     "prefer-stable": true,
     "prefer-lowest": false,
     "platform": {
-        "php": ">=5.5.0"
+        "php": ">=5.5"
     },
     "platform-dev": []
 }