drfraker / snipe-migrations

Blazing fast database migrations for Laravel tests.
MIT License
290 stars 32 forks source link

"PHP >= 7.1" but composer rejects 8 #43

Closed MrBenGriffin closed 3 years ago

MrBenGriffin commented 3 years ago

The documentation says "PHP >= 7.1" but composer.json rejects 8 with "php": "^7.1"

Consider changing composer.json to say php": "^7.1|^8.0",

or, more precisely in line with the documentation, "php": ">=7.1"

addgod commented 3 years ago

Please merge the pull requests in, that fixes these tings, this package is exactly what I am looking for, just can use it, because no LVL 8 og PHP 8 support :(

addgod commented 3 years ago

This has been fixed in version 1.4.0.