Skip to content
Snippets Groups Projects
Commit ea9147cb authored by kksandr's avatar kksandr
Browse files

Drupal 11 compatibility

parent 0a8336d7
Branches
Tags 1.0.4
No related merge requests found
Pipeline #121805 passed
# Drupal editor configuration normalization
# @see http://editorconfig.org/
# This is the top-most .editorconfig file; do not search in parent directories.
root = true
......@@ -9,3 +12,6 @@ indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[composer.{json,lock}]
indent_size = 4
......@@ -12,3 +12,4 @@ Thumbs.db
# Generated by Composer
vendor/
composer.lock
/.gitattributes
\ No newline at end of file
......@@ -12,12 +12,16 @@ include:
#
variables:
SKIP_PHPUNIT: 1
SKIP_STYLELINT: 1
SKIP_ESLINT: 1
SKIP_NIGHTWATCH: 1
_CSPELL_WORDS: '"Ksandr","kksandr"'
phpcs:
allow_failure: false
phpstan:
allow_failure: false
cspell:
allow_failure: false
......@@ -18,6 +18,6 @@
"minimum-stability": "dev",
"require": {
"php": ">=8",
"drupal/core": "^9 || ^10"
"drupal/core": "^9 || ^10 || ^11"
}
}
name: 'Path watcher'
type: module
description: 'Provides the ability to collect path browsing statistics.'
core_version_requirement: ^9 || ^10
core_version_requirement: ^9 || ^10 || ^11
configure: path_watcher.settings
php: 8.0
dependencies:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment