Project t3-extension reactivated
This commit is contained in:
@@ -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
49
composer.lock
generated
@@ -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
1
graphs/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
*.png
|
||||
2
public/graphs/.gitignore
vendored
Normal file
2
public/graphs/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*.png
|
||||
*.jpg
|
||||
Reference in New Issue
Block a user