Skip to content

Commit

Permalink
Merge pull request #4 from acornforth/master
Browse files Browse the repository at this point in the history
update bundle's dependency on url-signature package, and enable php8 support
  • Loading branch information
dsentker authored Mar 24, 2022
2 parents 6c0a79f + f29ad07 commit 8588f46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"phpstan/phpstan": "^0.12.3"
},
"require": {
"php": "^7.2",
"dsentker/url-signature": "^1.0.10",
"php": "^7.2 || ^8.0",
"dsentker/url-signature": "^1.2.0",
"symfony/http-kernel": "~4.0|^5.0",
"symfony/http-foundation": "~4.0|^5.0",
"symfony/twig-bridge": "~4.0|^5.0",
Expand Down

0 comments on commit 8588f46

Please sign in to comment.