Skip to content

Commit

Permalink
Merge pull request #4 from theshaunwalker/patch-1
Browse files Browse the repository at this point in the history
Support PHP ^8.0 in composer constraints
  • Loading branch information
lucleroy authored Mar 5, 2022
2 parents 3f41f5a + f3266ad commit e0c6acc
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 @@ -23,6 +23,6 @@
"phpunit/phpunit": "*"
},
"require": {
"php": "^5.5 || ^7.0"
"php": "^5.5 || ^7.0 || ^8.0"
}
}

0 comments on commit e0c6acc

Please sign in to comment.