Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit ed4dc3d

Browse files
committed
Update getting-started.rst
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, ```
1 parent cd1d523 commit ed4dc3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/creating_a_cms/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ all of the required packages now.
2929
...
3030
require: {
3131
...
32-
"symfony-cmf/routing-auto-bundle": "1.0.0@alpha",
32+
"symfony-cmf/routing-auto-bundle": "1.0.0-alpha10 as 1.0.0",
3333
"symfony-cmf/menu-bundle": "1.0",
3434
"sonata-project/doctrine-phpcr-admin-bundle": "dev-master",
3535
"doctrine/data-fixtures": "1.0.0",

0 commit comments

Comments
 (0)