I got it working. I don't know whether generators works or not but at least my site is running.
Anyway, I had to fork both generators and modules than alter/hack away at the composer.json file.
https://github.com/oddz/modules/tree/dev-53-compatibility https://github.com/oddz/generators/tree/dev-53-compatibility
I than added my repositories to the compser.json file and referenced the branches explicitly.
"pingpong/support": "dev-master",
"pingpong/generators": "dev-dev-53-compatibility",
"pingpong/modules": "dev-dev-53-compatibility",
It ain't pretty but if that is the only problem I run into I'll be pretty happy.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community