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

Add php 8 support #12

Closed ignacioalles closed 2 years ago

ignacioalles commented 2 years ago

Current php version is restricted to "php": "^7.2", but code works fine with php 8.0 too.

Is it possible to allow this php version in composer.json file?

miqwit commented 2 years ago

@ignacioalles @Skyree Now supports PHP8 in version 2.0.0. Thanks for your support and patience.