Skip to content

Commit

Permalink
phpstan fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rliebi committed Oct 30, 2024
1 parent dd22d65 commit 20c3f41
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 52 deletions.
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,21 @@
"pimcore/pimcore": "^11.0",
"psr/log": "^3.0",
"ruflin/elastica": "^8.0.0",
"symfony/console": "^6.2",
"symfony/lock": "^6.2",
"symfony/scheduler": "^7.1|^6.3"
"symfony/console": "^6.4|^7.1",
"symfony/lock": "^6.4|^7.1",
"symfony/scheduler": "^6.4|^7.1"
},
"require-dev": {
"symfony/routing": "^6.4",
"symfony/http-kernel": "^6.4",
"bamarni/composer-bin-plugin": "^1.8.2",
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^1.12.7",
"phpstan/phpstan-deprecation-rules": "^1.2.1",
"phpstan/phpstan-strict-rules": "^1.6.1",
"rector/rector": "^1.2.8",
"sentry/sentry": "^4.9.0",
"symfony/http-client": "^6.4.12"
"symfony/http-client": "^6.4.12|^7.1"
},
"license": "MIT",
"authors": [
Expand Down
96 changes: 48 additions & 48 deletions vendor-bin/phpcs/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 20c3f41

Please sign in to comment.