From 14353d37d8ccb8bdc3ca845f9a3688e41d897c95 Mon Sep 17 00:00:00 2001 From: Sebastian Schreiber Date: Mon, 17 Feb 2020 22:23:39 +0100 Subject: [PATCH] [TASK] Use version constraint without bugfix number --- Documentation/Installation/Index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Installation/Index.rst b/Documentation/Installation/Index.rst index e4d025b3..816d04ef 100644 --- a/Documentation/Installation/Index.rst +++ b/Documentation/Installation/Index.rst @@ -41,7 +41,7 @@ Source composer installation To install Surf via composer, run the following commands:: - composer global require typo3/surf:^2.0.0 + composer global require typo3/surf:^2.0 This way, you can add `~/.composer/vendor/typo3/surf` to `PHP Include Paths` of your IDE.