Add composer.json

This commit is contained in:
2026-01-23 22:35:48 -06:00
parent bfadcd1f0b
commit 6c40866ed6

9
composer.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "aaron/archive-tree",
"description": "Archive tree block for Drupal.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"require": {
"drupal/core": ">=10.0.0 <12.0.0"
}
}