Skip to content

PHP version update #10

Description

@agustindidiego

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?     /**```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions