aoe / happy-feet
Happy Feet Footnotes.
Installs: 22 339
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 34
Forks: 4
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: ^8.1
- ext-pdo: *
- typo3/cms-core: ^12.4
- typo3/cms-extbase: *
Requires (Dev)
- phpcompatibility/php-compatibility: ^9.3
- phpstan/phpstan: ^1.10
- phpunit/phpcov: ^9.0
- rector/rector: ^1.0
- symplify/easy-coding-standard: ^12.1
- symplify/phpstan-rules: ^13.0.0
- typo3/testing-framework: ^8.0
- dev-main / 12.0.x-dev
- 12.0.0
- 11.3.5
- 11.3.4
- 11.3.3
- 11.3.2
- 11.3.1
- 11.3.0
- 11.2.4
- 11.2.3
- 11.2.2
- 11.2.1
- 11.1.1
- 11.1.0
- 11.0.2
- 11.0.1
- 11.0.0
- 8.3.1
- 8.3.0
- 8.2.1
- 8.2.0
- 8.1.0
- 8.0.0
- 4.0.2
- 4.0.1
- 4.0.0
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.1.1
- 2.1.0
- 2.0.0
- 1.10.0
- 1.9.1
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- dev-feature/TYPO3_12
- dev-TYPO3_11
- dev-feature/codestyle
- dev-TYPO3_8
This package is auto-updated.
Last update: 2024-11-07 06:03:18 UTC
README
Footnote Extension for TYPO3 using Extbase
Download / Installation
You can download and install this extension from the TER (TYPO3 Extension Repository) or use composer.
composer require aoe/happy-feet
Documentation
The documentation is available online at docs.typo3.org.
Versions and Support
Copyright / License
Copyright: (c) 2014 - 2024, AOE GmbH License: GPLv3, http://www.gnu.org/licenses/gpl-3.0.en.html
Contributing
1. Fork the repository on Github
2. Create a named feature / bugfix branch (like `feature_add_something_new` or `bugfix\thing_which_does_not_work`)
3. Write your change
4. Write tests for your change (if applicable)
5. Run the tests, ensuring they all pass
6. Submit a Pull Request using Github