psvneo / typo3-essentials
This package is abandoned and no longer maintained.
No replacement package was suggested.
Essentials - A full configured TYPO3 theme.
0.1.0
2020-02-19 12:51 UTC
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 build
to 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 |