-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 1.02 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
{
"autoload": {
"psr-4": {
"SimpleSkeletonCMS\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"SimpleSkeletonCMS\\Tests\\": "tests/"
}
},
"require": {
"php": ">=7.1",
"ext-pdo": "*",
"ext-iconv": "*",
"php-di/php-di": "^6.0",
"nikic/fast-route": "^1.3",
"league/plates": "^3.3",
"symfony/http-foundation": "^4.3",
"zendframework/zend-config": "^3.3",
"smmoosavi/php-gettext": "^1.0",
"vlucas/phpdotenv": "^3.4",
"intervention/image": "^2.5",
"delight-im/auth": "^8.1",
"mnapoli/silly": "^1.7",
"nesbot/carbon": "^2.23",
"fzaninotto/faker": "^1.8",
"pagerfanta/pagerfanta": "^2.1",
"phpmailer/phpmailer": "^6.0",
"vlucas/valitron": "^1.4",
"gilbitron/easycsrf": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5.15",
"phpmd/phpmd": "^2.7",
"squizlabs/php_codesniffer": "^3.4"
}
}