The PHP version on composer.json file is ["php": ">=7.2.5](https://github.com/GaryClarke/api-platform-crash-course/blob/main/composer.json#L7)". It seems that this is not the proper min version. [Here](https://github.com/GaryClarke/api-platform-crash-course/blob/main/src/Entity/Manufacturer.php#L17) an attribute is used. The attribute feature is availabale in PHP >= 8.0. So the project won't work properly with PHP 7.2.5
The PHP version on composer.json file is "php": ">=7.2.5".
It seems that this is not the proper min version.
Here an attribute is used. The attribute feature is availabale in PHP >= 8.0. So the project won't work properly with PHP 7.2.5