Skip to content

Commit

Permalink
fix php8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jmleroy committed Aug 9, 2022
1 parent 488b338 commit c6efc04
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 c6efc04

Please sign in to comment.