Authentication/composer.json

33 lines
824 B
JSON
Executable File

{
"name": "fuzeworks/authentication",
"license": ["MIT"],
"authors": [
{
"name": "Abel Hoogeveen",
"email": "abel@i15.nl"
}
],
"require": {
"php": ">=8.1.0",
"fuzeworks/core": "~1.3.0",
"fuzeworks/mvcr": "~1.3.0",
"fuzeworks/database": "~1.3.0",
"fuzeworks/objectstorage": "~1.3.0",
"fuzeworks/layout": "~1.3.0",
"fuzeworks/forms": "~1.3.0",
"fuzeworks/mailer-wrapper": "~1.3.0"
},
"suggest": {
"fuzeworks/webcomponent": "Provides a web-based frontend for authentication"
},
"require-dev": {
"phpunit/phpunit": "^9",
"fuzeworks/webcomponent": "~1.3.0",
"fuzeworks/tracycomponent": "~1.3.0"
},
"autoload": {
"psr-4": {
"FuzeWorks\\Authentication\\": "src/FuzeWorks/Authentication/"
}
}
}