forked from asimlqt/pimcore-standard-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 842 Bytes
/
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
{
"name": "byng/pimcore-standard-library",
"type": "library",
"description": "Byng Pimcore Library",
"keywords": ["byng", "pimcore"],
"homepage": "https://github.com/byng-systems/pimcore-standard-library",
"license": "Apache-2.0",
"authors": [
{
"name": "Asim Liaquat",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Elliot Wright",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Callum Jones",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "4.4.2"
},
"autoload": {
"psr-4": {"Byng\\Pimcore\\": "src/"}
}
}