Hi there.
PHP version on composer.json should be updated to ^8.4
You are using the new getter/setters sintax feature introduced in PHP 8.4
Installing this package on PHP 8.3 throws an ParseError exception
at vendor/romegasoftware/laravel-schema-generator/src/Contracts/SchemaGeneratorInterface.php:9
5? use RomegaSoftware\LaravelSchemaGenerator\Data\ExtractedSchemaData;
6?
7? interface SchemaGeneratorInterface
8? {
? 9? public array $processedSchemas {get; }
10?
11? public array $schemaDependencies {get; }
12?
13? /**```
Hi there.
PHP version on composer.json should be updated to ^8.4
You are using the new getter/setters sintax feature introduced in PHP 8.4
Installing this package on PHP 8.3 throws an ParseError exception