-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathcomposer.json
40 lines (40 loc) · 1.21 KB
/
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
36
37
38
39
40
{
"name": "stevebauman/maintenance",
"description": "A Preventative Maintenance Application (CMMS) for Laravel",
"authors": [
{
"name": "Steve Bauman",
"email": "[email protected]"
}
],
"license": "GPL-2.0+",
"require": {
"php": ">=5.4.0",
"illuminate/support": "5.*",
"illuminate/html": "5.0.*",
"cartalyst/data-grid": "3.0.*",
"cartalyst/sentry": "2.1",
"stevebauman/corp": "1.0.*",
"stevebauman/core-helper": "1.0.*",
"stevebauman/inventory": "1.7.*",
"stevebauman/calendar-helper": "0.1.*",
"stevebauman/log-reader": "1.0.*",
"stevebauman/purify": "1.0.*",
"arcanedev/no-captcha": "2.*",
"baum/baum": "1.1.*",
"dompdf/dompdf": "0.6.*",
"simplesoftwareio/simple-qrcode": "1.2.*",
"davejamesmiller/laravel-breadcrumbs": "3.0.*",
"venturecraft/revisionable": "1.*",
"google/apiclient": "1.1.*"
},
"archive": {
"exclude": ["/tests"]
},
"autoload": {
"psr-4": {
"Stevebauman\\Maintenance\\": "src/Stevebauman/Maintenance/"
}
},
"minimum-stability": "stable"
}