What happened?
The project php version requirement has been bumped from ^8.1 to ^8.3 in this commit. This does not align with Laravel 11 which allows ^8.2 in its own composer.json.
Would it be fine to lower the requirement of this project to php 8.2 ? If so I can open a pull request.
How to reproduce the bug
run composer install composer require spatie/laravel-prometheus "1.2.1" on a system with php 8.2
Package Version
1.2.1
PHP Version
8.2
Laravel Version
11
Which operating systems does with happen with?
No response
Notes
No response
What happened?
The project php version requirement has been bumped from
^8.1to^8.3in this commit. This does not align with Laravel 11 which allows^8.2in its own composer.json.Would it be fine to lower the requirement of this project to php 8.2 ? If so I can open a pull request.
How to reproduce the bug
run
composer install composer require spatie/laravel-prometheus "1.2.1"on a system with php 8.2Package Version
1.2.1
PHP Version
8.2
Laravel Version
11
Which operating systems does with happen with?
No response
Notes
No response