Skip to content

Commit

Permalink
Merge pull request #20 from customgento/support-2.4.4
Browse files Browse the repository at this point in the history
Update php dependencies
  • Loading branch information
BorisovskiP authored May 4, 2022
2 parents 8d209a4 + f6d82c1 commit 4f7eb89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Unfortunately, Cookiebot currently does not support automatic blocking when Requ
You need a [Cookiebot](https://www.cookiebot.com/) account, so that this extension does anything useful for you.

## Copyright
© 2020 CustomGento GmbH
© 2020 - present CustomGento GmbH
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"magento/framework": "~102.0||~103.0",
"magento/module-catalog": "~103.0||~104.0",
"magento/module-cms": "~103.0||~104.0",
"php": "~7.2.0||~7.3.0||~7.4.0"
"php": "~7.3.0||~7.4.0||~8.1.0"
},
"require-dev": {
"phpunit/phpunit": "~6.5",
"roave/security-advisories": "dev-master"
"phpunit/phpunit": "~6.5||~9.5.0",
"roave/security-advisories": "dev-latest"
},
"autoload": {
"files": [
Expand Down

0 comments on commit 4f7eb89

Please sign in to comment.