Skip to content

Commit

Permalink
Add 8.0 PHP version
Browse files Browse the repository at this point in the history
I'm building a library coded according to php 8 and need the laravolt / indonesia package, but laravolt / indonesia does not support package installation in a php 8.0 environment. There is no change in the code base, only so that it can be installed on php 8.0.
  • Loading branch information
SupianIDz authored and uyab committed Dec 7, 2020
1 parent 4d62bd2 commit 9a45622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}
},
"require": {
"php": "^7.3",
"php": "^7.3|^8.0",
"illuminate/support": "^8.0"
},
"require-dev": {
Expand Down

0 comments on commit 9a45622

Please sign in to comment.