-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 861 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
32
33
34
35
{
"name": "hp197/combiner",
"description": "A library to combine Javascript and CSS files",
"version": "1.0-dev",
"keywords": [
"js", "javascript", "css", "utility", "combine"
],
"homepage": "https://github.com/hp197/combiner",
"license": "MIT",
"authors": [
{
"name": "Henry Paulissen",
"email": "h.paulissen@qbell.nl",
"homepage": "https://github.com/hp197/"
}
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "5.*",
"illuminate/view": "5.*",
"nesbot/carbon": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"support": {
"issues": "https://github.com/hp197/combiner/issues",
"source": "https://github.com/hp197/combiner"
},
"autoload": {
"psr-4": {
"hp197\\combiner\\": "src/"
}
}
}