You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.1 KiB
38 lines
1.1 KiB
{ |
|
"name": "drupal/devel", |
|
"description": "Various blocks, pages, and functions for developers.", |
|
"type": "drupal-module", |
|
"support": { |
|
"issues": "https://gitlab.com/drupalspoons/devel/-/issues", |
|
"slack": "https://drupal.slack.com/archives/C012WAW1MH6", |
|
"source": "https://gitlab.com/drupalspoons/devel" |
|
}, |
|
"license": "GPL-2.0-or-later", |
|
"prefer-stable": true, |
|
"require": { |
|
"php": ">=8.3", |
|
"symfony/var-dumper": "^4 || ^5 || ^6 || ^7", |
|
"doctrine/common": "^2.7 || ^3.4" |
|
}, |
|
"require-dev": { |
|
"drush/drush": "^13", |
|
"firephp/firephp-core": "^0.5.3", |
|
"drupal/navigation_extra_tools": "1.0.x-dev" |
|
}, |
|
"conflict": { |
|
"drush/drush": "<13.7.0", |
|
"drupal/core": "<10.3" |
|
}, |
|
"config": { |
|
"allow-plugins": { |
|
"composer/installers": true, |
|
"dealerdirect/phpcodesniffer-composer-installer": true, |
|
"cweagans/composer-patches": true, |
|
"drupal/core-composer-scaffold": true, |
|
"drupalspoons/composer-plugin": true, |
|
"phpstan/extension-installer": true, |
|
"php-http/discovery": true, |
|
"tbachert/spi": false |
|
} |
|
} |
|
}
|
|
|