This release uses the new php-nextgen OpenAPI generator. The generated classes are now very different including breaking changes.
Notable Changes
- Generated methods now have return and parameter types
- Generated classes now use real PHP enums instead of classes with constants.
- The existing enums in
Aternos\CurseForgeApi\Client\Optionshave been removed. Import the generated ones fromAternos\CurseForgeApi\Modelinstead. ModFilesOptionsandModSearchOptionshave moved from up one level in the namespace- Enum variants now have the correct names