Skip to content

Commit

Permalink
Merge pull request #22 from ComiR/upgrade
Browse files Browse the repository at this point in the history
Add compatability with Neos 5.0
  • Loading branch information
ger4003 authored Nov 21, 2019
2 parents 71c5019 + 905344a commit 057ada1
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 057ada1

Please sign in to comment.