summaryrefslogtreecommitdiffstats
path: root/composer.lock
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-02-19 12:23:35 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-02-19 12:23:44 +0100
commit04dc1076f13567549602802bbf8e931879174353 (patch)
tree490cab68e0d887e422246cd0351b309c3d9cdefa /composer.lock
parent4b6e528a5f0472624644bd812c19af55fea52080 (diff)
fix #734 and set a CSP on master
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock13
1 files changed, 9 insertions, 4 deletions
diff --git a/composer.lock b/composer.lock
index 44dd5e93e..3f8497a24 100644
--- a/composer.lock
+++ b/composer.lock
@@ -57,15 +57,20 @@
"source": {
"type": "git",
"url": "https://github.com/fguillot/picoFeed.git",
- "reference": "0a1d0d3950f7f047dc8fb1d80aa6296e15f306d0"
+ "reference": "6f0ac9238dcb0899c8322933e7f4598890ecf744"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/fguillot/picoFeed/zipball/0a1d0d3950f7f047dc8fb1d80aa6296e15f306d0",
- "reference": "0a1d0d3950f7f047dc8fb1d80aa6296e15f306d0",
+ "url": "https://api.github.com/repos/fguillot/picoFeed/zipball/6f0ac9238dcb0899c8322933e7f4598890ecf744",
+ "reference": "6f0ac9238dcb0899c8322933e7f4598890ecf744",
"shasum": ""
},
"require": {
+ "ext-dom": "*",
+ "ext-iconv": "*",
+ "ext-libxml": "*",
+ "ext-simplexml": "*",
+ "ext-xml": "*",
"php": ">=5.3.0"
},
"type": "library",
@@ -86,7 +91,7 @@
],
"description": "Modern library to write or read feeds (RSS/Atom)",
"homepage": "http://fguillot.github.io/picoFeed",
- "time": "2015-01-27 01:56:40"
+ "time": "2015-02-18 02:47:12"
},
{
"name": "pear/net_url2",