Skip to content

Commit

Permalink
Allow guzzle 7
Browse files Browse the repository at this point in the history
  • Loading branch information
samgeorges committed May 13, 2022
1 parent 2d7b707 commit cbee476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rainlab/googleanalytics-plugin",
"type": "october-plugin",
"description": "Google Analytics integration plugin for OctoberCMS",
"description": "Google Analytics integration plugin for October CMS",
"homepage": "http://octobercms.com",
"keywords": ["october", "cms", "rainlab", "google", "analytics"],
"authors": [
Expand All @@ -17,7 +17,7 @@
"require": {
"php": ">=7.0",
"composer/installers": "~1.0",
"guzzlehttp/guzzle": "~6.0",
"guzzlehttp/guzzle": "~6.0|~7.0",
"google/apiclient": "^2.4",
"psr/cache": "^1.0"
}
Expand Down

0 comments on commit cbee476

Please sign in to comment.