doctrine/doctrine-orm-module
Laminas Module that provides Doctrine ORM functionality
6.3.0
7.7M downloads/mo
#2720 most downloaded on Packagist
doctrine/DoctrineORMModule
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 9 days to 11 months
Rarely documented
notes for 10 of 74 stable releases
Nothing withdrawn
no release was ever pulled
14 years old
78 releases · first in 2012
0 releases in the last 12 months
see the full history below
Release timeline
78 releases · May 2012 to Jan 2025Releases
latest 60 of 78-
6.3.028 Jan 2025Release notes
Open source →Release Notes for 6.3.0
Feature release (minor)
Added
- Support for PHP 8.4
6.3.0
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 2
Enhacement
- 769: Allow PHP 8.4 thanks to @driehle and @visto9259
-
6.2.030 Dec 2024Release notes
Open source →Release Notes for 6.2.0
Feature release (minor)
Changed
- Upgraded to doctrine/doctrine-module ^6.2.0, see release notes
- doctrine/cache ^2 is now required (1.x is not supported anymore) - Note: This change implies that laminas-cache is now used for caching, as doctrine/cache v2 does not contain implementations anymore. Using laminas-cache, however, is the default config since the 6.0.0 release. If you are using other adapters than
arrayandfilesystem, you might need to require additional laminas packages! - doctrine/dbal 3.x is now required (2.x not supported anymore)
Removed
- Support for PHP 8.0
6.2.0
- Total issues resolved: 0
- Total pull requests resolved: 10
- Total contributors: 1
Enhacement
- 766: Updated and removed unnecessary dev dependencies thanks to @driehle
- 765: Updated to doctrine-coding-standard v12 thanks to @driehle
- 764: Upgraded to doctrine/doctrine-module ^6.2.0 thanks to @driehle
- 763: Dropped support for doctrine/dbal 2.x thanks to @driehle
- 762: Allow doctrine/event-manager ^2.0 thanks to @driehle
- 761: Upgraded PHPStan from 1.12 to 2.0 thanks to @driehle
- 760: Upgraded from PHPUnit 9 to 10 thanks to @driehle
- 759: Removed Psalm in favour of PHPStan thanks to @driehle
- 758: Updated upstream workflows thanks to @driehle
- 757: Drop PHP 8.0 thanks to @driehle
-
6.1.025 Jan 2024Release notes
Open source →Release Notes for 6.1.0
Feature release (minor)
Added
- Support for PHP 8.3
6.1.0
- Total issues resolved: 1
- Total pull requests resolved: 2
- Total contributors: 3
Enhacement
- 749: PHP 8.3 support thanks to @TomHAnderson
- 748: PHP 8.3 support thanks to @FabianKoestring
- 746: Merge release 6.0.1 into 6.1.x thanks to @github-actions[bot]
-
6.0.131 Oct 2023Release notes
Open source →Release Notes for 6.0.1
6.0.1
- Total issues resolved: 0
- Total pull requests resolved: 5
- Total contributors: 3
Enhacement
- 745: Added @template-extends to solve Psalm issues thanks to @driehle
- 744: Updated branch names (.doctrine-project.json) thanks to @driehle
- 743: Merge up 5.4.x to 6.0.x thanks to @driehle
Documentation
-
6.0.008 Jun 2023Release notes
Open source →Release Notes for 6.0.0
Feature release (major)
Added
- Support for DoctrineModule 6.0
Removed
- Support for PHP 7.4
Changed
- Fixed PHPStan failures
6.0.0
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 2
What's Changed
- Fix PHPStan failures. by @demiankatz in #736
- Merge 5.3.x up into 5.4.x by @greg0ire in #737
- Drop PHP 7.4 by @demiankatz in #738
- Add support for DoctrineModule v6. by @demiankatz in #734
New Contributors
- @demiankatz made their first contribution in #736
Full Changelog: 5.3.0...6.0.0
-
5.3.023 Dec 2022Release notes
Open source →Release Notes for 5.3.0
Feature release (minor)
Added
- Support for PHP 8.2
Changed
- Bumped DoctrineModule to 5.3.0
- The dependency towards
container-interop/container-interopwas dropped to allow installation of laminas-servicemanager >= 3.11.0 - Users refering to the symbol
Interop\Container\ContainerInterfaceshould update their code to usePsr\Container\ContainerInterface
5.3.0
- Total issues resolved: 1
- Total pull requests resolved: 4
- Total contributors: 5
Enhacement
- 730: Upgrade to Psalm 5 thanks to @driehle
- 729: Drop
container-interop/container-interopthanks to @tomudding - 728: PHP 8.2 Support thanks to @rogervila
- 727: PHP 8.2 support thanks to @fezfez
- 725: Merge release 5.2.1 into 5.3.x thanks to @github-actions[bot]
-
5.2.117 Aug 2022Release notes
Open source →Release Notes for 5.2.1
5.2.x bugfix release (patch)
Changed
- Default key length for Doctrine migrations set to 191 for compatibility with MySQL 8.0 / MariaDB 10.5
5.2.1
- Total issues resolved: 1
- Total pull requests resolved: 3
- Total contributors: 2
Enhacement
- 724: Update workflows and CI thanks to @driehle and @ittmann
Bug
-
5.2.004 Jul 2022Release notes
Open source →Release Notes for 5.2.0
Feature release (minor)
Added
- Support for doctrine/persistence 3
5.2.0
- Total issues resolved: 1
- Total pull requests resolved: 2
- Total contributors: 3
Documentation
- 719: fixed typo in driver class name in documentation (#717) thanks to @driehle
- 717: Typo in user guide documentation thanks to @ch-feedbackpeople
Enhacement
- 718: Allow persistence v3 thanks to @snapshotpl
-
5.1.014 Feb 2022Release notes
Open source →Release Notes for 5.1.0
Feature release (minor)
Added
- Support for DBAL middlewares (only with DBAL 3.x)
- Support for excluding schemas from Doctrine migrations
Changed
- doctrine-laminas-hydrator is now required in ^3.0 (see release notes), support for 2.x is dropped
5.1.0
- Total issues resolved: 0
- Total pull requests resolved: 6
- Total contributors: 4
Documentation
- 715: Added documentation for DBAL 3 middlewares thanks to @driehle
- 714: Updated docs in regard of custom types and type comments thanks to @driehle
Enhacement
- 713: Upgrade doctrine-laminas-hydrator to ^3.0 thanks to @driehle
- 712: Merge release 5.0.1 into 5.1.x thanks to @github-actions[bot]
- 709: Add support for schema assets filter option thanks to @villermen
- 708: Add support for DBAL Middlewares thanks to @snapshotpl
-
5.0.104 Feb 2022Release notes
Open source →Release Notes for 5.0.1
5.0.x bugfix release (patch)
5.0.1
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug
- 710: Require orm ^2.11 and adapt cache implementation thanks to @driehle
- 711: Merge release 4.2.1 into 5.0.x thanks to @github-actions[bot]
-
5.0.004 Jan 2022Nothing published for this version
-
4.2.104 Feb 2022Nothing published for this version
-
4.2.031 Dec 2021Nothing published for this version
-
4.1.012 Nov 2021Nothing published for this version
-
4.0.218 Oct 2021Nothing published for this version
-
4.0.105 Jul 2021Nothing published for this version
-
4.0.018 Mar 2021Nothing published for this version
-
3.2.201 Mar 2021Nothing published for this version
-
3.2.115 Feb 2021Nothing published for this version
-
3.2.012 Feb 2021Nothing published for this version
-
3.1.312 Feb 2021Nothing published for this version
-
3.1.213 Jan 2021Nothing published for this version
-
3.1.120 Nov 2020Nothing published for this version
-
3.1.019 Nov 2020Nothing published for this version
-
3.0.912 Jan 2021Nothing published for this version
-
3.0.817 Nov 2020Nothing published for this version
-
3.0.714 Nov 2020Nothing published for this version
-
3.0.601 Nov 2020Nothing published for this version
-
3.0.518 Jun 2020Nothing published for this version
-
3.0.417 Jun 2020Nothing published for this version
-
3.0.308 Mar 2020Nothing published for this version
-
3.0.219 Feb 2020Nothing published for this version
-
3.0.118 Feb 2020Nothing published for this version
-
3.0.017 Feb 2020Nothing published for this version
-
2.1.723 Nov 2019Nothing published for this version
-
2.1.623 Nov 2019Nothing published for this version
-
2.1.510 Jul 2019Nothing published for this version
-
2.1.422 Jan 2019Nothing published for this version
-
2.1.311 Jan 2019Nothing published for this version
-
2.1.216 Apr 2018Nothing published for this version
-
2.1.116 Apr 2018Nothing published for this version
-
2.1.030 Mar 2018Nothing published for this version
-
1.1.815 Apr 2018Nothing published for this version
-
1.1.727 Mar 2018Nothing published for this version
-
1.1.626 Mar 2018Nothing published for this version
-
1.1.520 Sep 2017Nothing published for this version
-
1.1.417 Aug 2017Nothing published for this version
-
1.1.302 Jun 2017Nothing published for this version
-
1.1.202 Jun 2017Nothing published for this version
-
1.1.117 Jan 2017Nothing published for this version
-
1.1.003 Oct 2016Nothing published for this version
-
1.0.014 Jul 2016Nothing published for this version
-
0.11.003 Jul 2016Nothing published for this version
-
0.10.022 Mar 2016Nothing published for this version
-
0.9.205 Oct 2015Nothing published for this version
-
0.9.115 Jun 2015Nothing published for this version
-
0.9.005 May 2015Nothing published for this version
-
0.8.024 Jan 2014Nothing published for this version
-
0.8.0-beta401 Dec 2013 pre-releaseNothing published for this version
-
0.8.0-beta302 Aug 2013 pre-releaseNothing published for this version