Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
EWPP-3974: Minimum supported PHP version is 8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
brummbar committed Feb 6, 2024
1 parent fc93105 commit d55d643
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 @@ -6,7 +6,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=8.0",
"php": ">=8.1",
"drupal/core": "^10"
},
"require-dev": {
Expand Down

0 comments on commit d55d643

Please sign in to comment.