Skip to content

Commit 6e2e63a

Browse files
authored
Merge pull request #21 from slashrsm/allow_signalhandler_2
Allow seld/signal-handler 2.x and add missing dependency to psr/log.
2 parents 6729174 + cdd6b2e commit 6e2e63a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@
2525
"require": {
2626
"php": ">=5.6.0",
2727
"portphp/portphp": "^1.0.0",
28-
"seld/signal-handler": "^1.0",
28+
"seld/signal-handler": "^1.0 || ^2.0",
2929
"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"
30+
"symfony/validator": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
31+
"psr/log": "^1.0 || ^2.0 || ^3.0"
3132
},
3233
"autoload": {
3334
"psr-4": {

0 commit comments

Comments
 (0)