-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 729 Bytes
/
Copy pathcomposer.json
File metadata and controls
25 lines (25 loc) · 729 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
{
"repositories": [
{
"type": "package",
"package": {
"name": "brianhaveri/Underscore.php",
"version": "dev-master",
"dist": {
"url": "https://github.com/brianhaveri/Underscore.php/archive/master.zip",
"type": "zip"
},
"autoload": {
"classmap": ["underscore.php"]
}
}
}
],
"require": {
"react/partial": "~2.0",
"nicmart/functionals": "dev-master",
"brianhaveri/Underscore.php": "dev-master",
"lstrojny/functional-php": "dev-master",
"phpoption/phpoption": "1.*"
}
}