Skip to content

Commit

Permalink
Update H5P Core (v1.26) and Editor libraries (#2758)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrieinv committed Aug 20, 2024
1 parent e70323c commit 7326531
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 17 deletions.
4 changes: 2 additions & 2 deletions sourcecode/apis/contentauthor/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"embed/embed": "^3.4.18",
"firebase/php-jwt": "^6.10.1",
"guzzlehttp/guzzle": "^7.8.1",
"h5p/h5p-core": "dev-master#0a82667e00175dea55e37ad8bbebedbfed25b5b6",
"h5p/h5p-editor": "dev-master#0365b081efa8b55ab9fd58594aa599f9630268f6",
"h5p/h5p-core": "dev-master#f3579c0d28205bf34490ee151c07d43a2ffc3507",
"h5p/h5p-editor": "dev-master#e442a251a6eda93043c637f5bf19beb60e92191b",
"laravel/framework": "^9.52.16",
"laravel/tinker": "^2.9",
"laravel/ui": "^3.4.6",
Expand Down
18 changes: 9 additions & 9 deletions sourcecode/apis/contentauthor/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions sourcecode/apis/contentauthor/phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -911,11 +911,6 @@ parameters:
count: 1
path: app/Providers/AuthServiceProvider.php

-
message: "#^Access to an undefined property H5PCore\\:\\:\\$aggregateAssets\\.$#"
count: 1
path: app/Providers/H5PServiceProvider.php

-
message: "#^Class App\\\\Libraries\\\\H5P\\\\EditorStorage constructor invoked with 2 parameters, 1 required\\.$#"
count: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public function testCanListAllAvailableLibrary(): void
{
$this->artisan('h5p:library-list available -a -l test.audio')
->expectsOutput('Library cache updated: ' . $this->cacheUpdated->format('Y-m-d H:i:s e'))
->expectsOutput('Installed H5P Core version: 1.25')
->expectsOutput('Installed H5P Core version: 1.26')
->expectsOutput('Libraries found: 1')
->expectsTable(
['Name', 'Version', 'H5P Core version', 'Creator'],
Expand Down

0 comments on commit 7326531

Please sign in to comment.