Skip to content

Commit

Permalink
Updated support for PHP8
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrankruijter committed Apr 1, 2021
1 parent 970c563 commit 9ade09f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"prefer-stable": true,
"minimum-stability": "stable",
"require": {
"php": "^7.2",
"ulrack/cli-application": "^1.0"
"php": "^8.0",
"ulrack/cli-application": "^2.0"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 9ade09f

Please sign in to comment.