Skip to content

Commit

Permalink
enable PHP 8.1 in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Péter Báthory committed Jul 8, 2022
1 parent 08b0b04 commit 36a7c20
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 @@ -32,7 +32,7 @@
"php": "5.5 - 8.0"
},
"require-dev": {
"php": "5.5 - 8.0",
"php": "5.5 - 8.1",
"phpunit/phpunit": "5.* || 8.*",
"php-coveralls/php-coveralls": "2.*",
"squizlabs/php_codesniffer": "3.*",
Expand Down

0 comments on commit 36a7c20

Please sign in to comment.