Commit 9d22c2f4 authored by Rajab Natshah's avatar Rajab Natshah 💬
Browse files

Issue #3277448: Support Drupal 10 and update all use of deprecations in the...

Issue #3277448: Support Drupal 10 and update all use of deprecations in the Google Analytics Reports module
parent 00013622
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
    }
  },
  "require": {
    "drupal/core": "^8 || ^9",
    "drupal/core": "^8 || ^9 || ^10",
    "google/analytics-data" : "*"
  }
}
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ name: 'Google Analytics Reports'
type: module
description: 'Display statistics from Google Analytics using Views.'
package: Statistics
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
configure: google_analytics_reports_api.settings
dependencies:
  - drupal:file