Skip to content

Commit

Permalink
Enabled php8 in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianKresse authored Sep 14, 2020
1 parent d7c285b commit 821e7cd
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 @@ -5,7 +5,7 @@
"license": "MIT",

"require": {
"php": "^5.4 || ^7.0",
"php": "^5.4 || ^7.0 || ^8.0",
"composer-plugin-api": "^1.1"
},

Expand All @@ -18,4 +18,4 @@
"extra": {
"class": "setasign\\ComposerIoncubeLicenseInstaller\\InstallerPlugin"
}
}
}

0 comments on commit 821e7cd

Please sign in to comment.