Skip to content

Commit

Permalink
minor #54930 [PropertyInfo] remove no longer needed deprecation contr…
Browse files Browse the repository at this point in the history
…acts (xabbuh)

This PR was merged into the 7.1 branch.

Discussion
----------

[PropertyInfo] remove no longer needed deprecation contracts

| Q             | A
| ------------- | ---
| Branch?       | 7.1
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Issues        |
| License       | MIT

the dependency was introduced in #53160, but is no longer required since we reverted the deprecations in #54789

Commits
-------

18296cd remove no longer needed deprecation contracts
  • Loading branch information
xabbuh committed May 15, 2024
2 parents d8e1575 + 18296cd commit 14a104a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Symfony/Component/PropertyInfo/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
],
"require": {
"php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/string": "^6.4|^7.0",
"symfony/type-info": "^7.1"
},
Expand Down

0 comments on commit 14a104a

Please sign in to comment.