Skip to content

Commit

Permalink
Merge pull request #1 from carlos-mg89/enhancement/upgrade-composer-t…
Browse files Browse the repository at this point in the history
…o-allow-php8.x

Update Composer compatible PHP versions to allow PHP 8.0 and higher
  • Loading branch information
carlos-mg89 authored Mar 30, 2022
2 parents 1ae15fa + 54b813e commit c18cfd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
]
},
"require": {
"php": "^7.2 || 8.0.*"
"php": "^7.2 || ^8.0"
},
"require-dev": {
"ext-dom": "*",
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

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

0 comments on commit c18cfd5

Please sign in to comment.