Skip to content

Commit

Permalink
Merge pull request #320 from TYPO3/task/release-2.0.0
Browse files Browse the repository at this point in the history
Release stable version 2.0.0
  • Loading branch information
sabbelasichon authored Feb 17, 2020
2 parents ef34009 + 14353d3 commit bb16ea2
Show file tree
Hide file tree
Showing 6 changed files with 727 additions and 508 deletions.
5 changes: 2 additions & 3 deletions Documentation/Installation/Index.rst
Original file line number Diff line number Diff line change
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/2.0.0-beta11/surf.phar -o /usr/local/surf/surf.phar
curl -L https://github.com/TYPO3/Surf/releases/download/2.0.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,8 +41,7 @@ Source composer installation

To install Surf via composer, run the following commands::

# Until stable release, you need to add stability-flag @beta
composer global require typo3/surf:^2.0.0@beta
composer global require typo3/surf:^2.0

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

Expand Down
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
"friendsofphp/php-cs-fixer": "^2.14",
"sphpdox/sphpdox": "dev-master"
},
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"TYPO3\\Surf\\": "src"
Expand Down
Loading

0 comments on commit bb16ea2

Please sign in to comment.