-
- Downloads
Updated json file
... | ... | @@ -11,10 +11,21 @@ |
"authors": [ | ||
{ | ||
"name": "Neha Verma", | ||
"email": "nehaverma94163@gmail.com" | ||
"email": "nehaverma94163@gmail.com", | ||
"role": "Maintainer" | ||
} | ||
], | ||
"require": { | ||
"ext-intl": "*" | ||
} | ||
"php": "^8.0", | ||
"ext-intl": "*", | ||
"drupal/core": "^8 || ^9 || ^10" | ||
}, | ||
"repositories": { | ||
"drupal": { | ||
"type": "composer", | ||
"url": "https://packages.drupal.org/8" | ||
} | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true | ||
} |
Please register or sign in to comment