summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authornashe <thomas@chauchefoin.fr>2017-07-13 12:40:10 +0100
committernashe <thomas@chauchefoin.fr>2017-07-13 12:40:10 +0100
commit6f3a001bfa95b1a0ee3ecc867d1ab8a52051b014 (patch)
tree646453d98f98dee54e4954cbe525614688201bb9 /composer.json
parentc0b51f5f9621c6063af8677637ea120e9bab8ab5 (diff)
downloadplanet-6f3a001bfa95b1a0ee3ecc867d1ab8a52051b014.tar
planet-6f3a001bfa95b1a0ee3ecc867d1ab8a52051b014.tar.gz
planet-6f3a001bfa95b1a0ee3ecc867d1ab8a52051b014.tar.bz2
planet-6f3a001bfa95b1a0ee3ecc867d1ab8a52051b014.tar.xz
planet-6f3a001bfa95b1a0ee3ecc867d1ab8a52051b014.zip
Update composer.json to use the last version of SimplePie
This version allows us to pass cURL options to SimplePie, this will be needed to correctly handle feeds over SSL/TLS but with invalid certificates.
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 4b5e203..40f96ee 100644
--- a/composer.json
+++ b/composer.json
@@ -14,7 +14,7 @@
"require": {
"php": "^5.6 || ^7.0",
"mustangostang/spyc": "0.5.1",
- "simplepie/simplepie": "1.3.1"
+ "simplepie/simplepie": "^1.5"
},
"require-dev": {
"guzzlehttp/guzzle": "^6.0",