51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
{
|
|
"name": "opencultureconsulting/basics",
|
|
"description": "This is a collection of generic Classes and useful Traits for PHP projects.",
|
|
"type": "library",
|
|
"keywords": [
|
|
"ArrayAccess",
|
|
"Countable",
|
|
"Getter",
|
|
"Iterator",
|
|
"IteratorAggregate",
|
|
"Setter",
|
|
"Singleton",
|
|
"StrictList",
|
|
"StrictQueue",
|
|
"StrictStack",
|
|
"ThrowErrorException",
|
|
"TriggerExceptionError"
|
|
],
|
|
"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"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^1.10.56",
|
|
"phpstan/phpstan-strict-rules": "^1.5",
|
|
"friendsofphp/php-cs-fixer": "^3.48",
|
|
"squizlabs/php_codesniffer": "^3.8",
|
|
"vimeo/psalm": "^5.20"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"OCC\\Basics\\": "src/"
|
|
}
|
|
}
|
|
}
|