Files
FOSCKEditorBundle/.gitignore
Vincent Langlet 7ce41e195f Add Symfony 7 support ; drop Symfony < 5.4 support and PHP < 8 support (#258)
* Fix tests

* Add SF 7 support

* Update CI

* Fix cs

* Solve tests deprecations

* Update gitattributes

* Bump ci
2024-01-23 16:29:51 +01:00

18 lines
172 B
Plaintext

# Composer
/composer.lock
/vendor
# Docker
/.env
# PHP CS Fixer
/.php-cs-fixer.cache
# PHPUnit
/build
/phpunit.xml
.phpunit.result.cache
# Documentation
/docs/_build/*