+3
−3
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -35,11 +35,11 @@ | ||
"minimum-stability": "beta",
|
||
"prefer-stable": true,
|
||
"require": {
|
||
"php": "^7.2",
|
||
"drupal/core": "^8.5 || ^9.0"
|
||
"php": "^7.4 || ^8.0",
|
||
"drupal/core": "^9.2"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
||
"phpunit/phpunit": "^9.0",
|
||
"drupal/coder": "^8.3",
|
||
"squizlabs/php_codesniffer": "^3.5",
|
||
"drupal/paragraphs": "^1.12",
|
||
Loading