forked from headzoo/EndroidPredictionIOBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 795 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 795 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
{
"name": "endroid/prediction-io-bundle",
"description": "Endroid PredictionIO Bundle for Symfony",
"keywords": ["endroid", "prediction", "io", "predictionio", "recommendation", "symfony", "bundle"],
"homepage": "https://github.com/endroid/EndroidPredictionIoBundle",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Jeroen van den Enden",
"email": "info@endroid.nl",
"homepage": "http://endroid.nl/"
}
],
"require": {
"php": ">=5.4.0",
"endroid/prediction-io": "~1.0"
},
"autoload": {
"psr-4": {
"Endroid\\Bundle\\PredictionIOBundle\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
}
}