Skip to content

Commit 3bbad5e

Browse files
committed
fix composer php version constraint
1 parent f136118 commit 3bbad5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": ">=8.4.0",
20+
"php": "~8.4.0",
2121
"getkirby/cms": "^5",
2222
"bnomei/kirby3-dotenv": "^5.0",
2323
"tobimori/kirby-seo": "^2.0.0-alpha.5",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)