Skip to content

Commit

Permalink
Merge pull request #14 from sbruggmann/feature/neos-5x
Browse files Browse the repository at this point in the history
TASK: Allow for Neos 5.x
  • Loading branch information
sbruggmann authored Sep 23, 2020
2 parents 5f36ae8 + 921db06 commit c70c309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Easy and flexible [OpenStreetMap](https://www.openstreetmap.org/) Implementation
composer require webexcess/openstreetmap
```

Supported for Neos 3.x, 4.x and will be maintained for upcoming versions.
Supported for [Neos](https://www.neos.io/) 3.x, 4.x and 5.x


## Implemented Styles
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Easy and flexible OpenStreetMap Implementation as NodeType or Fusion Component",
"license": "MIT",
"require": {
"neos/neos": ">=3.0 <5.0 || dev-master"
"neos/neos": ">=3.0 <6.0 || dev-master"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c70c309

Please sign in to comment.