Skip to content

Commit

Permalink
Merge pull request #201 from indyjonesnl/patch-1
Browse files Browse the repository at this point in the history
Update generator to use schema v24
  • Loading branch information
Gummibeer committed Jan 11, 2024
2 parents 667dcba + aa6310e commit 8d271fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/Console/GenerateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$generator = new PackageGenerator();

$definitions = new Definitions([
'core' => 'https://raw.githubusercontent.com/schemaorg/schemaorg/main/data/releases/23.0/schemaorg-all-https.jsonld',
'core' => 'https://raw.githubusercontent.com/schemaorg/schemaorg/main/data/releases/24.0/schemaorg-all-https.jsonld',
]);

if (! $input->getOption('local')) {
Expand Down

0 comments on commit 8d271fc

Please sign in to comment.