-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1023 Bytes
/
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
{
"name": "fatkulnurk/microframework",
"description": "php microframework",
"type": "project",
"authors": [
{
"name": "fatkulnurk",
"email": "fatkulnurk@gmail.com"
}
],
"autoload": {
"classmap": ["system/"],
"psr-4": {"App\\": "src"},
"files": ["system/helpers.php"]
},
"require": {
"php": "^7.2",
"twig/twig":"3.*",
"pyrocms/lex": "2.2.*",
"ext-json": "*",
"monolog/monolog": "^2.0",
"psr/http-message": "^1.0",
"myclabs/php-enum": "^1.7",
"spatie/array-to-xml": "^2.11",
"nyholm/psr7": "^1.2",
"zendframework/zend-httphandlerrunner": "^1.1",
"salernolabs/php-to-xml": "^1.0",
"filp/whoops": "^2.5",
"adbario/php-dot-notation": "^2.2",
"hassankhan/config": "^2.1"
},
"require-dev": {
"squizlabs/php_codesniffer": "3.*",
"phpunit/phpunit": "8",
"pdepend/pdepend" : "@stable"
}
}