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