Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jun 18, 2024
1 parent fec6b83 commit 418797d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@
"require": {
"php": ">=8.2",
"nette/utils": "^3.2|^4.0",
"nikic/php-parser": "^4.18",
"nikic/php-parser": "^4.19",
"symfony/console": "^6.4",
"symfony/finder": "^6.4",
"symfony/finder": "^6.4|^7.0",
"webmozart/assert": "^1.11",
"symfony/filesystem": "^6.4",
"illuminate/container": "^10.42"
"symfony/filesystem": "^6.4|^7.0",
"illuminate/container": "^11.10"
},
"require-dev": {
"rector/rector": "dev-main",
"phpunit/phpunit": "^10.5",
"symplify/easy-coding-standard": "^12.1",
"symplify/easy-coding-standard": "^12.3",
"symplify/phpstan-extensions": "^11.4",
"symplify/phpstan-rules": "^12.4",
"phpstan/extension-installer": "^1.3",
"phpstan/extension-installer": "^1.4",
"symplify/vendor-patches": "^11.3",
"phpstan/phpstan-webmozart-assert": "^1.2",
"tracy/tracy": "^2.10.5",
"tomasvotruba/class-leak": "^0.2.6",
"phpstan/phpstan": "^1.10.55"
"tomasvotruba/class-leak": "^0.2",
"phpstan/phpstan": "^1.11"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 418797d

Please sign in to comment.