-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 1.03 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
{
"name": "publisher/entity_xing_recommendation",
"description": "Entities of Xing Entries for the Mode Recommendation",
"keywords": ["publisher", "entity", "xing", "recommendation", "publish", "post", "oauth"],
"license": "MIT",
"authors": [
{
"name": "Jacqueline Lueken",
"email": "jac_lueken@live.de"
}
],
"require": {
"php": ">=7.0.0",
"publisher/publisher": "0.9.1",
"publisher/mode_recommendation" : "dev-master"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"symfony/validator": "^3.1",
"publisher/entry_xing": "dev-master"
},
"suggest": {
"symfony/validator": "Validate the entities with the config provided in Resources/config/validation.xml",
"publisher/entry_xing": "Required by the validation config / Reference for validation"
},
"autoload": {
"psr-4": {
"Publisher\\Entry\\Xing\\Mode\\Recommendation\\": "src/",
"Unit\\": "tests/Unit"
}
}
}