Commit a2a45a80 authored by Ivan Trokhanenko's avatar Ivan Trokhanenko
Browse files

Issue #3290636 by i-trokhanenko, Project Update Bot: Automated Drupal 10 compatibility fixes

parent cf4132cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
    }
  ],
  "require": {
    "drupal/core": "^8 || ^9",
    "drupal/core": "^8 || ^9 || ^10",
    "drupal/webform": "^6"
  },
  "support": {
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ type: module
description: 'Newsletter2Go Webform Inegration'
package: Webform
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
configure: webform_newsletter2go.settings
dependencies:
  - 'webform:webform'