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.3 /surf.phar -o /usr/local/surf/surf.phar
22
+ curl -L https://github.com/TYPO3/Surf/releases/download/3.4.4 /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 35
35
36
36
$ parameters ->set ('name ' , 'TYPO3 Surf ' );
37
37
38
- $ parameters ->set ('version ' , '3.4.3 ' );
38
+ $ parameters ->set ('version ' , '3.4.4 ' );
39
39
40
40
$ services = $ containerConfigurator ->services ();
41
41
You can’t perform that action at this time.
0 commit comments