- Issue created by @andrii momotov
- 🇺🇦Ukraine andrii momotov
Added composer.json file. Please review.
Thanks! - Issue was unassigned.
- Status changed to Needs review
about 1 year 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
about 1 year ago 11:32am 11 March 2024