Skip to content

Commit

Permalink
feat: require php8
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond committed Dec 16, 2022
1 parent ae9c8ae commit 74bc3e9
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 @@ -16,7 +16,7 @@
},
"bin": ["bin/phpmyadmin"],
"require": {
"php": ">=7.4",
"php": ">=8.0",
"symfony/filesystem": "^5.4",
"symfony/console": "^5.4",
"symfony/process": "^5.4"
Expand Down

0 comments on commit 74bc3e9

Please sign in to comment.