Skip to content

Commit

Permalink
Merge pull request #111 from jmleroy/patch-1
Browse files Browse the repository at this point in the history
fix php8 compatibility
  • Loading branch information
tedivm committed Aug 9, 2022
2 parents 488b338 + c6efc04 commit d1727f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
],
"require": {
"php": "^7.0",
"php": "^7 || ^8",
"tedivm/stash": "^0.15",
"symfony/config": "^3.4 || ^4.0",
"symfony/http-kernel": "^3.4 || ^4.0",
Expand Down

0 comments on commit d1727f9

Please sign in to comment.