-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 1.45 KB
/
composer.json
File metadata and controls
41 lines (41 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "drupal/core-dev",
"type": "metapackage",
"description": "require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.",
"license": "GPL-2.0-or-later",
"conflict": {
"webflo/drupal-core-require-dev": "*"
},
"extra": {
"branch-alias": {
"dev-main": "11.x-dev"
}
},
"require": {
"behat/mink": "^1.11",
"behat/mink-browserkit-driver": "^2.2",
"colinodell/psr-testlogger": "^1.2",
"composer/composer": "^2.8.1",
"drupal/coder": "^8.3.30",
"lullabot/mink-selenium2-driver": "^1.7.3",
"lullabot/php-webdriver": "^2.0.7",
"mglaman/phpstan-drupal": "^1.3.9 || ^2.0.11",
"micheh/phpcs-gitlab": "^1.1 || ^2.0",
"mikey179/vfsstream": "^1.6.11",
"open-telemetry/exporter-otlp": "^1",
"open-telemetry/sdk": "^1",
"php-http/guzzle7-adapter": "^1.0",
"phpspec/prophecy": "^1.23",
"phpspec/prophecy-phpunit": "^2",
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^1.12.27 || ^2.1.40",
"phpstan/phpstan-phpunit": "^1.4.2 || ^2.0.16",
"phpunit/phpunit": "^11.5.50",
"symfony/browser-kit": "^7.4",
"symfony/css-selector": "^7.4",
"symfony/dom-crawler": "^7.4",
"symfony/error-handler": "^7.4",
"symfony/lock": "^7.4",
"symfony/var-dumper": "^7.4"
}
}