- Issue created by @andrii momotov
- Issue was unassigned.
- Status changed to Needs review
10 months ago 1:41pm 10 March 2024 - 🇮🇳India Jasjeet Kaur Brar
Hiiee @Andrii, Your composer.json file looks good, but there are a couple of optional additions you might consider.
"require": {
"drupal/core": "^9"
}
Drupal 8/9 modules generally follow PSR-4 autoloading standards. You can configure autoload settings in your composer.json file. For example:"autoload": {
"psr-4": {
"Drupal\\taxonomy_protect\\": "src/"
}
}But still good to go
- Status changed to RTBC
10 months ago 11:32am 11 March 2024