Skip to content
Snippets Groups Projects
Commit 46adf632 authored by Rob Loach's avatar Rob Loach
Browse files

Issue #3278970: Drop support for PHP 7.4 (Nov 2022)

parent 64c2769b
No related branches found
No related tags found
1 merge request!37Issue #3278970: Drop support for PHP 7.4
Pipeline #255961 passed with warnings
.DS_Store
/.idea
composer.lock
type: module
name: Components
description: 'Registers folders of components defined by your theme or module as Twig namespaces'
core_version_requirement: ^9 || ^10
core_version_requirement: ^9.5 || ^10
components:
# Allow themes to reuse this module's default namespace, "components".
allow_default_namespace_reuse: true
php: 8.0
\ No newline at end of file
......@@ -11,6 +11,6 @@
}
],
"require": {
"drupal/core": "^9 || ^10"
"drupal/core": "^9.5 || ^10"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment