Project t3-extension reactivated

This commit is contained in:
Matteo Gallo
2026-07-08 11:37:22 +02:00
parent 3558872eec
commit 72e9adad40
4 changed files with 51 additions and 4 deletions

View File

@@ -52,7 +52,8 @@
"typo3/cms-lowlevel": "^12.4",
"typo3/cms-beuser": "^12.4",
"typo3/cms-filemetadata": "^12.4",
"typo3/cms-tstemplate": "^12.4"
"typo3/cms-tstemplate": "^12.4",
"catbird/cartedalegare": "@dev"
},
"config": {
"allow-plugins": {

49
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "de37816833891675723e19a5e3aa2c84",
"content-hash": "22c5ae78b2bd77f6d6ec1315957dc91b",
"packages": [
{
"name": "bacon/bacon-qr-code",
@@ -148,6 +148,49 @@
},
"time": "2025-08-15T19:18:22+00:00"
},
{
"name": "catbird/cartedalegare",
"version": "12.x-dev",
"dist": {
"type": "path",
"url": "../t3ext/cartedalegare",
"reference": "2c865d6bccb0280c2addb9643fd5104bf79a55c9"
},
"require": {
"typo3/cms-core": "^11.5 || ^12.4"
},
"type": "typo3-cms-extension",
"extra": {
"typo3/cms": {
"extension-key": "cartedalegare"
}
},
"autoload": {
"psr-4": {
"Cartedalegare\\": "Classes/"
}
},
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Matteo Gallo",
"email": "matteogal@gmail.com",
"role": "Developer"
}
],
"description": "Carte da legare Extension. Statistical graphs and data searches.",
"homepage": "https://www.catbird.it/",
"keywords": [
"Carte da legare",
"TYPO3 CMS"
],
"transport-options": {
"symlink": true,
"relative": true
}
},
{
"name": "christian-riesen/base32",
"version": "1.6.0",
@@ -7947,7 +7990,9 @@
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {},
"stability-flags": {
"catbird/cartedalegare": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {},

1
graphs/.gitignore vendored
View File

@@ -1 +0,0 @@
*.png

2
public/graphs/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*.png
*.jpg