Commit 575337d9 authored by Alexander Hass's avatar Alexander Hass
Browse files

Require Drupal 8.5 because of Drupal:messenger()

parent ab0b160f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -18,5 +18,7 @@
    "source": "https://git.drupal.org/project/google_analytics.git"
  },
  "license": "GPL-2.0+",
  "require": {}
  "require": {
    "drupal/core": "~8.5"  
  }
}
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@ description: 'Allows your site to be tracked by Google Analytics by adding a Jav
package: Statistics
core: 8.x
configure: google_analytics.admin_settings_form
dependencies:
  - drupal:system (>= 8.5)
test_dependencies:
  - php:php
  - token:token