Commit 06069432 authored by Daniel Sipos's avatar Daniel Sipos Committed by Francesco Placella
Browse files

Issue #3317020 by plach, Upchuk, Arkener, dineshreddymathuku: Allow to work with D10

parent 8ecd397e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
    },
    "license": "GPL-2.0+",
    "require": {
        "drupal/core": "^9.2",
        "drupal/core": "^9.2 || ^10",
        "drush/drush": "^11"
    },
    "require-dev": {
+1 −1
Original line number Diff line number Diff line
type: module
name: Devel Entity Updates
description: 'Provides developers an API and drush command to perform automatic entity updates.'
core_version_requirement: ^9
core_version_requirement: ^9 || ^10
package: Development
tags:
 - developer