Skip to content

Commit febbf24

Browse files
committed
[RELEASE] Release Surf 3.6.0
1 parent fb52a99 commit febbf24

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Documentation/Installation/Index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Download phar archive
1919
To install Surf as phar archive, run the following commands::
2020

2121
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
2323
chmod +x /usr/local/surf/surf.phar
2424
ln -s /usr/local/surf/surf.phar /usr/local/bin/surf
2525

@@ -41,7 +41,7 @@ Global composer installation
4141

4242
To install Surf globally via composer, run the following command::
4343

44-
composer global require typo3/surf:^3.5
44+
composer global require typo3/surf:^3.6
4545

4646
This way, you can add `~/.composer/vendor/typo3/surf` to `PHP Include Paths` in your IDE.
4747

@@ -52,7 +52,7 @@ Local composer installation
5252

5353
To install Surf within your project via composer, run the following command::
5454

55-
composer require typo3/surf:^3.5
55+
composer require typo3/surf:^3.6
5656

5757
The advantage of this method is that you can directly inspect the source files of surf without any further configuration in your IDE.
5858

Resources/services.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
$parameters->set('name', 'TYPO3 Surf');
3737

38-
$parameters->set('version', '3.5.0');
38+
$parameters->set('version', '3.6.0');
3939

4040
$services = $containerConfigurator->services();
4141

0 commit comments

Comments
 (0)