Plugin
srwiez/nativephp-mobile-calendar (latest: v1.1.0)
Summary
The plugin's composer.json constrains illuminate/support to ^11.0|^12.0. This makes it impossible to install on Laravel 13 projects — even though NativePHP Mobile v3 itself runs fine on Laravel 13.
Steps to reproduce
On a Laravel 13 app (illuminate/support v13):
composer require srwiez/nativephp-mobile-calendar
Result
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires srwiez/nativephp-mobile-calendar * -> satisfiable by
srwiez/nativephp-mobile-calendar[v1.0.0, v1.0.1, v1.0.2, v1.1.0].
- srwiez/nativephp-mobile-calendar[v1.0.0, ..., v1.1.0] require
illuminate/support ^11.0|^12.0 -> found illuminate/support[... v12.60.2] ...
Request
Please widen the illuminate/* constraints to include ^13.0 (e.g. ^11.0|^12.0|^13.0) and tag a release. The calendar plugin is currently the only blocker for using it on a Laravel 13 / NativePHP Mobile v3 app.
Environment
- Laravel 13 · PHP 8.4 · NativePHP Mobile v3.3
Plugin
srwiez/nativephp-mobile-calendar(latest: v1.1.0)Summary
The plugin's
composer.jsonconstrainsilluminate/supportto^11.0|^12.0. This makes it impossible to install on Laravel 13 projects — even though NativePHP Mobile v3 itself runs fine on Laravel 13.Steps to reproduce
On a Laravel 13 app (
illuminate/supportv13):Result
Request
Please widen the
illuminate/*constraints to include^13.0(e.g.^11.0|^12.0|^13.0) and tag a release. The calendar plugin is currently the only blocker for using it on a Laravel 13 / NativePHP Mobile v3 app.Environment