Skip to content

Commit

Permalink
Composer: upgrade to PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jan 7, 2022
1 parent f01d02f commit a5a4912
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 @@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=7.4"
"php": ">=8.0"
},
"require-dev": {
"ninjify/nunjuck": "^0.4",
Expand All @@ -43,7 +43,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
"dev-master": "0.2.x-dev"
}
}
}

0 comments on commit a5a4912

Please sign in to comment.