composer.json 441 B

12345678910111213141516
  1. {
  2. "require": {
  3. "php": "^8.3",
  4. "phpstan/phpstan": "1.10.41",
  5. "phpstan/extension-installer": "1.3.1",
  6. "phpstan/phpstan-deprecation-rules": "1.1.4",
  7. "phpstan/phpstan-strict-rules": "1.5.2",
  8. "thecodingmachine/phpstan-strict-rules": "1.0.0"
  9. },
  10. "config": {
  11. "preferred-install": "dist",
  12. "allow-plugins": {
  13. "phpstan/extension-installer": true
  14. }
  15. }
  16. }