Skip to content

Commit

Permalink
feat: add PHP 8.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrankruijter committed Feb 10, 2022
1 parent 696fec7 commit 03d43d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}],
"require":
{
"php": "^7.0"
"php": "^7.0|^8.0"
},
"autoload":
{
Expand Down
2 changes: 0 additions & 2 deletions src/Cookie/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
*/
namespace Jyxon\GdprCookieCompliance\Cookie;

use Jyxon\GdprCookieCompliance\Cookie\Settings;

class Manager
{
/**
Expand Down

0 comments on commit 03d43d4

Please sign in to comment.