Skip to content

Commit

Permalink
Merge pull request #2 from joeyrush/master
Browse files Browse the repository at this point in the history
Update composer.json for PHP 8 support
  • Loading branch information
skorp committed Jun 25, 2021
2 parents 4299c61 + 4689858 commit e3277ef
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 @@ -3,7 +3,7 @@
"description": "Determine if UserAgent is incompatible with SameSite=None",
"keywords": ["cookies", "samesite", "samesite cookie","safari"],
"require": {
"php": "^7.0"
"php": "^7.0 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0"
Expand Down

0 comments on commit e3277ef

Please sign in to comment.