File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Documentation/Installation Expand file tree Collapse file tree 2 files changed +2
-2
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.4.2 /surf.phar -o /usr/local/surf/surf.phar
22
+ curl -L https://github.com/TYPO3/Surf/releases/download/3.4.3 /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
Original file line number Diff line number Diff line change 37
37
38
38
$ parameters ->set ('name ' , 'TYPO3 Surf ' );
39
39
40
- $ parameters ->set ('version ' , '3.4.2 ' );
40
+ $ parameters ->set ('version ' , '3.4.3 ' );
41
41
42
42
$ services = $ containerConfigurator ->services ();
43
43
You can’t perform that action at this time.
0 commit comments