Commit 7a149b8a authored by Rajab Natshah's avatar Rajab Natshah 💬
Browse files

Issue #3277444: Support Drupal 10 and update all use of deprecations in the Behat UI module

parent be063ae1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,5 +2,5 @@ name: "Behat UI"
description: "Create and run Behat/Mink tests from the web interface"
type: module
configure: behat_ui.settings
core_version_requirement: ^9
core_version_requirement: ^9 || ^10
dependencies: []
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
    }
  },
  "require": {
    "drupal/core": "^9",
    "drupal/core": "^9 || ^10",
    "drupal/drupal-extension": "~4.0",
    "emuse/behat-html-formatter": "^0.2.0"
  }