You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
The former require declaration couldn't resolve to a package.
```txt
Problem 1
- The requested package symfony-cmf/routing-auto-bundle could not be found in any version, there may be a typo in the package name.
```
Fixed by declaring the exact version.
PS: I also think it's worth mentioning that the `composer.json` file must have these directives to work properly:
```json
"minimum-stability": "dev",
"prefer-stable": true,
```
0 commit comments