assoconnect / phpstan-rules
Installs: 1 790
Dependents: 6
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^7.4|^8.0
- ekino/phpstan-banned-code: ^1.0
- phpstan/phpstan: ^1.2
- phpstan/phpstan-phpunit: ^1.0
- phpstan/phpstan-strict-rules: ^1.1
- phpstan/phpstan-webmozart-assert: ^1.2
- roave/no-floaters: ^1.5
Requires (Dev)
- phpunit/phpunit: ^9.2
- squizlabs/php_codesniffer: ^3
This package is auto-updated.
Last update: 2022-12-11 17:11:29 UTC
README
Installation
composer require --dev assoconnect/phpstan-rules
Including in this package
EnforceHttpsLinksRule
to ban insecure links containinghttp:
in string scalars and PHPDoc blocks
From other packages
These elements are also imported:
- Uses
phpstan/phpstan-phpunit
- Uses
phpstan/phpstan-strict-rules
- Uses
phpstan/phpstan-webmozart-assert
- Uses
roave/no-floaters