Added get_luis_data and added loadActivePages event
Version 2.6.2
cli/get_luis_data.php
0 → 100644
cli/loadActivePages.php
0 → 100644
{ | ||
"name": "luitd/lu-api", | ||
"version": "2.6.1", | ||
"version": "2.6.2", | ||
"description": "REST API Integration for TYPO3", | ||
"type": "typo3-cms-extension", | ||
"keywords": [ | ||
... | ... | @@ -16,7 +16,8 @@ |
], | ||
"license": "GPL-3.0-or-later", | ||
"require": { | ||
"typo3/cms-core": "^9.5 || ^10" | ||
"typo3/cms-core": "^9.5 || ^10", | ||
"vhs": "^6.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... |
Please register or sign in to comment