-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
44 lines (44 loc) · 1.08 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
{
"name": "pinpoint-software/bookmarks",
"type": "project",
"require": {
"atlas/orm": "1.x-dev@dev",
"aura/filter": "^2.3",
"aura/session": "^2.1",
"cadre/module": "^0.2",
"league/tactician": "^1.0",
"oscarotero/psr7-middlewares": "^3.18",
"owasp/phprbac": "^2.0",
"radar/adr": "^1.1",
"relay/middleware": "^1.1",
"robmorgan/phinx": "^0.6",
"twig/extensions": "^1.0",
"twig/twig": "^1.25",
"zendframework/zend-diactoros": "^1.3"
},
"require-dev": {
"atlas/cli": "0.x-dev@dev",
"phing/phing": "^2.15",
"phpunit/dbunit": "^2.0",
"phpunit/phpunit": "^5.0",
"squizlabs/php_codesniffer": "^2.6"
},
"autoload": {
"psr-4": {
"": "src/"
}
},
"autoload-dev": {
"psr-4": {
"": "tests/"
}
},
"license": "MIT",
"authors": [
{
"name": "Andrew Shell",
"email": "[email protected]"
}
],
"minimum-stability": "stable"
}