forked from DevFactoryCH/minify
-
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) · 722 Bytes
/
Copy pathcomposer.json
File metadata and controls
29 lines (29 loc) · 722 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": "devfactory/minify",
"keywords": ["minify", "laravel5"],
"description": "A package for minifying styles and javascript for laravel 5 ",
"license": "MIT",
"authors": [
{
"name": "Da Costa Alcindo",
"email": "alcindo.dacosta@devfactory.ch"
}
],
"require": {
"php": ">=7.2.0",
"tedivm/jshrink": "~1.0",
"natxet/CssMin": "3.*",
"illuminate/filesystem": "~5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "~5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"phpspec/phpspec": "2.0.0",
"mikey179/vfsStream": "1.2.*"
},
"autoload": {
"psr-4": {
"Devfactory\\Minify\\": "src/"
}
},
"minimum-stability": "stable"
}