Skip to content

Commit

Permalink
Readme updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Mar 3, 2022
1 parent 827957e commit 978f610
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You should have the development dependencies installed on your Mac before you be

The development dependencies are:

* PHP 7.3+
* PHP 7.4+
* Check your PHP version from the command line using `php --version`
* [XCode](https://itunes.apple.com/us/app/xcode/id497799835?mt=12)
* [Composer](https://getcomposer.org/download/)
Expand Down Expand Up @@ -76,14 +76,6 @@ Enter a short name for your project [example] :

## Full Project Setup

### Use Drupal 8 instead of Drupal 9

In general, you'll want to start new projects on Drupal 9 (as of June 2020). However, if you need to create a Drupal 8 testing environment, or use modules that aren't yet compatible with Drupal 9, you can still use a version of this skeleton that supports Drupal 8:

```
composer create-project palantirnet/drupal-skeleton example dev-drupal8 --no-interaction
```

### Create a project with a custom name

Use composer to create a new project based on this skeleton, replacing `PROJECTNAME` with the short name for your project:
Expand Down

0 comments on commit 978f610

Please sign in to comment.