psvneo / typo3-essentials
Essentials - A full configured TYPO3 theme.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Type:typo3-cms-extension
pkg:composer/psvneo/typo3-essentials
Requires
- php: ^7.2
- typo3/cms-core: ^9.5
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- helmich/typo3-typoscript-lint: ^2.1
- nimut/testing-framework: ^5.0
- phpmd/phpmd: ^2.7
- phpstan/phpstan: 0.11.*
- squizlabs/php_codesniffer: ^3.4
This package is auto-updated.
Last update: 2023-07-10 10:12:55 UTC
README
Essentials - A full configured TYPO3 theme
Supported TYPO3 version 9.5.x.
How to install
- run
npm run buildto install frontend dependencies.
How to run local tests
| Description | command |
|---|---|
| Build the project | composer build |
| Quality tools | composer quality |
| Lint PHP | composer lint-php |
| Lint Typoscript | composer lint-typoscript |
| Find debugs | composer find-debugs |
| Unit tests | composer unit-tests |
| Functional tests | composer functional-tests |