-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
39 lines (38 loc) · 1.12 KB
/
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
36
37
38
39
{
"name": "ppi/skeleton-app",
"description": "The PPI Skeleton Application - A pre-built application around the PPI Framework. Lots of extra goodies",
"homepage": "http://www.ppi.io",
"license": "MIT",
"keywords": ["framework", "ppi", "skeletonapp", "bootstrap", "html5", "jquery", "mustache"],
"type": "library",
"authors": [
{
"name": "Paul Dragoonis",
"email": "[email protected]"
}
],
"require": {
"swiftmailer/swiftmailer": ">=4.2.0,<4.3-dev",
"ppi/framework": "dev-master"
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"repositories": [{
"type": "package",
"package": {
"name": "ppi/zendframework",
"version": "2.0.0-rc4",
"dist": {
"url": "http://packages.zendframework.com/releases/ZendFramework-2.0.0rc4/ZendFramework-minimal-2.0.0rc4.zip",
"type": "zip"
},
"autoload": {
"psr-0": { "Zend": "library" }
}
}
}],
"minimum-stability": "dev"
}