Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hanspagel authored Feb 7, 2022
1 parent c6c6584 commit 34c0b24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ You can install the package via composer:
composer require ueberdosis/tiptap-php
```

PHP 7.4 support: The package should work with PHP 7.4, but it requires `spatie/shiki-php` which requires PHP 8.0. You can still install the package though, if you pass `--ignore-platform-reqs`. You just won’t be able to use the `CodeBlockShiki` node then.

## Usage
The PHP package mimics large parts of the JavaScript package. If you know your way around Tiptap, the PHP syntax will feel familiar to you.

Expand Down

0 comments on commit 34c0b24

Please sign in to comment.