25 lines
463 B
JSON
25 lines
463 B
JSON
{
|
|
"name": "maartenvr98/framework",
|
|
"type": "project",
|
|
"description": "Another Cool Framework.",
|
|
"keywords": [
|
|
"framework"
|
|
],
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": "^7.2"
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"preferred-install": "dist",
|
|
"sort-packages": true
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Runtime\\": "src/Runtime/",
|
|
"App\\": "app/"
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|