Skip to content

Commit

Permalink
chore: fix for new codestyle ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
BibaltiK committed Jul 26, 2024
1 parent b76547f commit 277b685
Show file tree
Hide file tree
Showing 7 changed files with 1,159 additions and 1,007 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"laminas/laminas-component-installer": true
},
"platform": {
"php": "8.2.0"
"php": "8.3.0"
}
},
"extra": {
Expand All @@ -38,7 +38,7 @@
}
},
"require": {
"php": "~8.2.0",
"php": "~8.3.0",
"ext-json": "*",
"ext-openssl": "*",
"ext-pdo": "*",
Expand All @@ -63,10 +63,12 @@
"mezzio/mezzio-tooling": "^2.8",
"overtrue/phplint": "^9.0",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.2",
"phpunit/php-code-coverage": "^9.2",
"phpunit/phpunit": "^9.5.11",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.7"
"squizlabs/php_codesniffer": "^3.7",
"slevomat/coding-standard" : "^8.14"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 277b685

Please sign in to comment.