Skip to content

Commit

Permalink
Merge pull request #1 from vemaeg/feature/php-8-support
Browse files Browse the repository at this point in the history
php 8 allowed
  • Loading branch information
thirsch authored Dec 30, 2022
2 parents e55dad7 + 850640e commit 6370d7d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^7.0",
"php": "^7.0 || ^8.0",
"ext-mbstring": "*"
},
"require-dev": {
Expand Down
16 changes: 11 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6370d7d

Please sign in to comment.