| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "name": "opentalent/ot_core",
- "type": "typo3-cms-extension",
- "version": "1.0",
- "description": "Core extension par Opentalent",
- "authors": [
- {
- "name": "Olivier Massot",
- "role": "Developer"
- }
- ],
- "require": {
- "typo3/cms-core": "^12.4",
- "fluidtypo3/flux": "^10.0",
- "fluidtypo3/vhs": "^7.0",
- "georgringer/news": "^11.4",
- "causal/image_autoresize": "^2.4",
- "guzzlehttp/guzzle": "^7.7",
- "twig/twig": "^3.3",
- "phpunit/phpunit": "^10.1.3",
- "dreistromland/typo3-hcaptcha": "^2.2",
- "typo3/testing-framework": "^8.2",
- "ext-json": "*",
- "co-stack/logs": "*"
- },
- "replace": {
- "opentalent/ot_core": "self.version",
- "typo3-ter/ot_core": "self.version"
- },
- "config": {
- "vendor-dir": ".Build/vendor",
- "bin-dir": ".Build/bin",
- "allow-plugins": {
- "typo3/class-alias-loader": true,
- "typo3/cms-composer-installers": true
- }
- },
- "autoload": {
- "psr-4": {
- "Opentalent\\OtCore\\": "Classes"
- }
- },
- "autoload-dev": {
- "psr-4": {
- "Opentalent\\OtCore\\Tests\\": "Tests"
- }
- },
- "scripts": {
- "post-autoload-dump": [
- "@prepare-extension-test-structure"
- ]
- },
- "extra": {
- "typo3/cms": {
- "cms-package-dir": "{$vendor-dir}/typo3/cms",
- "web-dir": ".Build/Web",
- "extension-key": "ot_core"
- }
- },
- "require-dev": {
- "phpspec/prophecy-phpunit": "^2.2"
- }
- }
|