-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
47 lines (47 loc) · 1.36 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
40
41
42
43
44
45
46
47
{
"name": "emagister/zend-twitter-bootstrap",
"description": "A set of utility view helpers to use along with Zend Framework (v1)",
"require-dev": {
"mockery/mockery": "0.7.2"
},
"minimum-stability": "dev",
"authors": [
{
"name": "Christian Soronellas",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "package",
"package": {
"name": "zendframework/zendframework1",
"version": "1.12.0rc3",
"dist": {
"url": "http://framework.zend.com/releases/ZendFramework-1.12.0rc3/ZendFramework-1.12.0rc3.zip",
"type": "zip"
},
"source": {
"url": "http://framework.zend.com/svn/framework/standard/",
"type": "svn",
"reference": "tags/release-1.12.0rc3"
},
"autoload": {
"psr-0": {
"Zend_": "library/",
"ZendX_": "extras/library/"
}
}
}
}
],
"require": {
"php": ">=5.2.4",
"zendframework/zendframework1": "1.12.0rc3"
},
"autoload": {
"psr-0": {
"Twitter_": "src/"
}
}
}