-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Update lazy_services.rst #6559
Update lazy_services.rst #6559
Conversation
�$ composer require ocramius/proxy-manager:~2.0 instead of 1.0
hint the right version per PHP version.
@@ -36,8 +36,8 @@ the `ProxyManager bridge`_: | |||
So, run: | |||
|
|||
.. code-block:: bash | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The blank line needs to be preserved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
blank line is back 👍
The blank line needs to be preserved.
Hmm, I wonder if there is some breaking changes between 1.0 and 2.0 that we have in the docs? If there are none, I would just remove the version number here ( |
@wouterj the main BC break is that version 2 requires PHP 7 (which is why listing it as an explicit version is a bad idea btw) |
This PR was submitted for the 3.0 branch but it was merged into the 2.7 branch instead (closes #6559). Discussion ---------- Update lazy_services.rst | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | ^3.0.0 | Fixed tickets | �$ composer require ocramius/proxy-manager:~2.0 instead of 1.0 Commits ------- 1f18702 Update lazy_services.rst
�$ composer require ocramius/proxy-manager:~2.0 instead of 1.0