Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ericras authored May 19, 2023
1 parent 9e270cf commit be5a124
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "unlcms/features_readonly",
"description": "Enables making configuration managed by Features read-only to prevent changes.",
"type": "drupal-module",
"authors": [
{
"name": "Eric Rasmussen (ericras)",
"homepage": "https://www.drupal.org/u/ericras",
"role": "Maintainer"
}
],
"require": {
"drupal/core": "^9.4 || ^10",
"drupal/features": "^5.0.0"
}
}

0 comments on commit be5a124

Please sign in to comment.