updated requirements

This commit is contained in:
Torsten Schulz
2023-06-16 13:08:22 +02:00
parent 1c6f08b77a
commit 079ce3e41d
60 changed files with 8228 additions and 774 deletions

View File

@@ -1,3 +1,11 @@
# All of the vendor directory should be installed by running 'composer install'
vendor/
composer.lock
*.phar
.php-cs-fixer.cache
coverage/
psalm/cache/
#################
## Eclipse
#################
@@ -153,6 +161,7 @@ pip-log.txt
# Unit test / coverage reports
.coverage
.tox
clover.xml
#Translations
*.mo
@@ -162,3 +171,9 @@ pip-log.txt
# Mac crap
.DS_Store
# NetBeans IDE
nbproject/
# Visual Studio Code
.vscode/