[PR #570] [MERGED] Deprecation of PEAR/GIT/TAR autoloading #8389

Open
opened 2026-01-22 15:59:41 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/570
Author: @Ocramius
Created: 2/4/2013
Status: Merged
Merged: 2/14/2013
Merged by: @beberlei

Base: masterHead: cleanup/submodules-removal


📝 Commits (2)

  • a928ce4 Using composer autoloader for the test suite
  • 673323f Adding warnings about deprecation of GIT, TAR and PEAR autoloading

📊 Changes

11 files changed (+49 additions, -143 deletions)

View changed files

.gitmodules (+0 -18)
📝 .travis.yml (+1 -1)
📝 UPGRADE.md (+5 -0)
📝 composer.json (+1 -0)
📝 docs/en/reference/configuration.rst (+12 -16)
📝 docs/en/reference/installation.rst (+4 -33)
📝 lib/Doctrine/ORM/Tools/Setup.php (+0 -27)
📝 tests/Doctrine/Tests/ORM/Functional/SchemaTool/MySqlSchemaToolTest.php (+8 -8)
📝 tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2182Test.php (+2 -2)
📝 tests/Doctrine/Tests/ORM/Tools/SetupTest.php (+1 -8)
📝 tests/Doctrine/Tests/TestInit.php (+15 -30)

📄 Description

Updates the test suite to use composer based autoloading


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/570 **Author:** [@Ocramius](https://github.com/Ocramius) **Created:** 2/4/2013 **Status:** ✅ Merged **Merged:** 2/14/2013 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `cleanup/submodules-removal` --- ### 📝 Commits (2) - [`a928ce4`](https://github.com/doctrine/orm/commit/a928ce48dac46952d5b3346d048c2606ea3502a7) Using composer autoloader for the test suite - [`673323f`](https://github.com/doctrine/orm/commit/673323fc679c4ddfca5a63294b0d9fc473e82761) Adding warnings about deprecation of GIT, TAR and PEAR autoloading ### 📊 Changes **11 files changed** (+49 additions, -143 deletions) <details> <summary>View changed files</summary> ➖ `.gitmodules` (+0 -18) 📝 `.travis.yml` (+1 -1) 📝 `UPGRADE.md` (+5 -0) 📝 `composer.json` (+1 -0) 📝 `docs/en/reference/configuration.rst` (+12 -16) 📝 `docs/en/reference/installation.rst` (+4 -33) 📝 `lib/Doctrine/ORM/Tools/Setup.php` (+0 -27) 📝 `tests/Doctrine/Tests/ORM/Functional/SchemaTool/MySqlSchemaToolTest.php` (+8 -8) 📝 `tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2182Test.php` (+2 -2) 📝 `tests/Doctrine/Tests/ORM/Tools/SetupTest.php` (+1 -8) 📝 `tests/Doctrine/Tests/TestInit.php` (+15 -30) </details> ### 📄 Description Updates the test suite to use composer based autoloading --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 15:59:41 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#8389