Skip to content

Commit 057ada1

Browse files
authored
Merge pull request #22 from ComiR/upgrade
Add compatability with Neos 5.0
2 parents 71c5019 + 905344a commit 057ada1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"description": "A email address and link obfuscation plugin for Neos CMS",
55
"require": {
66
"php": ">=7.0",
7-
"neos/neos": "^3.0 || ^4.0"
7+
"neos/neos": "^3.0 || ^4.0 || ^5.0"
88
},
99
"autoload": {
1010
"psr-4": {
1111
"Networkteam\\Neos\\MailObfuscator\\": "Classes"
1212
}
1313
},
14-
"license": "GPL-2.0+",
14+
"license": "GPL-2.0-or-later",
1515
"extra": {
1616
"applied-flow-migrations": [
1717
"TYPO3.FLOW3-201201261636",
@@ -91,4 +91,4 @@
9191
"Neos.Flow-20180415105700"
9292
]
9393
}
94-
}
94+
}

0 commit comments

Comments
 (0)