Skip to content

Commit

Permalink
Define required PHP version range
Browse files Browse the repository at this point in the history
  • Loading branch information
BathoryPeter authored Jul 5, 2022
1 parent 694e2f3 commit 42ba83c
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 @@ -29,10 +29,10 @@
}
},
"require": {
"php": ">=5.5.0"
"php": "5.5 - 8.0"
},
"require-dev": {
"php": ">=5.5.0",
"php": "5.5 - 8.0",
"phpunit/phpunit": "5.* || 8.*",
"php-coveralls/php-coveralls": "2.*",
"squizlabs/php_codesniffer": "3.*",
Expand Down

0 comments on commit 42ba83c

Please sign in to comment.