Skip to content

Commit

Permalink
Merge pull request #21 from slashrsm/allow_signalhandler_2
Browse files Browse the repository at this point in the history
Allow seld/signal-handler 2.x and add missing dependency to psr/log.
  • Loading branch information
slashrsm authored Mar 10, 2023
2 parents 6729174 + cdd6b2e commit 6e2e63a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@
"require": {
"php": ">=5.6.0",
"portphp/portphp": "^1.0.0",
"seld/signal-handler": "^1.0",
"seld/signal-handler": "^1.0 || ^2.0",
"symfony/property-access": "^2.3 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/validator": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
"symfony/validator": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
"psr/log": "^1.0 || ^2.0 || ^3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6e2e63a

Please sign in to comment.