web-vision / deepl-base
TYPO3 Extension providing shared things across deepl related extensions, for example a shared point when overriding same TYPO3 backend fluid files are required and similar.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Language:Shell
Type:typo3-cms-extension
Requires
- php: ^8.1 || ^8.2 || ^8.3 || ^8.4
- ext-curl: *
- ext-json: *
- ext-pdo: *
- typo3/cms-backend: ^12.4.2 || ^13.4
- typo3/cms-core: ^12.4.2 || ^13.4
- typo3/cms-fluid: ^12.4.2 || ^13.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.41
- helmich/phpunit-json-assert: ^3.4.3 || ^3.5.1
- helmich/typo3-typoscript-lint: ^3.1.0
- nikic/php-parser: ^4.15.1 || ^5.1.0
- php-mock/php-mock-phpunit: ^2.6
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^10.5
- ramsey/uuid: ^4.2
- saschaegerer/phpstan-typo3: ^1.9
- sbuerk/typo3-site-based-test-trait: ^1.0.2 || ^2.0.1
- sbuerk/typo3-styleguide-selector: ^12.0.5 || ^13.4
- typo3/cms-belog: ^12.4.2 || ^13.4
- typo3/cms-dashboard: ^12.4.2 || ^13.4
- typo3/cms-extbase: ^12.4.2 || ^13.4
- typo3/cms-extensionmanager: ^12.4.2 || ^13.4
- typo3/cms-filelist: ^12.4.2 || ^13.4
- typo3/cms-fluid-styled-content: ^12.4.2 || ^13.4
- typo3/cms-frontend: ^12.4.2 || ^13.4
- typo3/cms-info: ^12.4.2 || ^13.4
- typo3/cms-install: ^12.4.2 || ^13.4
- typo3/cms-lowlevel: ^12.4.2 || ^13.4
- typo3/cms-rte-ckeditor: ^12.4.2 || ^13.4
- typo3/cms-styleguide: ^12.0.5 || ^13.4
- typo3/cms-tstemplate: ^12.4.2 || ^13.4
- typo3/cms-workspaces: ^12.4.2 || ^13.4
- typo3/testing-framework: ^8.2.7
This package is auto-updated.
Last update: 2025-05-16 16:10:55 UTC
README
Description
This package is a TYPO Extension providing some shared things required by multiple deepl translate or write related extensions, which should work together but must working independent of each other requiring this shared base extension as common ground.
Note
This extension does not provide anything use-full as direct usage, and make no sense to install it solo. Should only be a dependency for other extensions.
Compatibility
Branch | Version | TYPO3 | PHP |
---|---|---|---|
main | 1.0.x-dev | v12 + v13 | 8.1, 8.2, 8.3, 8.4 (depending on TYPO3) |
1 | ^1 | v12 + v13 | 8.1, 8.2, 8.3, 8.4 (depending on TYPO3) |
Installation
Install with your flavour:
- TER
- Extension Manager
- composer
We prefer composer installation:
composer require 'web-vision/deepl-base':'1.*.*@dev'
Note
Until first release you may need to ensure allowing dev versions but preferring stable releases which requires:
composer config minimum-stability "dev" \ && composer config "prefer-stable" true