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

Commit

Permalink
Upgrade to PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rozsival committed Dec 17, 2019
1 parent 00e12b7 commit 6a0f9c1
Show file tree
Hide file tree
Showing 9 changed files with 372 additions and 294 deletions.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,14 @@
"Wavevision\\": "tests"
}
},
"config": {
"platform": {
"php": "7.4"
},
"sort-packages": true
},
"require": {
"php": ">=7.2",
"php": ">=7.4",
"nette/application": "^3.0",
"nette/schema": "^1.0",
"wavevision/utils": "^1.2"
Expand Down
Loading

0 comments on commit 6a0f9c1

Please sign in to comment.