php-basics/composer.json

37 lines
1.0 KiB
JSON

{
"name": "opencultureconsulting/basics",
"description": "This is a collection of generic Classes and useful Traits for PHP projects.",
"type": "library",
"keywords": [
"trait",
"getter",
"setter",
"singleton",
"queue"
],
"homepage": "https://github.com/opencultureconsulting/php-basics",
"readme": "README.md",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Sebastian Meyer",
"email": "sebastian.meyer@opencultureconsulting.com",
"homepage": "https://www.opencultureconsulting.com",
"role": "maintainer"
}
],
"support": {
"issues": "https://github.com/opencultureconsulting/php-basics/issues",
"source": "https://github.com/opencultureconsulting/php-basics",
"docs": "https://github.com/opencultureconsulting/php-basics/blob/main/README.md"
},
"require": {
"php": "^8.0"
},
"autoload": {
"psr-4": {
"OCC\\Basics\\": "src/"
}
}
}