forked from certly/spark
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 754 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 754 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
{
"name": "certly/spark",
"description": "Laravel Spark provides a starter scaffolding for Laravel SaaS applications.",
"keywords": ["laravel", "stripe", "billing", "scaffolding"],
"license": "MIT",
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
}
],
"require": {
"php": ">=5.5.9",
"laravel/cashier": "~6.0",
"erusev/parsedown": "~1.0",
"guzzlehttp/guzzle": "~6.0",
"dompdf/dompdf": "^0.6.2"
},
"autoload": {
"psr-4": {
"Laravel\\Spark\\": "app/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"minimum-stability": "dev"
}