Commit 0bf04fc2 authored by Rob Phillips's avatar Rob Phillips
Browse files

Issue #3324111 by robphillips: Drop 8.x and add 10.x version requirements.

parent c8080055
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
        }
    ],
    "require": {
        "drupal/core": "^8.8 || ^9",
        "drupal/core": "^9 || ^10",
        "php": ">=7.4"
    }
}
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@ name: "Dynamic Path Rewrites"
type: module
description: "Change the router paths for entity types."
configure: entity.path_rewrite.collection
core_version_requirement: ^8 || ^9 || ^10
core_version_requirement: ^9 || ^10