+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
Loading