Skip to content

Commit 5c09a4a

Browse files
Symfony 6 & 7 Compatibility, Refactorings for extendibility (#39)
* Refactoring Application.php, extracting the setup of the event handlers. * Don't display empty tables. * Widening the Symfony version constraints. * Refactoring for Symfony 6x support and preparing the TextRenderer for being replaceable. * Removing unused import * Adding forgotten interface * Support Symfony ^6.0 and ^7.0
1 parent 86c1707 commit 5c09a4a

File tree

7 files changed

+696
-1106
lines changed

7 files changed

+696
-1106
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"require": {
66
"php": "^8.1",
77
"nikic/php-parser": "^5.1",
8-
"symfony/console": "^7.3",
9-
"symfony/config": "^7.3",
10-
"symfony/yaml": "^7.3",
11-
"symfony/dependency-injection": "^7.3",
12-
"symfony/messenger": "^7.3"
8+
"symfony/console": "^6.0||^7.0",
9+
"symfony/config": "^6.0||^7.0",
10+
"symfony/yaml": "^6.0||^7.0",
11+
"symfony/dependency-injection": "^6.0||^7.0",
12+
"symfony/messenger": "^6.0||^7.0"
1313
},
1414
"autoload": {
1515
"psr-4": {

0 commit comments

Comments
 (0)