-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
52 lines (51 loc) · 1.38 KB
/
composer.json
File metadata and controls
52 lines (51 loc) · 1.38 KB
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
48
49
50
51
52
{
"name": "php-pike/pike-project.org",
"version": "1.0",
"description": "A example ZF1/Doctrine2/Pike application with code examples of PiKe features.",
"keywords": ["PiKe", "examples", "Skeleton"],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Kees Schepers",
"email": "kees@keesschepers.nl",
"homepage": "http://keesschepers.nl/"
},
{
"name": "Pieter Vogelaar",
"email": "pieter@pietervogelaar.nl",
"homepage": "http://pietervogelaar.nl/"
}
],
"repositories": [
{
"type": "package",
"package": {
"name": "guilhermeblanco/zendframework1-doctrine2",
"version": "master-dev",
"source": {
"url": "git://github.com/guilhermeblanco/ZendFramework1-Doctrine2.git",
"type": "git",
"reference": "master"
},
"include-path": ["library/"],
"autoload": {
"psr-0": {
"Bisna\\": "library"
}
}
}
}
],
"require": {
"php": ">=5.3",
"php-pike/pike": "dev-master",
"guilhermeblanco/ZendFramework1-Doctrine2" : "dev-master",
"symfony/console" : "2.0.16"
},
"autoload": {
"psr-0": {
"Pike_" : "lib/"
}
}
}