-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 963 Bytes
/
composer.json
File metadata and controls
34 lines (34 loc) · 963 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
{
"name": "phpcr/phpcr-shell",
"description": "Shell for PHPCR",
"require": {
"symfony/console": "2.3.*",
"jackalope/jackalope-doctrine-dbal": "dev-master",
"jackalope/jackalope-jackrabbit": "dev-master",
"jackalope/jackalope": "dev-master",
"phpcr/phpcr": "dev-master",
"phpcr/phpcr-utils": "dev-master",
"dantleech/phpcr-nodetype-serializer": "dev-master",
"symfony/finder": "~2.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"mockery/mockery": "0.9",
"symfony/process": "2.3.*",
"symfony/filesystem": "2.3.*",
"phpunit/phpunit": "~3.7.28",
"behat/behat": "~2.5",
"phpspec/phpspec": "2.0"
},
"license": "MIT",
"authors": [
{
"name": "dantleech",
"email": "daniel@dantleech.com"
}
],
"autoload": {
"psr-0": {"": "src"}
}
}