Skip to content

Commit 7b88a85

Browse files
authored
Merge pull request php-pm#541 from dave-redfern/support-sf6
Add Symfony 6 support
2 parents cc97b99 + c446a35 commit 7b88a85

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",
1313
"react/stream": "^1.0",

0 commit comments

Comments
 (0)