appstract / laravel-opcache

Laravel Package for OPcache
MIT License
1.33k stars 118 forks source link

Laravel 9.x support #138

Closed juanparati closed 2 years ago

juanparati commented 2 years ago

Is it any plan to support Laravel 9?

The composer.json may require add a new constraint for 3 digits releases.

For example with Laravel 9 composer returns something like:

- Root composer.json requires laravel/framework v9.1.1, found laravel/framework[dev-fix-http-options, dev-queue-fake, dev-master, v4.0.0-BETA2, ..., 4.2.x-dev, v5.0.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev, v9.0.0-beta.1, ..., 9.x-dev, 10.x-dev (alias of dev-master)] but it does not match the constraint.
  Problem 2
    - appstract/laravel-opcache 4.0.1 requires php ^7.2.5 -> your php version (8.0.16) does not satisfy that requirement.
    - appstract/laravel-opcache 4.0.2 requires laravel/framework >=7.0 -> found laravel/framework[v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.4, v9.0.0, ..., v9.4.1] but it conflicts with your root composer.json require (v9.1.1).
    - Root composer.json requires appstract/laravel-opcache ^4.0.1 -> satisfiable by appstract/laravel-opcache[4.0.1, 4.0.2].
juanparati commented 2 years ago

Please proceed to close this issue. It seems that problem is to a wrong version format located in my composer.json.