-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 1.03 KB
/
composer.json
File metadata and controls
26 lines (26 loc) · 1.03 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
{
"name": "goalgorilla/open_social_dev",
"type": "metapackage",
"description": "require-dev dependencies for goalgorilla/open_social required to run tests and coding standard checks.",
"license": "GPL-2.0-or-later",
"require": {
"dealerdirect/phpcodesniffer-composer-installer": "~1.0.0",
"dmore/behat-chrome-extension": "^1.4",
"drupal/coder": "8.3.22",
"drupal/devel": "^5.1.2",
"drupal/drupal-extension": "^v5.0.0rc1 || v5.1.0",
"friends-of-behat/mink-debug-extension": "^2.1",
"drush/drush": "^12 | ^13",
"kingdutch/cucumber-linter": "^0.1.0",
"mglaman/phpstan-drupal": "^2.0.0",
"mikey179/vfsstream": "^1.6.11",
"phpstan/extension-installer": "^1.3.1 || ^1.4.3",
"phpstan/phpstan": "^2",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpspec/prophecy-phpunit": "v2.0.2",
"goalgorilla/open_social_scripts": "~4.0.0",
"shipmonk/phpstan-baseline-per-identifier": "^2.0",
"symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.2 || ^7.0"
}
}