File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Documentation/Installation Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Download phar archive
19
19
To install Surf as phar archive, run the following commands::
20
20
21
21
mkdir /usr/local/surf
22
- curl -L https://github.com/TYPO3/Surf/releases/download/3.5 .0/surf.phar -o /usr/local/surf/surf.phar
22
+ curl -L https://github.com/TYPO3/Surf/releases/download/3.6 .0/surf.phar -o /usr/local/surf/surf.phar
23
23
chmod +x /usr/local/surf/surf.phar
24
24
ln -s /usr/local/surf/surf.phar /usr/local/bin/surf
25
25
@@ -41,7 +41,7 @@ Global composer installation
41
41
42
42
To install Surf globally via composer, run the following command::
43
43
44
- composer global require typo3/surf:^3.5
44
+ composer global require typo3/surf:^3.6
45
45
46
46
This way, you can add `~/.composer/vendor/typo3/surf ` to `PHP Include Paths ` in your IDE.
47
47
@@ -52,7 +52,7 @@ Local composer installation
52
52
53
53
To install Surf within your project via composer, run the following command::
54
54
55
- composer require typo3/surf:^3.5
55
+ composer require typo3/surf:^3.6
56
56
57
57
The advantage of this method is that you can directly inspect the source files of surf without any further configuration in your IDE.
58
58
Original file line number Diff line number Diff line change 35
35
36
36
$ parameters ->set ('name ' , 'TYPO3 Surf ' );
37
37
38
- $ parameters ->set ('version ' , '3.5 .0 ' );
38
+ $ parameters ->set ('version ' , '3.6 .0 ' );
39
39
40
40
$ services = $ containerConfigurator ->services ();
41
41
You can’t perform that action at this time.
0 commit comments