Illuminate 5.7 Support
Closed this issue · 1 comments
wisnubaldas commented
hi, I am a user of codeigniter, I want to use the package that you created, but there are obstacles in the package installation process. I use
"illuminate / database": "5.7",
"illuminate / events": "5.7".
I know this is not appropriate.
Is there another way to install this package on my codeigniter box?
The following error report:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for schnittstabil/dartisan ^5.3 -> satisfiable by schnittstabil/dartisan[5.3.0].
- Conclusion: remove illuminate/database 5.7.19
- Conclusion: don't install illuminate/database 5.7.19
- schnittstabil/dartisan 5.3.0 requires illuminate/database ~5.3.0 -> satisfiable by illuminate/database[v5.3.0, v5.3.16, v5.3.23, v5.3.4
].
- Can only install one of: illuminate/database[v5.3.0, 5.7.19].
- Can only install one of: illuminate/database[v5.3.16, 5.7.19].
- Can only install one of: illuminate/database[v5.3.23, 5.7.19].
- Can only install one of: illuminate/database[v5.3.4, 5.7.19].
- Installation request for illuminate/database (locked at 5.7.19, required as 5.*) -> satisfiable by illuminate/database[5.7.19].
Installation failed, reverting ./composer.json to its original content.
schnittstabil commented
Illuminate 5.7 Support landed in version schnittstabil/dartisan:^5.7
😁