Skip to content

Commit

Permalink
Fix /find-rule 500 error (#2827)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik authored Jan 24, 2025
1 parent ceda109 commit f583d36
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 101 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"nesbot/carbon": "^3.8",
"nikic/php-parser": "^5.4",
"rector/rector": "dev-main as 2.0",
"samsonasik/array-lookup": "^1.8",
"samsonasik/array-lookup": "^2.0",
"symfony/filesystem": "^7.2",
"symfony/uid": "^7.2",
"symfony/yaml": "^7.2",
"symplify/vendor-patches": "^11.3"
},
"require-dev": {
"barryvdh/laravel-ide-helper": "^3.3",
"driftingly/rector-laravel": "dev-main as 2.0.2",
"driftingly/rector-laravel": "^2.0.2",
"nette/robot-loader": "^4.0",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^2.0",
Expand Down
118 changes: 19 additions & 99 deletions composer.lock

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

0 comments on commit f583d36

Please sign in to comment.