Skip to content

Commit

Permalink
Merge pull request #27 from getherbie/develop
Browse files Browse the repository at this point in the history
feat: v2.x compatibility
  • Loading branch information
tbreuss committed Jan 2, 2023
2 parents a8ed3e2 + f234265 commit 8928715
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@

You can start your new Herbie CMS website by using Composer.

For the upcoming 2.x version with PHP 7.4, 8.0, 8.1:

composer create-project getherbie/start-website:dev-master mywebsite

For the stable 1.x version with PHP 5.x only:

composer create-project getherbie/start-website mywebsite
composer create-project getherbie/start-website mywebsite

This will install a simple demo website and all required dependencies.

Expand Down
10 changes: 4 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"name": "getherbie/start-website",
"homepage": "https://herbie.tebe.ch",
"homepage": "https://github.com/getherbie",
"description": "The website kickstarter for Herbie CMS",
"type": "project",
"license":"BSD-3-Clause",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"erusev/parsedown-extra": "^0.8",
"getherbie/herbie": "2.x-dev",
"getherbie/plugin-simplecontact": "dev-master",
"getherbie/plugin-simplesearch": "dev-master",
"getherbie/herbie": "^2.0",
"getherbie/plugin-simplecontact": "^2.0",
"getherbie/plugin-simplesearch": "^2.0",
"laminas/laminas-diactoros": "^2.0"
},
"config": {
Expand Down

0 comments on commit 8928715

Please sign in to comment.