Commit e2d98ae4 authored by Balint Pekker's avatar Balint Pekker Committed by Adam G-H
Browse files

Issue #3288870 by phenaproxima, Project Update Bot: Automated Drupal 10 compatibility fixes

parent 9b38f846
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
  "name": "drupal/openapi",
  "type": "drupal-module",
  "description": "Creates OpenAPI specification for Drupal resources.",
  "keywords": ["Drupal"],
  "license": "GPL-2.0-or-later",
  "homepage": "https://www.drupal.org/project/openapi",
  "minimum-stability": "dev",
@@ -10,10 +9,7 @@
    "issues": "http://drupal.org/project/issues/openapi",
    "source": "http://cgit.drupalcode.org/openapi"
  },
  "require": {
      "drupal/core": "^8.7.0 || ^9"
  },
  "require-dev": {
    "vijaycs85/drupal-quality-checker": "^1.2"
  "conflict": {
    "drupal/core": "<8.7"
  }
}
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ name: OpenAPI
type: module
description: Connects Drupal to the OpenAPI Javascript Library
core: 8.x
core_version_requirement: '^8 || ^9'
core_version_requirement: ^8 || ^9 || ^10
package: OpenAPI
dependencies:
  - drupal:serialization
+0 −2
Original line number Diff line number Diff line
name: OpenApi Test Resources
type: module
description: Resource dependecies for running tests for the OpenApi Module.
core: 8.x
core_version_requirement: '^8 || ^9'
package: Testing
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ abstract class RequestTestBase extends BrowserTestBase {
  /**
   * {@inheritdoc}
   */
  protected function setUp() {
  protected function setUp(): void {
    parent::setUp();

    /*