Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

Commit 6a0f9c1

Browse files
committed
Upgrade to PHP 7.4
1 parent 00e12b7 commit 6a0f9c1

File tree

9 files changed

+372
-294
lines changed

9 files changed

+372
-294
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,14 @@
2727
"Wavevision\\": "tests"
2828
}
2929
},
30+
"config": {
31+
"platform": {
32+
"php": "7.4"
33+
},
34+
"sort-packages": true
35+
},
3036
"require": {
31-
"php": ">=7.2",
37+
"php": ">=7.4",
3238
"nette/application": "^3.0",
3339
"nette/schema": "^1.0",
3440
"wavevision/utils": "^1.2"

0 commit comments

Comments
 (0)