Skip to content

Commit

Permalink
[RELEASE] Release Surf 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbelasichon committed May 12, 2023
1 parent 8126c9b commit 2fb52a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Documentation/Installation/Index.rst
Expand Up @@ -19,7 +19,7 @@ Download phar archive
To install Surf as phar archive, run the following commands::

mkdir /usr/local/surf
curl -L https://github.com/TYPO3/Surf/releases/download/3.3.15/surf.phar -o /usr/local/surf/surf.phar
curl -L https://github.com/TYPO3/Surf/releases/download/3.4.0/surf.phar -o /usr/local/surf/surf.phar
chmod +x /usr/local/surf/surf.phar
ln -s /usr/local/surf/surf.phar /usr/local/bin/surf

Expand All @@ -41,7 +41,7 @@ Global composer installation

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

composer global require typo3/surf:^3.3
composer global require typo3/surf:^3.4

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

Expand All @@ -52,7 +52,7 @@ Local composer installation

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

composer require typo3/surf:^3.3
composer require typo3/surf:^3.4

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

Expand Down
2 changes: 1 addition & 1 deletion Resources/services.php
Expand Up @@ -33,7 +33,7 @@

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

$parameters->set('version', '3.3.15');
$parameters->set('version', '3.4.0');

$services = $containerConfigurator->services();

Expand Down

0 comments on commit 2fb52a6

Please sign in to comment.