api-platform / schema-generator

PHP Model Scaffolding from Schema.org and other RDF vocabularies
https://api-platform.com/docs/schema-generator/
MIT License
453 stars 108 forks source link

Support PHP 8.1 enum #406

Open vincentchalamon opened 1 year ago

vincentchalamon commented 1 year ago

Description
Currently, the Schema Generator only supports enums through myclabs/php-enum. Since 8.1, PHP natively supports enum. The Schema Generator should use it instead of myclabs/php-enum.

To do so, we should bump PHP version to 8.1, as it's already done in api-platform/core.

Example