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

Issue #3393567 by jurgenhaas: Drupal 10 only version

parent eb005b4e
Branches
Tags 1.1.0
No related merge requests found
Pipeline #56753 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,12 +15,11 @@
"homepage": "https://www.drupal.org/u/jurgenhaas"
}
],
"minimum-stability": "dev",
"support": {
"issues": "https://www.drupal.org/project/issues/json_api_book",
"source": "https://git.drupal.org/project/json_api_book"
},
"require": {
"php": ">=8.1",
"php": ">=8.1"
}
}
services:
json_api_book.response_subscriber:
class: Drupal\json_api_book\EventSubscriber\ResponseSubscriber
arguments: [ '@book.manager', '@entity_type.manager' ]
arguments:
- '@book.manager'
- '@entity_type.manager'
tags:
- { name: event_subscriber }
calls:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment