Skip to content

Commit 4b2b0dc

Browse files
authored
Merge pull request #15 from sandstorm/develop
Develop
2 parents 221694b + ad02ec3 commit 4b2b0dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Flow Framework Connector to Gedmo Translatable
22

33
by Sebastian Kurfürst, sandstorm|media. Thanks to Web Essentials for sponsoring this work initially.
4-
Currently maintained by [@swisscomeventandmedia](https://github.com/swisscomeventandmedia)
4+
Currently maintained by [@onivaevents](https://github.com/onivaevents)
55

66
Using [Gedmo.Translatable](https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/translatable.md) in the Neos Flow framework proved a little harder than originally anticipated. This small package wraps up the necessary steps.
77

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "neos-package",
44
"description": "Connector to make Gedmo Translatable work with Neos Flow",
55
"require": {
6-
"neos/flow": "^7.0",
6+
"neos/flow": "^7.0 || ^8.0",
77
"gedmo/doctrine-extensions": "^3.0"
88
},
99
"autoload": {

0 commit comments

Comments
 (0)