-
- Downloads
There was an error fetching the commit references. Please try again later.
chore: remove php version requirement
... | ... | @@ -5,8 +5,7 @@ |
"license": "GPL-2.0-or-later", | ||
"require": { | ||
"drupal/core": "^10.2", | ||
"drush/drush": "^12 || ^13", | ||
"php": ">=8.2" | ||
"drush/drush": "^12 || ^13" | ||
}, | ||
"suggest": { | ||
"drupal/redirect": "Provides the ability to create manual redirects and maintain a canonical URL for all content, redirecting all other requests to that path." | ||
... | ... |
Please register or sign in to comment