Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[ProxyManagerBridge] Drop the bridge #50600

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/composer-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"symfony/http-kernel": "source",
"symfony/messenger": "source",
"symfony/notifier": "source",
"symfony/proxy-manager-bridge": "source",
"symfony/translation": "source",
"symfony/validator": "source",
"*": "dist"
Expand Down
5 changes: 5 additions & 0 deletions UPGRADE-7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Symfony 6.4 and Symfony 7.0 will be released simultaneously at the end of Novemb
release process, both versions will have the same features, but Symfony 7.0 won't include any deprecated features.
To upgrade, make sure to resolve all deprecation notices.

ProxyManagerBridge
------------------

* Remove the bridge, use VarExporter's lazy objects instead

SecurityBundle
--------------

Expand Down
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"php": ">=8.2",
"composer-runtime-api": ">=2.1",
"ext-xml": "*",
"friendsofphp/proxy-manager-lts": "^1.0.2",
"doctrine/event-manager": "^1.2|^2",
"doctrine/persistence": "^2|^3",
"twig/twig": "^2.13|^3.0.4",
Expand Down Expand Up @@ -93,7 +92,6 @@
"symfony/process": "self.version",
"symfony/property-access": "self.version",
"symfony/property-info": "self.version",
"symfony/proxy-manager-bridge": "self.version",
"symfony/rate-limiter": "self.version",
"symfony/remote-event": "self.version",
"symfony/routing": "self.version",
Expand Down Expand Up @@ -181,7 +179,6 @@
"psr-4": {
"Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
"Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
"Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
"Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
"Symfony\\Bundle\\": "src/Symfony/Bundle/",
"Symfony\\Component\\": "src/Symfony/Component/"
Expand Down
137 changes: 0 additions & 137 deletions src/Symfony/Bridge/Doctrine/Tests/LegacyManagerRegistryTest.php

This file was deleted.

1 change: 0 additions & 1 deletion src/Symfony/Bridge/Doctrine/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"symfony/messenger": "^6.4|^7.0",
"symfony/property-access": "^6.4|^7.0",
"symfony/property-info": "^6.4|^7.0",
"symfony/proxy-manager-bridge": "^6.4|^7.0",
"symfony/security-core": "^6.4|^7.0",
"symfony/stopwatch": "^6.4|^7.0",
"symfony/translation": "^6.4|^7.0",
Expand Down
4 changes: 0 additions & 4 deletions src/Symfony/Bridge/ProxyManager/.gitattributes

This file was deleted.

3 changes: 0 additions & 3 deletions src/Symfony/Bridge/ProxyManager/.gitignore

This file was deleted.

22 changes: 0 additions & 22 deletions src/Symfony/Bridge/ProxyManager/CHANGELOG.md

This file was deleted.

This file was deleted.

86 changes: 0 additions & 86 deletions src/Symfony/Bridge/ProxyManager/Internal/ProxyGenerator.php

This file was deleted.

19 changes: 0 additions & 19 deletions src/Symfony/Bridge/ProxyManager/LICENSE

This file was deleted.

Loading