+2
−2
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -30,7 +30,7 @@ | ||
},
|
||
"license": "GPL-2.0+",
|
||
"require": {
|
||
"php": ">=7.1",
|
||
"php": "^7.3|^8.0",
|
||
"drupal/search_api_solr": "^4.1",
|
||
"drupal/key": "^1.10",
|
||
"ext-zip": "*"
|
||
| @@ -39,7 +39,7 @@ | ||
"extra": {
|
||
"drush": {
|
||
"services": {
|
||
"drush.services.yml": "^9"
|
||
"drush.services.yml": "^9 || ^10 || ^11"
|
||
}
|
||
}
|
||
}
|
||
Loading