-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 987 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
{
"name": "publisher/mode_recommendation",
"description": "Publishing Mode for publisher/publisher.",
"keywords": ["publisher", "mode", "recommendation", "publish", "post", "oauth"],
"license": "MIT",
"authors": [
{
"name": "Jacqueline Lueken",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.0.0",
"publisher/publisher": "0.9.1",
"symfony/form": "^3.1"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"symfony/validator": "^3.1"
},
"suggest": {
"symfony/validator": "Validate the entities with the configuration provided in Resources/config/validation.xml"
},
"autoload": {
"psr-4": {
"Publisher\\Mode\\Recommendation\\": "src/Recommendation/",
"Unit\\Publisher\\Mode\\Recommendation\\": "tests/Unit/Recommendation",
"Mock\\Publisher\\Mode\\Recommendation\\": "tests/Mock"
}
}
}