getkirby / cli

Kirby Command Line Interface
MIT License
51 stars 5 forks source link

fix: php version requirement #39

Closed bogdancondorachi closed 1 year ago

bogdancondorachi commented 1 year ago

Right now the requirements are set to php >=8.0.0 <8.2.0 but php 8.2.1 is out as a security patch of the 8.2 release. Installing the plugin through composer won't work on php 8.2.1

IDK if it's intended or not but I suppose it should use php >=8.0.0 <8.3.0 as in the kirby core application.

P.S. It might help to look into this on all getkirby repositories as well.

FabienYt commented 1 year ago

I'm using the develop branch for the moment, the modification has been merged last week but the release is late...

bogdancondorachi commented 1 year ago

Thanks @FabienYt haven't checked if there's another branch, I'm installing the develop branch until your PR will be included in a release :)