Skip to content
Closed
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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"require": {
"php": "^8.1",
"symfony/framework-bundle": "^6.4|^7.0",
"laminas/laminas-diagnostics": "^1.9"
"laminas/laminas-diagnostics": "^1.27"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of this, I think we need:

"enlightn/security-checker": "^1.11|^2.0",

@shakaran shakaran Jun 25, 2025

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated at 9147957

},
"require-dev": {
"doctrine/doctrine-migrations-bundle": "^2.0 || ^3.0 || ^7.0",
Expand Down