Update dependencies

This commit is contained in:
Sebastian Meyer 2024-07-13 19:36:59 +02:00
parent 3e967f0b92
commit 535f9e813e
3 changed files with 2215 additions and 331 deletions

View File

@ -32,7 +32,7 @@
"ext-libxml": "*", "ext-libxml": "*",
"ext-sqlite3": "*", "ext-sqlite3": "*",
"doctrine/dbal": "^3.8", "doctrine/dbal": "^3.8",
"doctrine/orm": "^2.17", "doctrine/orm": "^2.19",
"opencultureconsulting/basics": "^1.1", "opencultureconsulting/basics": "^1.1",
"opencultureconsulting/psr15": "^1.0", "opencultureconsulting/psr15": "^1.0",
"symfony/cache": "^6.4", "symfony/cache": "^6.4",
@ -43,9 +43,9 @@
}, },
"require-dev": { "require-dev": {
"phpdocumentor/shim": "^3.5", "phpdocumentor/shim": "^3.5",
"phpstan/phpstan": "^1.10", "phpstan/phpstan": "^1.11",
"phpstan/phpstan-strict-rules": "^1.5", "phpstan/phpstan-strict-rules": "^1.6",
"friendsofphp/php-cs-fixer": "^3.48", "friendsofphp/php-cs-fixer": "^3.59",
"squizlabs/php_codesniffer": "^3.10", "squizlabs/php_codesniffer": "^3.10",
"vimeo/psalm": "^5.25" "vimeo/psalm": "^5.25"
}, },

2537
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,7 @@
<file>./src</file> <file>./src</file>
<arg name="extensions" value="php"/> <arg name="extensions" value="php"/>
<rule ref="PSR12"> <rule ref="PSR12">
<exclude name="Generic.Files.LineLength"/>
<exclude name="PSR2.Classes.PropertyDeclaration.Underscore"/> <exclude name="PSR2.Classes.PropertyDeclaration.Underscore"/>
<exclude name="PSR2.Methods.MethodDeclaration.Underscore"/> <exclude name="PSR2.Methods.MethodDeclaration.Underscore"/>
</rule> </rule>