thenextweb / passgenerator

A Laravel package to create Apple Wallet passes.
GNU General Public License v3.0
258 stars 43 forks source link

Add support for Laravel 10 #38

Closed peukerjonathan closed 1 year ago

peukerjonathan commented 1 year ago

Currently it is not possible to use the package with Laravel 10. Composer is giving

  Problem 1
    - thenextweb/passgenerator[v0.3, ..., v0.3.2] require illuminate/support ^7.0|^8.0|^9.0 -> satisfiable by illuminate/support[v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.0].
    - Only one of these can be installed: 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.0, v10.0.0], laravel/framework[v10.0.0]. laravel/framework replaces illuminate/support and thus cannot coexist with it.
    - illuminate/support[v7.0.0, ..., v7.28.4] require php ^7.2.5 -> your php version (8.1.6) does not satisfy that requirement.
    - illuminate/support[v8.0.0, ..., v8.11.2] require php ^7.3 -> your php version (8.1.6) does not satisfy that requirement.
    - Root composer.json requires laravel/framework ^10.0 -> satisfiable by laravel/framework[v10.0.0].
    - Root composer.json requires thenextweb/passgenerator ^0.3 -> satisfiable by thenextweb/passgenerator[v0.3, v0.3.1, v0.3.2].

An update of the dependencies would be highly appreciated!

peukerjonathan commented 1 year ago

This is solved by PR #39