We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6729174 + cdd6b2e commit 6e2e63aCopy full SHA for 6e2e63a
1 file changed
composer.json
@@ -25,9 +25,10 @@
25
"require": {
26
"php": ">=5.6.0",
27
"portphp/portphp": "^1.0.0",
28
- "seld/signal-handler": "^1.0",
+ "seld/signal-handler": "^1.0 || ^2.0",
29
"symfony/property-access": "^2.3 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
30
- "symfony/validator": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
+ "symfony/validator": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
31
+ "psr/log": "^1.0 || ^2.0 || ^3.0"
32
},
33
"autoload": {
34
"psr-4": {
0 commit comments