Skip to content

Commit

Permalink
Merge pull request #13 from jonnitto/patch-1
Browse files Browse the repository at this point in the history
Update: Allow Neos 8
  • Loading branch information
Sebobo committed Apr 6, 2022
2 parents 164395d + 7fc06fb commit 667850b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Readme.md
Expand Up @@ -48,6 +48,7 @@ window object even when the React version is too old.
| 4.3 | Commands are only available via the browser console |
| 5.2 - 5.3 | Full support |
| 7.0+ | Full support |
| 8.0+ | Full support |

## Usage

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -12,8 +12,8 @@
],
"require": {
"php": ">=7.2",
"neos/neos": "^4.3 || ^5.2 || ^7.0 || dev-master",
"neos/neos-ui": "^4.0 || ^5.2 || ^7.0 || dev-master",
"neos/neos": "^4.3 || ^5.2 || ^7.0 || ^8.0 || dev-master",
"neos/neos-ui": "^4.0 || ^5.2 || ^7.0 || ^8.0 || dev-master",
"symfony/console": "^4.2 || ^5.1"
},
"autoload": {
Expand Down

0 comments on commit 667850b

Please sign in to comment.