Skip to content
Snippets Groups Projects
Commit 0bf1b527 authored by Jürgen Haas's avatar Jürgen Haas
Browse files

Issue #3393556 by jurgenhaas: Drupal 10 only version

parent daf558c7
Branches
Tags 2.2.0
No related merge requests found
Pipeline #56766 passed
......@@ -9,15 +9,8 @@ include:
variables:
SKIP_ESLINT: '1'
phpcs:
allow_failure: false
phpstan:
stage: validate
rules:
- if: '$SKIP_PHPSTAN == "1"'
when: never
- when: on_success
artifacts:
when: always
reports:
codequality: phpstan-report.json
script:
- vendor/bin/phpstan analyze --memory-limit=2G --no-interaction --no-progress --error-format=gitlab $_WEB_ROOT/modules/custom | tee phpstan-report.json
allow_failure: false
......@@ -15,7 +15,6 @@
"homepage": "https://www.drupal.org/u/jurgenhaas"
}
],
"minimum-stability": "dev",
"support": {
"issues": "https://www.drupal.org/project/issues/gitlab_api",
"source": "https://git.drupal.org/project/gitlab_api"
......@@ -27,6 +26,7 @@
"nyholm/psr7": "^1.4"
},
"require-dev": {
"drupal/webform": "^6.2"
"drupal/webform": "^6.2",
"roave/security-advisories": "dev-latest"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment