]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
PHP requirement increased to PHP 5.5 - See #599
authorArthurHoaro <arthur@hoa.ro>
Thu, 15 Dec 2016 09:04:05 +0000 (10:04 +0100)
committerArthurHoaro <arthur@hoa.ro>
Thu, 15 Dec 2016 09:04:05 +0000 (10:04 +0100)
.travis.yml
CHANGELOG.md
composer.json

index 9ffb3d007b971db6e450c9744ffd3e778be3b7b7..88cc827d5d4ed19cc3f3dbe381e022e4ab48796f 100644 (file)
@@ -7,8 +7,6 @@ php:
   - 7.0
   - 5.6
   - 5.5
-  - 5.4
-  - 5.3
 install:
   - composer self-update
   - composer install --prefer-dist
index 21d5436ccdefeae86fe4dc72385b732816e8c324..cf5a85e2a8bd16248257649c7f0b426e06cdc55e 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 
 ## [v0.9.0](https://github.com/shaarli/Shaarli/releases/tag/v0.9.0) - UNPUBLISHED
 
+**WARNING**: Shaarli now requires PHP 5.5+. 
+
 ### Added
 
 ### Changed
index f7d26a315f5fb136240a51df7a7c31f4b18c678a..40b725d362a3df5900ab7d746aa2f99671c553e2 100644 (file)
@@ -10,7 +10,7 @@
     },
     "keywords": ["bookmark", "link", "share", "web"],
     "require": {
-        "php": ">=5.3.4",
+        "php": ">=5.5",
         "shaarli/netscape-bookmark-parser": "1.*",
         "erusev/parsedown": "1.6"
     },