h5p / h5p-editor-php-library

69 stars 121 forks source link

Missing h5p-core composer dependency #303

Open zgperak opened 1 week ago

zgperak commented 1 week ago

https://github.com/h5p/h5p-editor-php-library/blob/53dc7bdc57b17f5a0d55a8871a36d1b1bd631e70/composer.json#L22-L24

Composer is missing the h5p/h5p-core dependency. This package is required because H5PEditorAjax depends on H5PValidator from h5p-core.

https://github.com/h5p/h5p-editor-php-library/blob/1e637041ae1537b5b2fb3b0ab595a673853caace/h5peditor-ajax.class.php#L365