-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 1.13 KB
/
composer.json
File metadata and controls
44 lines (44 loc) · 1.13 KB
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
41
42
43
44
{
"name": "gmisk/htdocs",
"description": "Maxsoft MVC CMS",
"version": "1.1.0",
"type": "project",
"authors": [
{
"name": "Grzegorz Miśków",
"email": "133238725+gmaxsoft@users.noreply.github.com"
}
],
"autoload": {
"psr-4": {
"Core\\": "./core",
"App\\": "./app"
}
},
"require": {
"firebase/php-jwt": "^6.11",
"paragonie/sodium_compat": "^2.1",
"vlucas/phpdotenv": "^5.6",
"twig/twig": "^3.22",
"illuminate/database": "^10.0",
"php-di/php-di": "^7.0",
"pecee/simple-router": "^5.4",
"mpdf/mpdf": "^8.2",
"intervention/image": "^2.7",
"spatie/image": "^3.8"
},
"require-dev": {
"phpro/grumphp": "^1.0",
"phpunit/phpunit": "^10.0",
"phpstan/phpstan": "^2.1",
"squizlabs/php_codesniffer": "^4.0",
"phpunit/php-code-coverage": "^10.1",
"twig/cache-extra": "^3.22",
"twig/extra-bundle": "^3.22"
},
"config": {
"allow-plugins": {
"phpro/grumphp": true
}
}
}