Skip to content

Commit

Permalink
Merge pull request #12 from visol/neos-7
Browse files Browse the repository at this point in the history
[TASK] Declare compatibility with Neos 7.x
  • Loading branch information
lorenzulrich authored Mar 26, 2022
2 parents ded3c5b + c02fd9d commit 595b001
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Case insensitive URLs in Neos

This is a Neos package that allows the usage of case insensitive URLs. As a consequence, the uriPathSegment `/foobar` can be accessed as
This is a Neos package that allows the usage of case-insensitive URLs. As a consequence, the uriPathSegment `/foobar` can be accessed as

* `foobar`
* `FooBar`
Expand All @@ -10,13 +10,13 @@ This is a Neos package that allows the usage of case insensitive URLs. As a cons

## Compatibility and Maintenance

This package is currently being maintained for the following versions:
This package is currently maintained for the following versions:

| Neos / Flow Version | Version | Branch | Maintained |
|----------------------------|----------------------------------|--------|------------|
| Neos 3.x-5.x | 4.x | master | Yes |
| Neos 3.x-4.x | 3.x | 3.x | No |
| Neos 2.3 LTS | 2.x | - | No |
| Neos Version | Package Version | Branch | Maintained |
|------------------|-----------------|--------|------------|
| Neos 3.x-7.x | 4.x | master | Yes |
| Neos 3.x-4.x | 3.x | 3.x | No |
| Neos 2.3 LTS | 2.x | - | No |


## Installation
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": "Make URLs case insensitive in Neos",
"license": "GPL-3.0-or-later",
"require": {
"neos/neos": "^3.0 || ^4.0 || ^5.0"
"neos/neos": "^3.0 || ^4.0 || ^5.0 || ^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 595b001

Please sign in to comment.