-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathcomposer.json
More file actions
39 lines (39 loc) · 1.01 KB
/
composer.json
File metadata and controls
39 lines (39 loc) · 1.01 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
{
"name": "phpcr/phpcr-shell",
"description": "Shell for PHPCR",
"require": {
"symfony/console": "~2.3",
"jackalope/jackalope-doctrine-dbal": "~1.1",
"jackalope/jackalope-jackrabbit": "~1.1",
"jackalope/jackalope": "~1.1",
"phpcr/phpcr": "~2.1",
"phpcr/phpcr-utils": "~1.2",
"symfony/finder": "~2.3",
"kukulich/fshl": "dev-symfony-console-formatter"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/dantleech/fshl"
}
],
"minimum-stability": "dev",
"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"}
}
}