miqwit / dedex

A generic efficient DDEX parser. Parse seemlessly the complex DDEX format and transform it into classes easily useable in your PHP project. Supports several versions (3.8.2, 4.1, 4.1.1) and is listed in the official DDEX page: https://kb.ddex.net/display/HBK/Open+Source+Software
MIT License
23 stars 11 forks source link

Packagist does not have latest changed. #16

Closed onelazydev closed 2 years ago

onelazydev commented 2 years ago

The following commit was merged a couple of months ago, but has not been updated on Packagist:

https://github.com/miqwit/dedex/pull/15

This means that under Laravel 9, this package cannot be installed.

image

See symfony/console on Packagist: https://packagist.org/packages/miqwit/dedex

miqwit commented 2 years ago

Hello @onelazydev. Indeed! My last updates (encouraged by @ignacioalles) where not packaged in a new release, which I just did a few minutes ago. Now Packagist is up to date. I have not tested it, but that should be enough.

Funny enough, I had the exact same problem this morning (in SF 6) and planned to upgrade. Thanks for pushing me to do so!