-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 943 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
{
"name": "iumio/fgm",
"license": "MIT",
"type": "library",
"description": "FGM (Framework Graphic Manager) is a web tools to manage framework components",
"keywords": ["php-framework", "iumio-framework", "core", "mvc", "php", "php7", "components", "iumio"],
"homepage": "https://framework.iumio.com",
"authors": [
{
"name": "Dany Rafina",
"email": "[email protected]",
"homepage": "https://www.linkedin.com/in/danyrafina/",
"role": "iumio Framework Architect / iumio Founder "
}
],
"autoload": {
"psr-4": {
"ManagerApp\\": ""
}
},
"require": {
"php": ">=7.2",
"php-di/php-di": "6.*",
"php-di/invoker": "2.*",
"doctrine/annotations": "1.6.*",
"iumio/framework-assets": "1.*.*",
"components/font-awesome" : "~4.7.0",
"components/jquery" : "~3.2.1"
},
"require-dev": {
"phpunit/phpunit": "7.*",
"codacy/coverage": "dev-master"
}
}