weirdan / doctrine-psalm-plugin
Stubs to let Psalm understand Doctrine better
Installs: 5 182 633
Dependents: 47
Suggesters: 1
Security: 0
Stars: 86
Watchers: 11
Forks: 43
Open Issues: 34
Language:Gherkin
Type:psalm-plugin
Requires
- php: ^7.2 || ^8
- composer/semver: ^1.4 || ^2.0 || ^3.0
- vimeo/psalm: ^4.28|^5.0
Requires (Dev)
- codeception/codeception: ^4.0
- doctrine/coding-standard: ^9.0
- doctrine/collections: ^1.8 || ^2.0
- doctrine/doctrine-bundle: ^1.11 || ^2.0
- doctrine/orm: ^2.6
- doctrine/persistence: ^2.0
- phly/keep-a-changelog: ^2.1
- squizlabs/php_codesniffer: ^3.3
- weirdan/codeception-psalm-module: ^0.13.1
Conflicts
- doctrine/collections: <1.8
- doctrine/orm: <2.6
- doctrine/persistence: <2.0
- dev-master
- 2.x-dev
- v2.9.0
- v2.8.1
- v2.8.0
- v2.7.0
- v2.6.0
- v2.5.0
- v2.4.0
- v2.3.0
- v2.2.0
- v2.1.0
- v2.0.1
- v2.0.0
- 1.x-dev
- v1.2.0
- 1.1.0
- 1.0.0
- 0.11.3
- 0.11.2
- 0.11.1
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.1
- 0.7.0
- 0.6.1
- 0.6.0
- 0.5.1
- 0.5.0
- 0.4.3
- 0.4.2
- 0.4.1
- 0.4
- 0.3
- 0.2.1
- 0.2.0
- 0.1.0
- 0.0.1
- dev-dependabot/github_actions/actions/cache-4
- dev-allow-psalm-4
- dev-fix-ManagerRegistry-removal
- dev-revert-72-fix-objectrepository-findall-return
- dev-fix-objectrepository-findall-return
- dev-allow-pushes-to-array-collection
- dev-disable-collection-stub
- dev-configuration
This package is auto-updated.
Last update: 2024-10-30 10:06:59 UTC
README
doctrine-psalm-plugin
A Doctrine plugin for Psalm (requires Psalm v4|v5).
Installation:
$ composer require --dev weirdan/doctrine-psalm-plugin $ vendor/bin/psalm-plugin enable weirdan/doctrine-psalm-plugin
Testing
composer test