Skip to content

Commit c446a35

Browse files
committed
Add Symfony 6 support
Remove SF 3.4 as it is EOL'd as of November 2021 and no longer receives updates (https://symfony.com/releases/3.4)
1 parent 63430a7 commit c446a35

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
/vendor/
33
/.vscode/
44
/.ppm/
5-
composer.lock
5+
/web/
6+
composer.lock
7+
.phpunit.result.cache

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"require": {
66
"php": "^7.3 || ^8.0 ",
77
"ext-pcntl": "*",
8-
"symfony/console": "^3.4|^4|^5",
9-
"symfony/error-handler": "^4.4|^5",
10-
"symfony/process": "^3.4|^4|^5",
8+
"symfony/console": "^4|^5|^6",
9+
"symfony/error-handler": "^4.4|^5|^6",
10+
"symfony/process": "^4|^5|^6",
1111
"react/event-loop": "^1.0",
1212
"react/http": ">=1.0 <1.3",
1313
"react/stream": "^1.0",

0 commit comments

Comments
 (0)