Skip to content

Commit

Permalink
Add compatability with Neos 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ComiR committed Oct 31, 2019
1 parent 7e6d0be commit 905344a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"description": "A email address and link obfuscation plugin for Neos CMS",
"require": {
"php": ">=7.0",
"neos/neos": "^3.0 || ^4.0"
"neos/neos": "^3.0 || ^4.0 || ^5.0"
},
"autoload": {
"psr-4": {
"Networkteam\\Neos\\MailObfuscator\\": "Classes"
}
},
"license": "GPL-2.0+",
"license": "GPL-2.0-or-later",
"extra": {
"applied-flow-migrations": [
"TYPO3.FLOW3-201201261636",
Expand Down Expand Up @@ -91,4 +91,4 @@
"Neos.Flow-20180415105700"
]
}
}
}

0 comments on commit 905344a

Please sign in to comment.