diff --git a/composer.json b/composer.json index 44d759e..e195297 100644 --- a/composer.json +++ b/composer.json @@ -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": { diff --git a/composer.lock b/composer.lock index ad64e52..4e3fe1d 100644 --- a/composer.lock +++ b/composer.lock @@ -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": {}, diff --git a/graphs/.gitignore b/graphs/.gitignore deleted file mode 100644 index aab52d9..0000000 --- a/graphs/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.png \ No newline at end of file diff --git a/public/graphs/.gitignore b/public/graphs/.gitignore new file mode 100644 index 0000000..225c381 --- /dev/null +++ b/public/graphs/.gitignore @@ -0,0 +1,2 @@ +*.png +*.jpg