Skip to content

Commit

Permalink
Remove PHP 7.3 from composer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceKLWilliams committed Mar 20, 2024
1 parent f34fbe7 commit ef03110
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 @@ -3,7 +3,7 @@
"description": "A powerful MVC framework for the modern WordPress developer. Write better, more expressive and easier to maintain code",
"license": "MIT",
"require": {
"php": ">=7.3||>=8.0",
"php": ">=8.0",
"php-di/php-di": "^6.4.0",
"rareloop/router": "^6.0.2",
"psr/container": "^1.1.2",
Expand Down

0 comments on commit ef03110

Please sign in to comment.