bonami / phpstan-collections
Phpstan extension for bonami/collections library
Installs: 113 083
Dependents: 1
Suggesters: 1
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 4
Type:phpstan-extension
Requires
- php: >=7.3|^8.0
- phpstan/phpstan: ^1.0
Requires (Dev)
- bonami/collections: ^0.4.5
- ergebnis/composer-normalize: ^2.0.2
- phpunit/phpunit: ^9.4.2
- roave/security-advisories: dev-latest
- slevomat/coding-standard: ^6.4.1
- squizlabs/php_codesniffer: ^3.5.0
This package is auto-updated.
Last update: 2024-10-18 13:48:25 UTC
README
Table of contents
Installation
To use this extension, require it in Composer:
composer require --dev bonami/phpstan-collections
If you also install phpstan/extension-installer then you're all set!
Manual installation
If you don't want to use phpstan/extension-installer
, include extension.neon
in your project's PHPStan config:
includes:
- vendor/bonami/phpstan-collections/extension.neon
License
This package is released under the MIT license.
Contributing
If you wish to contribute to the project, please read the CONTRIBUTING notes.