{ "name": "opencultureconsulting/basics", "description": "A collection of generic classes and useful traits for PHP projects.", "type": "library", "keywords": [ "ArrayAccess", "Countable", "Getter", "Iterator", "IteratorAggregate", "Overloading", "OverloadingGetter", "OverloadingSetter", "Setter", "Singleton", "StrictArray", "StrictCollection", "StrictList", "StrictQueue", "StrictStack", "ThrowErrorException", "TriggerExceptionError", "TypeChecker" ], "homepage": "https://opencultureconsulting.github.io/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://opencultureconsulting.github.io/php-basics/" }, "require": { "php": "^8.1" }, "require-dev": { "phpstan/phpstan": "^1.10", "phpstan/phpstan-strict-rules": "^1.5", "friendsofphp/php-cs-fixer": "^3.52", "squizlabs/php_codesniffer": "^3.9", "vimeo/psalm": "^5.23" }, "autoload": { "psr-4": { "OCC\\Basics\\": "src/" } } }