-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 879 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 879 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
{
"name": "strapieno/str-utils",
"description": "Utils library for strapieno",
"homepage": "https://github.com/strapieno/str-utils.git",
"require": {
"php": ">=5.5.0",
"zendframework/zend-hydrator": "2.0",
"zendframework/zend-crypt": "2.5.1",
"matryoshka-model/matryoshka": "0.8.*@dev",
"matryoshka-model/mongo-wrapper": "0.8.*@dev",
"ripaclub/zf-apigility-imgman": "~0.3"
},
"require-dev": {
"phpunit/phpunit": "~4.7",
"robertboloc/zf2-components-list-generator": "dev-master",
"satooshi/php-coveralls": "dev-master"
},
"authors": [
{
"name": "Antonio Visalli",
"email": "antonino.visalli@gmail.com",
"homepage": "http://github.com/visa4"
}
],
"autoload": {
"psr-4": {
"Strapieno\\Utils\\": "library/",
"Strapieno\\UtilsTest\\": "tests/"
}
},
"minimum-stability": "dev"
}