TYPO3 v10 compatability
v2.7.3
{ | ||
"name": "luitd/lu-api", | ||
"version": "2.6.9", | ||
"description": "REST API Integration for TYPO3", | ||
"type": "typo3-cms-extension", | ||
"keywords": [ | ||
"TYPO3", | ||
"extension" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Dainis Abols", | ||
"email": "dainis@dainisabols.lv", | ||
"role": "Developer" | ||
} | ||
], | ||
"license": "GPL-3.0-or-later", | ||
"require": { | ||
"typo3/cms-core": "^9.5 || ^10", | ||
"fluidtypo3/vhs": "^6" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Lu\\LuApi\\": "Classes" | ||
} | ||
}, | ||
"replace": { | ||
"typo3-ter/lu_api": "self.version" | ||
}, | ||
"config": { | ||
"vendor-dir": ".Build/vendor", | ||
"bin-dir": ".Build/bin" | ||
}, | ||
"scripts": { | ||
"post-autoload-dump": [ | ||
"mkdir -p .Build/Web/typo3conf/ext/", | ||
"[ -L .Build/Web/typo3conf/ext/lu_api ] || ln -snvf ../../../../. .Build/Web/typo3conf/ext/lu_api" | ||
] | ||
}, | ||
"extra": { | ||
"typo3/cms": { | ||
"extension-key": "lu_api", | ||
"cms-package-dir": "{$vendor-dir}/typo3/cms", | ||
"web-dir": ".Build/Web" | ||
} | ||
} | ||
} | ||
{ | ||
"name": "luitd/lu-api", | ||
"version": "2.7.3", | ||
"description": "REST API Integration for TYPO3", | ||
"type": "typo3-cms-extension", | ||
"keywords": [ | ||
"TYPO3", | ||
"extension" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Dainis Abols", | ||
"email": "dainis@dainisabols.lv", | ||
"role": "Developer" | ||
} | ||
], | ||
"license": "GPL-3.0-or-later", | ||
"require": { | ||
"typo3/cms-core": "^9.5 || ^10", | ||
"fluidtypo3/vhs": "^6" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Lu\\LuApi\\": "Classes" | ||
} | ||
}, | ||
"replace": { | ||
"typo3-ter/lu_api": "self.version" | ||
}, | ||
"config": { | ||
"vendor-dir": ".Build/vendor", | ||
"bin-dir": ".Build/bin" | ||
}, | ||
"scripts": { | ||
"post-autoload-dump": [ | ||