Commit 617f4bd
committed
minor #14198 🚑 Fixed: "Could not find package annotations" in composer r… (albuquerque53)
This PR was submitted for the 5.1 branch but it was merged into the 4.4 branch instead.
Discussion
----------
🚑 Fixed: "Could not find package annotations" in composer r…
Apparently, the "annotations" package doesn't exists. I saw in packagist page that the routing component requires a 'doctrine/annotations: ~1.2'.
Packagist symfony/routing url: https://packagist.org/packages/symfony/routing
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `master` for features of unreleased versions).
-->
Commits
-------
7ec805a 🚑 Fixed: "Could not find package annotations" in composer require1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments