Skip to content

Commit e649f97

Browse files
authored
Merge pull request #5179 from schaubes/post-v24.8.7-fixes
Post v24.8.7 fixes
2 parents 6bb17aa + 233cf95 commit e649f97

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"bugsnag/bugsnag-symfony": "^1.14",
1818
"catrobat/capi": "1.5.*",
1919
"codercat/jwk-to-pem": "1.1.*",
20-
"doctrine/dbal": "4.1.*",
20+
"doctrine/dbal": "4.0.*",
2121
"doctrine/doctrine-bundle": "2.12.*",
2222
"doctrine/doctrine-migrations-bundle": "3.3.*",
2323
"doctrine/orm": "3.2.*",

composer.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Catroweb - The share communication platform for the Catrobat community",
55
"scripts": {
66
"test": "npm run test-js && npm run test-css && npm run test-asset && npm run test-php",
7-
"fix": "npm run fix-js && npm run fix-css && fix-asset && npm run fix-php",
7+
"fix": "npm run fix-js && npm run fix-css && npm run fix-asset && npm run fix-php",
88
"test-js": "npx eslint assets/**/*.js webpack.config.js postcss.config.js",
99
"fix-js": "npx eslint assets/**/*.js webpack.config.js postcss.config.js --fix",
1010
"test-css": "npx stylelint assets/**/*.scss",

templates/MediaLibrary/PackageDetail.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends 'Layout/Base.html.twig' %}
22

33
{% block head %}
4-
{{ encore_entry_link_tags('media_library_package_detail') }}
4+
{{ encore_entry_link_tags('media_library_package_detail_page') }}
55
{% endblock %}
66

77
{% block sidebar_ul %}
@@ -69,5 +69,5 @@
6969
{% endblock %}
7070

7171
{% block javascript %}
72-
{{ encore_entry_script_tags('media_library_package_detail') }}
72+
{{ encore_entry_script_tags('media_library_package_detail_page') }}
7373
{% endblock %}

0 commit comments

Comments
 (0)