baseline
This commit is contained in:
33
composer.json
Normal file
33
composer.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "mintyphp/mintyphp",
|
||||
"description": "A refreshingly different PHP web framework that is easy to learn",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Maurits van der Schee",
|
||||
"email": "maurits@vdschee.nl",
|
||||
"homepage": "https://www.tqdev.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "^8.5",
|
||||
"mintyphp/core": "*",
|
||||
"phpmailer/phpmailer": "^7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"mintyphp/tools": "*",
|
||||
"mintyphp/debugger": "*",
|
||||
"phpunit/phpunit": "*",
|
||||
"phpstan/phpstan": "^1.9"
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"MintyPHP\\Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"MintyPHP\\": "lib/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user