Commit 2263937d authored by Marcin Grabias's avatar Marcin Grabias
Browse files

Increased core version requirement to account for end of support for PHP 7.3.

parent f8aa9059
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -17,7 +17,7 @@
  "license": "GPL-2.0-or-later",
  "license": "GPL-2.0-or-later",
  "minimum-stability": "dev",
  "minimum-stability": "dev",
  "require": {
  "require": {
    "drupal/core": "^9 || ^10"
    "drupal/core": "^9.4 || ^10"
  },
  },
  "require-dev": {
  "require-dev": {
    "drush/drush": "^10"
    "drush/drush": "^10"
+1 −1
Original line number Original line Diff line number Diff line
@@ -2,6 +2,6 @@ type: module
name: 'Views Bulk Operations'
name: 'Views Bulk Operations'
description: 'Adds an ability to perform bulk operations on selected entities from view results.'
description: 'Adds an ability to perform bulk operations on selected entities from view results.'
package: 'Views'
package: 'Views'
core_version_requirement: ^9 || ^10
core_version_requirement: ^9.4 || ^10
dependencies:
dependencies:
  - drupal:views
  - drupal:views