Skip to content

Commit

Permalink
Unsupported PHP 8.1 in Travis suite until it gets support
Browse files Browse the repository at this point in the history
  • Loading branch information
szymach committed Dec 1, 2021
1 parent 7022fa0 commit 6e06f3f
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 @@ -25,7 +25,7 @@
"psr-4": { "CpChart\\Test\\": "tests/" }
},
"require": {
"php": "^5.4|^7.0|^8.0",
"php": "^5.4|^7.0|8.0.*",
"ext-gd": "*"
},
"require-dev" : {
Expand Down

0 comments on commit 6e06f3f

Please sign in to comment.