summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authornashe <contact@nashe.fr>2015-08-05 15:57:09 +0200
committernashe <contact@nashe.fr>2015-08-05 15:57:09 +0200
commitbff9045d3f8c0aa144d43d96ef9f477e2fbca284 (patch)
tree5cdf0b31f2839898cfa56185ccc664dd116fd32f /composer.json
parenta0b004772f774bd048c8ef3d5d9a4c726e31ee4d (diff)
downloadplanet-bff9045d3f8c0aa144d43d96ef9f477e2fbca284.tar
planet-bff9045d3f8c0aa144d43d96ef9f477e2fbca284.tar.gz
planet-bff9045d3f8c0aa144d43d96ef9f477e2fbca284.tar.bz2
planet-bff9045d3f8c0aa144d43d96ef9f477e2fbca284.tar.xz
planet-bff9045d3f8c0aa144d43d96ef9f477e2fbca284.zip
Require spyc 0.5.1
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 63ac3c0..aad9437 100644
--- a/composer.json
+++ b/composer.json
@@ -12,6 +12,7 @@
],
"minimum-stability": "dev",
"require": {
- "simplepie/simplepie": "1.3.1"
+ "simplepie/simplepie": "1.3.1",
+ "mustangostang/spyc": "0.5.1"
}
}