Skip to content

[nativephp-mobile-calendar] Add Laravel 13 (illuminate/* ^13) support #2

Description

@devvmaaster

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions