We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc97b99 + c446a35 commit 7b88a85Copy full SHA for 7b88a85
.gitignore
@@ -2,4 +2,6 @@
2
/vendor/
3
/.vscode/
4
/.ppm/
5
-composer.lock
+/web/
6
+composer.lock
7
+.phpunit.result.cache
composer.json
@@ -5,9 +5,9 @@
"require": {
"php": "^7.3 || ^8.0 ",
"ext-pcntl": "*",
8
- "symfony/console": "^3.4|^4|^5",
9
- "symfony/error-handler": "^4.4|^5",
10
- "symfony/process": "^3.4|^4|^5",
+ "symfony/console": "^4|^5|^6",
+ "symfony/error-handler": "^4.4|^5|^6",
+ "symfony/process": "^4|^5|^6",
11
"react/event-loop": "^1.0",
12
"react/http": "^1.0",
13
"react/stream": "^1.0",
0 commit comments