Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drop PHP version requirement, as it is enforced by illuminate/databas…
…e package
- Loading branch information
28ebcc0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi i'm using php verson :- 7.0.33
and i'm stuck with the illuminate/database dependency as it require upper version of php
please help with package valid for version 7.0
illuminate/database 5.7.17 requires php ^7.1.3 -> your PHP version (7.0.33) does not satisfy that requirement.
28ebcc0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hello. where did you find this PHP dependency? I remember removing PHP dependency in favor of Illuminate database dependency only.
28ebcc0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
28ebcc0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/illuminate/database/blob/v5.6.39/composer.json
has dependency on 7.1, so you can upgrade
About 7.0 support, I remember maintainer allowed to drop 7.0 support, so I did as it was adding a lot of workarounds.