{
"name": "bitshost/upmvc",
"description": "upMVC. Modular Model View Controller. A modular PHP MVC system with integrated routing for scalable and organized web applications. Built-in Namespace Support. Object-Oriented Programming (OOP).",
"type": "project",
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=8.1",
"gabordemooij/redbean": "^5.7"
},
"require-dev": {
"phpunit/phpunit": "^10.5",
"phpstan/phpstan": "^1.10"
},
"authors": [
{
"name": "Adrian D",
"email": "contact@delvirai.net",
"homepage": "https://upmvc.com",
"role": "Developer"
}
],
"license": [
"MIT"
],
"autoload": {
"psr-4": {
"App\\": "src/"
}
}
}
|