forked from phpcr/phpcr-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 954 Bytes
/
composer.json
File metadata and controls
37 lines (37 loc) · 954 Bytes
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
{
"name": "phpcr/phpcr-utils",
"type": "library",
"description": "PHP Content Repository implementation independant utilities",
"keywords": ["phpcr", "contentrepository", "cli"],
"homepage": "http://phpcr.github.com",
"license": "Apache License 2.0",
"version": "1.0-beta1",
"authors": [
{
"name": "David Buchmann",
"email": "david@liip.ch"
},
{
"name": "Daniel Barsotti",
"email": "daniel.barsotti@liip.ch"
},
{
"name": "Nacho Martín",
"email": "nitram.ohcan@gmail.com"
},
{
"name": "Lukas Kahwe Smith",
"email": "smith@pooteeweet.org"
}
],
"require": {
"php": ">=5.3.0",
"phpcr/phpcr": ">=2.1.0-beta3",
"symfony/console": ">=2.1.0"
},
"autoload": {
"psr-0": {
"PHPCR\\Util": "src"
}
}
}