-
- Downloads
Issue #3288499: Automated Drupal 10 compatibility fixes
parent
3078240f
Branches
Tags
Showing
- composer.json 1 addition, 1 deletioncomposer.json
- media_entity_soundcloud.info.yml 1 addition, 2 deletionsmedia_entity_soundcloud.info.yml
- media_entity_soundcloud.install 1 addition, 1 deletionmedia_entity_soundcloud.install
- src/Form/SoundcloudForm.php 3 additions, 3 deletionssrc/Form/SoundcloudForm.php
- tests/src/Functional/SoundcloudEmbedFormatterTest.php 2 additions, 2 deletionstests/src/Functional/SoundcloudEmbedFormatterTest.php
... | ... | @@ -23,7 +23,7 @@ |
"source": "https://git.drupalcode.org/project/media_entity_soundcloud" | ||
}, | ||
"require": { | ||
"drupal/core": "^8 || ^9" | ||
"drupal/core": "^9.3 || ^10" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... |
Please register or sign in to comment