mirror of
https://gitlab.unicamp.br/infimecc_drupal11_modules/base_site_config.git
synced 2026-05-02 21:30:41 -03:00
Adiciona composer.json ao projeto.
This commit is contained in:
10
composer.json
Normal file
10
composer.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"name": "imecc/base_site_config",
|
||||||
|
"description": "Configurações básicas específicas para o site do IMECC.",
|
||||||
|
"type": "drupal-module",
|
||||||
|
"license": "GPL-2.0-or-later",
|
||||||
|
"require": {
|
||||||
|
"php": ">=8.1",
|
||||||
|
"drupal/core": "^10.3 || ^11"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user