-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
38 lines (38 loc) · 1.05 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
{
"name": "laravel/spark-aurelius-mollie",
"description": "Laravel Spark provides scaffolding for Laravel SaaS applications.",
"keywords": ["laravel", "mollie", "billing", "scaffolding", "saas"],
"license": "MIT",
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
},
{
"name": "Sander van Hooft",
"email": "info@sandervanhooft.com"
}
],
"require": {
"php": "^7.2|^8.0",
"ext-json": "*",
"ext-zip": "*",
"erusev/parsedown": "~1.0",
"firebase/php-jwt": "~4.0|~5.0",
"intervention/image": "^2.3",
"mollie/laravel-cashier-mollie": "^1.12",
"laravel/ui": "^3.0",
"mpociot/vat-calculator": "^2.4"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.0"
},
"autoload": {
"psr-4": {
"Laravel\\Spark\\": "src/",
"Laravel\\Spark\\Tests\\": "tests/"
}
},
"minimum-stability": "dev"
}