Initial commit
parents
.gitignore
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
README.md
0 → 100644
This diff is collapsed.
This diff is collapsed.
composer.json
0 → 100644
{ | ||
"name": "lavitto/typo3-fancybox", | ||
"description": "Fancybox for TYPO3", | ||
"type": "typo3-cms-extension", | ||
"keywords": [ | ||
"TYPO3", | ||
"extension", | ||
"image", | ||
"fancybox", | ||
"lightbox" | ||
], | ||
"homepage": "https://www.lavitto.ch/typo3-ext-fancybox", | ||
"authors": [ | ||
{ | ||
"name": "Philipp Mueller", | ||
"email": "philipp.mueller@lavitto.ch", | ||
"homepage": "https://www.lavitto.ch" | ||
} | ||
], | ||
"license": "GPL-3.0-or-later", | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "https://composer.typo3.org/" | ||
} | ||
], | ||
"config": { | ||
"vendor-dir": ".Build/vendor", | ||
"bin-dir": ".Build/bin" | ||
}, | ||
"require": { | ||
"php": ">=7.1.0", | ||
"typo3/cms-core": "^9.5", | ||
"typo3/cms-extbase": "^9.5", | ||
"typo3/cms-fluid": "^9.5", | ||
"typo3/cms-frontend": "^9.5", | ||
"typo3/cms-backend": "^9.5" | ||
}, | ||
"replace": { | ||
"lavitto/typo3-fancybox": "self.version" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Lavitto\\Fancybox\\": "Classes" | ||
} | ||
}, | ||
"extra": { | ||
"typo3/cms": { | ||
"extension-key": "fancybox", | ||
"cms-package-dir": "{$vendor-dir}/typo3/cms", | ||
"web-dir": ".Build/Web" | ||
} | ||
} | ||
} |
ext_emconf.php
0 → 100644
Please register or sign in to comment