Releases: phpstan/phpstan-doctrine
Releases · phpstan/phpstan-doctrine
1.3.68
1.3.67
1.3.66
1.3.65
1.3.64
1.3.63
1.3.62
1.3.61
- f3f1dae - Fix PHPStan
- ce17b0e - More patches for Doctrine bugs
- 87d961b - EntityColumnRuleTest - testGeneratedIds with less complicated type than bigint
- 8c36077 - BigIntType - always uses integer in DBAL 4
- d32e399 - Fix more tests on ORM 3
- 231392d - Skip tests not working on ORM 3
- e56223f - Fix tests for ORM 3
- 35cfb92 - Fix tests for DBAL 4
- 84f7770 - Patch Carbon return types
- 7960553 - Tests - bring back DBAL ArrayType
- ef61898 - Fix test
- 601665c - More fixes
- cad5050 - More QueryResultTypeWalker fixes
- d1845c8 - Remove inheritdoc phpdoc
- 590a773 - ORMException moved to another namespace
- 0209dd0 - Fix PropertiesExtension
- 0999cba - Patch Attribute classes to support AnnotationDriver even with Doctrine ORM 3 for unit tests
- bf19933 - Support Composer patches
- c64c420 - Add AnnotationDriver so that ORM PHPDoc annotations can be used with Doctrine ORM 3.0
- 407cee3 - Build with Doctrine ORM 3 and DBAL 4 in CI
1.3.60
- 30cf38d - Tests - update Doctrine DBAL ^3 even with lowest dependencies where possible
- deec109 - Add ConcreteAssociationMapping type alias to ClassMetadata
- 5a61257 - ClassMetadataInfo -> ClassMetadata
- 2f86657 - Bump PHPUnit
- 4f572f8 - EntityManager::create() no longer exists in Doctrine ORM 3
- 8e8728c - Fix incompatibilities in QueryResultTypeWalker
- 652e195 - ClassMetadataFactory - Compatibility with Doctrine ORM 3 and DBAL 4
- dd487b2 - Update Doctrine ORM lower bound
- 078217e - Do not longer use EntityManager::create() in tests
- 1860a9c - Update cache in tests to use PSR-6
- 69e422e - Update dependencies