forked from moonmoon/moonmoon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 818 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "mauricesvay/moonmoon",
"description": "Moonmoon is a simple feed agregator.",
"homepage": "http://moonmoon.org/",
"type": "project",
"license": "BSD",
"authors": [
{
"name": "Maurice Svay",
"email": "maurice@svay.com"
}
],
"minimum-stability": "stable",
"require": {
"simplepie/simplepie": "1.3.1",
"php": ">= 5.4",
"mustangostang/spyc": "0.5.1"
},
"require-dev": {
"codeception/codeception": "2.1",
"guzzlehttp/guzzle": "5.*"
},
"scripts": {
"test": "./vendor/bin/codecept"
},
"autoload": {
"psr-0": {
"": "app/classes/"
},
"files": [
"app/lib/lib.opml.php",
"app/lib/Cache.php"
]
}
}