504 Commits

Author SHA1 Message Date
dependabot[bot]
1907faecf2 Bump doctrine/.github/.github/workflows/coding-standards.yml (#110)
Bumps [doctrine/.github/.github/workflows/coding-standards.yml](https://github.com/doctrine/.github) from 13.1.0 to 14.0.0.
- [Release notes](https://github.com/doctrine/.github/releases)
- [Commits](https://github.com/doctrine/.github/compare/13.1.0...14.0.0)

---
updated-dependencies:
- dependency-name: doctrine/.github/.github/workflows/coding-standards.yml
  dependency-version: 14.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-20 08:42:41 +01:00
dependabot[bot]
c9ec389090 Bump doctrine/.github/.github/workflows/phpstan.yml (#111)
Bumps [doctrine/.github/.github/workflows/phpstan.yml](https://github.com/doctrine/.github) from 13.1.0 to 14.0.0.
- [Release notes](https://github.com/doctrine/.github/releases)
- [Commits](https://github.com/doctrine/.github/compare/13.1.0...14.0.0)

---
updated-dependencies:
- dependency-name: doctrine/.github/.github/workflows/phpstan.yml
  dependency-version: 14.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-20 08:42:12 +01:00
dependabot[bot]
f41e6f67f8 Bump doctrine/.github/.github/workflows/website-schema.yml (#112)
Bumps [doctrine/.github/.github/workflows/website-schema.yml](https://github.com/doctrine/.github) from 13.1.0 to 14.0.0.
- [Release notes](https://github.com/doctrine/.github/releases)
- [Commits](https://github.com/doctrine/.github/compare/13.1.0...14.0.0)

---
updated-dependencies:
- dependency-name: doctrine/.github/.github/workflows/website-schema.yml
  dependency-version: 14.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-20 08:41:45 +01:00
dependabot[bot]
9088371f43 Bump doctrine/.github/.github/workflows/continuous-integration.yml (#113)
Bumps [doctrine/.github/.github/workflows/continuous-integration.yml](https://github.com/doctrine/.github) from 13.1.0 to 14.0.0.
- [Release notes](https://github.com/doctrine/.github/releases)
- [Commits](https://github.com/doctrine/.github/compare/13.1.0...14.0.0)

---
updated-dependencies:
- dependency-name: doctrine/.github/.github/workflows/continuous-integration.yml
  dependency-version: 14.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-20 08:41:15 +01:00
dependabot[bot]
65ad47a21a Bump doctrine/.github/.github/workflows/composer-lint.yml (#114)
Bumps [doctrine/.github/.github/workflows/composer-lint.yml](https://github.com/doctrine/.github) from 13.1.0 to 14.0.0.
- [Release notes](https://github.com/doctrine/.github/releases)
- [Commits](https://github.com/doctrine/.github/compare/13.1.0...14.0.0)

---
updated-dependencies:
- dependency-name: doctrine/.github/.github/workflows/composer-lint.yml
  dependency-version: 14.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-20 08:40:30 +01:00
Grégoire Paris
dda33921b1 Merge pull request #106 from greg0ire/evmi
Introduce EventManagerInterface
2.1.1
2026-01-29 08:11:08 +01:00
Grégoire Paris
b77c5c8980 Introduce EventManagerInterface
In theory, having small interfaces is great, but in practice, migrating
the ORM to them would involve DNF types, which are not available with
PHP 8.1, for use in e.g. the constructor of EntityManager.

    public function __construct(
        private Connection $conn,
        private Configuration $config,
-       EventManager|null $eventManager = null,
+       (EventListenerIntrospector&EventListenerRegistry&EventSubscriberRegistry)|null $eventManager = null,
    ) {
2026-01-24 14:31:18 +01:00
Grégoire Paris
c1132f38e6 Merge pull request #104 from greg0ire/update-branch-metadata
Update branch metadata
2026-01-18 10:57:35 +01:00
Grégoire Paris
444f0de1f6 Remove entries for unpopular version
It has less than 2k daily downloads.
2026-01-18 10:49:50 +01:00
Grégoire Paris
2230acc9e3 Remove branchname for old versions
This will allow us to drop the branches themselves.
2026-01-18 10:49:48 +01:00
Grégoire Paris
a3d6da9b3a Update branch metadata
2.1.0 has been released. As a consequence:

- 2.1.x is the current branch.
- 2.0.x is no longer maintained.

Also, 3.0.x exists, let's add documentation for it.
2026-01-18 10:49:34 +01:00
Grégoire Paris
a5090061d1 Remove redundant aliases
Setting "current" to "true" already achieves this.
2026-01-17 23:45:31 +01:00
Grégoire Paris
c07799fcf5 Merge pull request #80 from rosier/patch-1
Use spl_object_id() instead of spl_object_hash()
2.1.0
2026-01-17 23:40:21 +01:00
Grégoire Paris
c0abeee3ca Merge pull request #100 from greg0ire/soft-final
Introduce interfaces for the EventManager
2026-01-17 23:18:40 +01:00
Grégoire Paris
0db47c36ba Introduce interfaces for the EventManager
This should allow using other extension strategies than inheritance in
the future, once other Doctrine project start accepting instances of
this interface.
2026-01-17 14:36:41 +01:00
Grégoire Paris
38545b639a Merge pull request #102 from doctrine/2.0.x
Merge 2.0.x up into 2.1.x
2026-01-17 14:35:44 +01:00
Grégoire Paris
cdc119709a Merge pull request #101 from doctrine/stof-patch-1
Remove wrong comment in phpdoc
2026-01-15 11:03:44 +01:00
Christophe Coevoet
ddded6eaa2 Remove wrong comment in phpdoc 2026-01-15 09:41:36 +01:00
Grégoire Paris
94cbceac68 Merge pull request #98 from doctrine/2.0.x
Merge 2.0.x up into 2.1.x
2026-01-04 23:42:50 +01:00
dependabot[bot]
e0f19a37b6 Bump doctrine/.github/.github/workflows/composer-lint.yml (#96)
Bumps [doctrine/.github/.github/workflows/composer-lint.yml](https://github.com/doctrine/.github) from 12.2.0 to 13.1.0.
- [Release notes](https://github.com/doctrine/.github/releases)
- [Commits](https://github.com/doctrine/.github/compare/v12.2.0...13.1.0)

---
updated-dependencies:
- dependency-name: doctrine/.github/.github/workflows/composer-lint.yml
  dependency-version: 13.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-02 08:21:40 +01:00
dependabot[bot]
dfb1541740 Bump doctrine/.github/.github/workflows/release-on-milestone-closed.yml (#97)
Bumps [doctrine/.github/.github/workflows/release-on-milestone-closed.yml](https://github.com/doctrine/.github) from 12.2.0 to 13.1.0.
- [Release notes](https://github.com/doctrine/.github/releases)
- [Commits](https://github.com/doctrine/.github/compare/v12.2.0...13.1.0)

---
updated-dependencies:
- dependency-name: doctrine/.github/.github/workflows/release-on-milestone-closed.yml
  dependency-version: 13.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-02 08:21:13 +01:00
Grégoire Paris
55df33a60f Merge pull request #95 from derrabus/chore/php-8.5
Test with PHP 8.5
2025-11-25 21:05:58 +01:00
Alexander M. Turek
8b0b2dea21 Test with PHP 8.5 2025-11-25 07:43:51 +01:00
Grégoire Paris
ba526f6c55 Merge pull request #94 from derrabus/bump/phpstan
phpstan/phpstan (1.12.32 => 2.1.32)
2025-11-25 07:42:55 +01:00
Alexander M. Turek
efd0586612 phpstan/phpstan (1.12.32 => 2.1.32) 2025-11-25 07:41:11 +01:00
dependabot[bot]
588cc5e58d Bump doctrine/.github/.github/workflows/coding-standards.yml (#89)
Bumps [doctrine/.github/.github/workflows/coding-standards.yml](https://github.com/doctrine/.github) from 12.2.0 to 13.1.0.
- [Release notes](https://github.com/doctrine/.github/releases)
- [Commits](https://github.com/doctrine/.github/compare/v12.2.0...13.1.0)

---
updated-dependencies:
- dependency-name: doctrine/.github/.github/workflows/coding-standards.yml
  dependency-version: 13.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-25 07:36:37 +01:00
dependabot[bot]
b778e427cc Bump doctrine/.github/.github/workflows/documentation.yml (#90)
Bumps [doctrine/.github/.github/workflows/documentation.yml](https://github.com/doctrine/.github) from 12.2.0 to 13.1.0.
- [Release notes](https://github.com/doctrine/.github/releases)
- [Commits](https://github.com/doctrine/.github/compare/v12.2.0...13.1.0)

---
updated-dependencies:
- dependency-name: doctrine/.github/.github/workflows/documentation.yml
  dependency-version: 13.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-25 07:36:08 +01:00
dependabot[bot]
e4e9603f1a Bump doctrine/.github/.github/workflows/phpstan.yml (#91)
Bumps [doctrine/.github/.github/workflows/phpstan.yml](https://github.com/doctrine/.github) from 12.2.0 to 13.1.0.
- [Release notes](https://github.com/doctrine/.github/releases)
- [Commits](https://github.com/doctrine/.github/compare/v12.2.0...13.1.0)

---
updated-dependencies:
- dependency-name: doctrine/.github/.github/workflows/phpstan.yml
  dependency-version: 13.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-25 07:35:37 +01:00
dependabot[bot]
27565a9f97 Bump doctrine/.github/.github/workflows/website-schema.yml (#92)
Bumps [doctrine/.github/.github/workflows/website-schema.yml](https://github.com/doctrine/.github) from 12.2.0 to 13.1.0.
- [Release notes](https://github.com/doctrine/.github/releases)
- [Commits](https://github.com/doctrine/.github/compare/v12.2.0...13.1.0)

---
updated-dependencies:
- dependency-name: doctrine/.github/.github/workflows/website-schema.yml
  dependency-version: 13.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-25 07:34:55 +01:00
dependabot[bot]
4c08bfcc6e Bump doctrine/.github/.github/workflows/continuous-integration.yml (#93) 2025-11-25 07:04:02 +01:00
Claudio Zizza
78aac467f9 Merge pull request #88 from doctrine/dependabot/github_actions/doctrine/dot-github-12.2.0
Bump doctrine/.github from 12.1.0 to 12.2.0
2025-11-04 00:11:09 +01:00
dependabot[bot]
59bd3bca7d Bump doctrine/.github from 12.1.0 to 12.2.0
Bumps [doctrine/.github](https://github.com/doctrine/.github) from 12.1.0 to 12.2.0.
- [Release notes](https://github.com/doctrine/.github/releases)
- [Commits](https://github.com/doctrine/.github/compare/12.1.0...v12.2.0)

---
updated-dependencies:
- dependency-name: doctrine/.github
  dependency-version: 12.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-03 23:08:42 +00:00
Grégoire Paris
0d70b4e456 Merge pull request #87 from doctrine/dependabot/github_actions/doctrine/dot-github-12.1.0
Bump doctrine/.github from 8.0.0 to 12.1.0
2025-10-29 07:29:02 +01:00
Grégoire Paris
74880d2781 Setup docs-builder
It is necessary to run the Documentation workflow.
2025-10-28 20:57:23 +01:00
Grégoire Paris
7d7dcf973a Require the latest patch version of PHPUnit 10
This is sufficient to get all the functionality we need in the CI
(namely, the --check-php-configuration flag).
2025-10-28 20:50:58 +01:00
dependabot[bot]
68647f751e Bump doctrine/.github from 8.0.0 to 12.1.0
Bumps [doctrine/.github](https://github.com/doctrine/.github) from 8.0.0 to 12.1.0.
- [Release notes](https://github.com/doctrine/.github/releases)
- [Commits](https://github.com/doctrine/.github/compare/8.0.0...12.1.0)

---
updated-dependencies:
- dependency-name: doctrine/.github
  dependency-version: 12.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-27 23:41:46 +00:00
dependabot[bot]
c8997bb825 Bump doctrine/.github from 7.3.0 to 8.0.0 (#85)
* Bump doctrine/.github from 7.3.0 to 8.0.0

Bumps [doctrine/.github](https://github.com/doctrine/.github) from 7.3.0 to 8.0.0.
- [Release notes](https://github.com/doctrine/.github/releases)
- [Commits](https://github.com/doctrine/.github/compare/7.3.0...8.0.0)

---
updated-dependencies:
- dependency-name: doctrine/.github
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Upgrade to doctrine/coding-standard 14

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Grégoire Paris <postmaster@greg0ire.fr>
2025-10-08 10:56:03 +02:00
Grégoire Paris
ffb2d57885 Merge pull request #84 from doctrine/dependabot/github_actions/doctrine/dot-github-7.3.0
Bump doctrine/.github from 7.2.2 to 7.3.0
2025-06-10 09:50:22 +02:00
dependabot[bot]
3bb5353632 Bump doctrine/.github from 7.2.2 to 7.3.0
Bumps [doctrine/.github](https://github.com/doctrine/.github) from 7.2.2 to 7.3.0.
- [Release notes](https://github.com/doctrine/.github/releases)
- [Commits](https://github.com/doctrine/.github/compare/7.2.2...7.3.0)

---
updated-dependencies:
- dependency-name: doctrine/.github
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-09 23:56:22 +00:00
Claudio Zizza
f35ad88f4f Merge pull request #82 from doctrine/dependabot/github_actions/doctrine/dot-github-7.2.2
Bump doctrine/.github from 7.2.1 to 7.2.2
2025-03-12 00:39:19 +01:00
dependabot[bot]
66378e6c2d Bump doctrine/.github from 7.2.1 to 7.2.2
Bumps [doctrine/.github](https://github.com/doctrine/.github) from 7.2.1 to 7.2.2.
- [Release notes](https://github.com/doctrine/.github/releases)
- [Commits](https://github.com/doctrine/.github/compare/7.2.1...7.2.2)

---
updated-dependencies:
- dependency-name: doctrine/.github
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-10 23:50:31 +00:00
dependabot[bot]
13f26eaa75 Bump doctrine/.github from 7.1.0 to 7.2.1 (#81) 2025-02-04 06:07:18 +01:00
Jan Rosier
aa6493d0d6 Use spl_object_id() instead of spl_object_hash() 2025-01-25 20:42:34 +01:00
Grégoire Paris
5e5da552e1 Merge pull request #79 from SenseException/website-schema
Create website schema validation workflow
2025-01-10 08:09:52 +01:00
Claudio Zizza
3b25cb039b Create website schema validation workflow 2025-01-09 22:07:49 +01:00
Grégoire Paris
5e8cc1e1f3 Merge pull request #77 from doctrine/dependabot/github_actions/doctrine/dot-github-7.1.0
Bump doctrine/.github from 6.0.0 to 7.1.0
2024-12-17 15:52:16 +01:00
dependabot[bot]
f12789c493 Bump doctrine/.github from 6.0.0 to 7.1.0
Bumps [doctrine/.github](https://github.com/doctrine/.github) from 6.0.0 to 7.1.0.
- [Release notes](https://github.com/doctrine/.github/releases)
- [Commits](https://github.com/doctrine/.github/compare/6.0.0...7.1.0)

---
updated-dependencies:
- dependency-name: doctrine/.github
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-16 23:08:46 +00:00
Grégoire Paris
0ceae6fc4e Merge pull request #75 from doctrine/dependabot/github_actions/doctrine/dot-github-6.0.0
Bump doctrine/.github from 5.3.0 to 6.0.0
2024-11-26 11:59:05 +01:00
dependabot[bot]
1d201f3d98 Bump doctrine/.github from 5.3.0 to 6.0.0
Bumps [doctrine/.github](https://github.com/doctrine/.github) from 5.3.0 to 6.0.0.
- [Release notes](https://github.com/doctrine/.github/releases)
- [Commits](https://github.com/doctrine/.github/compare/5.3.0...6.0.0)

---
updated-dependencies:
- dependency-name: doctrine/.github
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-26 10:44:45 +00:00
Grégoire Paris
b602b78cde Drop Psalm (#76)
We are going to rely solely on PHPStan.
2024-11-26 10:46:54 +01:00