Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add phpstan/phpstan-doctrine to prove we have the same problem
  • Loading branch information
staabm committed May 9, 2026
commit 74a2a451724d6b154b9e7608470fa0d9a8e3554c
3 changes: 2 additions & 1 deletion e2e/result-cache-restore-without-reflection/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"require-dev": {
"phpstan/phpstan-symfony": "@dev",
"phpstan/extension-installer": "^1.4"
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan-doctrine": "^2.0"
},
"autoload": {
"classmap": [
Expand Down
Loading