Skip to content

Commit

Permalink
Merge pull request #17 from v-radev/allow-major-php-version
Browse files Browse the repository at this point in the history
Allow for major PHP version in composer file
  • Loading branch information
snebes authored Feb 8, 2023
2 parents 4e60c64 + 9761e3a commit 3c4e1d8
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 @@ -20,11 +20,11 @@
}
},
"require": {
"php": "^7.1.3",
"php": "^7.1.3|^8.0",
"ext-dom": "*",
"ext-mbstring": "*",
"masterminds/html5": "^2.0",
"psr/log": "^1.0",
"psr/log": "^1.0|^2.0",
"symfony/options-resolver": "^3.0|^4.0|^5.0|^6.0"
},
"require-dev": {
Expand Down

0 comments on commit 3c4e1d8

Please sign in to comment.