Skip to content

Laravel 11.x support #269

@faraz046

Description

@faraz046

While installing via composer on Laravel version 11, following errors occur:

`Your requirements could not be resolved to an installable set of packages.

Problem 1
- Root composer.json requires kodeine/laravel-acl * -> satisfiable by kodeine/laravel-acl[v0.1.0, v0.1.1, v0.1.2, v0.1.3, 1.0.0, 2.0.0, ..., 2.0.9].
- kodeine/laravel-acl[v0.1.0, ..., v0.1.3] require illuminate/support 4.2.x|~5.0 -> found illuminate/support[v4.2.1, ..., v4.2.17, v5.0.0, ..., v5.8.36] but these were not loaded, likely because it conflicts with another require.
- kodeine/laravel-acl 1.0.0 requires illuminate/support ~5.0 -> found illuminate/support[v5.0.0, ..., v5.8.36] but these were not loaded, likely because it conflicts with another require.
- kodeine/laravel-acl[2.0.0, ..., 2.0.3] require illuminate/support ^6.0 -> found illuminate/support[v6.0.0, ..., v6.20.44] but these were not loaded, likely because it conflicts with another require.
- kodeine/laravel-acl[2.0.4, ..., 2.0.5] require illuminate/support ^6.0|^7.0 -> found illuminate/support[v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6] but these were not loaded, likely because it conflicts with another require.
- kodeine/laravel-acl 2.0.6 requires illuminate/support ^6.0|^7.0|^8.0 -> found illuminate/support[v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27] but these were not loaded, likely because it conflicts with another require.
- kodeine/laravel-acl 2.0.7 requires illuminate/support ^6.0|^7.0|^8.0|^9.0 -> found illuminate/support[v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16] but these were not loaded, likely because it conflicts with another require.
- kodeine/laravel-acl[2.0.8, ..., 2.0.9] require illuminate/support ^6.0|^7.0|^8.0|^9.0|^10.0 -> found illuminate/support[v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.23] but these were not loaded, likely because it conflicts with another require.`

If this already supports Laravel 10.x, updating the package's composer.json to something like: "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" could work?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions