Skip to content

Commit e44696d

Browse files
committed
Expand Symfony and other dependencies to support version 8.0
Updated `composer.json` to include compatibility with Symfony 8.0 and revised other dependencies (e.g., `deptrac`, `infection`) to newer supported versions. This ensures the codebase remains future-proof and compatible with the latest releases.
1 parent 1abc890 commit e44696d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,6 @@
116116
"php-http/discovery": true,
117117
"infection/extension-installer": false
118118
}
119-
}
119+
},
120+
"minimum-stability": "dev"
120121
}

0 commit comments

Comments
 (0)