Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit e2b8878

Browse files
authored
Updating spacing in composer.json. (#490)
1 parent 836ab46 commit e2b8878

File tree

2 files changed

+126
-126
lines changed

2 files changed

+126
-126
lines changed

composer.json

+48-48
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,50 @@
11
{
2-
"name": "acquia/blt",
3-
"description": "BLT",
4-
"keywords": [ "drupal", "testing", "deployment", "automation", "template" ],
5-
"authors": [
6-
{
7-
"name": "Matthew Grasmick"
8-
}
9-
],
10-
"support": {
11-
"issues": "https://github.com/acquia/blt/issues",
12-
"docs": "http://blt.readthedocs.io/en/stable"
13-
},
14-
"type": "composer-plugin",
15-
"license": "GPL-2.0",
16-
"require": {
17-
"drupal/console": "1.0.0-beta5",
18-
"phing/phing": "~2",
19-
"phpunit/phpunit": "~5.4",
20-
"squizlabs/php_codesniffer": "^2.4",
21-
"symfony/yaml": "~2.7",
22-
"drupal/coder": "~8.2",
23-
"symfony/console": "~2",
24-
"symfony/twig-bridge": "~2",
25-
"php": ">=5.6",
26-
"composer-plugin-api": "^1.0.0",
27-
"dflydev/dot-access-data": "^1.0"
28-
},
29-
"autoload": {
30-
"psr-4": {
31-
"Acquia\\Blt\\": "src/",
32-
"Acquia\\Blt\\Tests\\": "tests/phpunit/src/"
33-
}
34-
},
35-
"extra": {
36-
"class": "Acquia\\Blt\\Composer\\Plugin"
37-
},
38-
"bin": [
39-
"bin/blt",
40-
"bin/blt-console"
41-
],
42-
"conflict": {
43-
"drupal/core": "7.*"
44-
},
45-
"suggest": {
46-
"hirak/prestissimo": "^0.3"
47-
},
48-
"minimum-stability": "beta",
49-
"prefer-stable": true
2+
"name": "acquia/blt",
3+
"description": "BLT",
4+
"keywords": [ "drupal", "testing", "deployment", "automation", "template" ],
5+
"authors": [
6+
{
7+
"name": "Matthew Grasmick"
8+
}
9+
],
10+
"support": {
11+
"issues": "https://github.com/acquia/blt/issues",
12+
"docs": "http://blt.readthedocs.io/en/stable"
13+
},
14+
"type": "composer-plugin",
15+
"license": "GPL-2.0",
16+
"require": {
17+
"drupal/console": "1.0.0-beta5",
18+
"phing/phing": "~2",
19+
"phpunit/phpunit": "~5.4",
20+
"squizlabs/php_codesniffer": "^2.4",
21+
"symfony/yaml": "~2.7",
22+
"drupal/coder": "~8.2",
23+
"symfony/console": "~2",
24+
"symfony/twig-bridge": "~2",
25+
"php": ">=5.6",
26+
"composer-plugin-api": "^1.0.0",
27+
"dflydev/dot-access-data": "^1.0"
28+
},
29+
"autoload": {
30+
"psr-4": {
31+
"Acquia\\Blt\\": "src/",
32+
"Acquia\\Blt\\Tests\\": "tests/phpunit/src/"
33+
}
34+
},
35+
"extra": {
36+
"class": "Acquia\\Blt\\Composer\\Plugin"
37+
},
38+
"bin": [
39+
"bin/blt",
40+
"bin/blt-console"
41+
],
42+
"conflict": {
43+
"drupal/core": "7.*"
44+
},
45+
"suggest": {
46+
"hirak/prestissimo": "^0.3"
47+
},
48+
"minimum-stability": "beta",
49+
"prefer-stable": true
5050
}

template/composer.json

+78-78
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,81 @@
11
{
2-
"license": "proprietary",
3-
"type": "project",
4-
"repositories": [
5-
{
6-
"type": "composer",
7-
"url": "https://packagist.drupal-composer.org"
8-
}
9-
],
10-
"require": {
11-
"composer/installers": "^1.0.20",
12-
"cweagans/composer-patches": "^1.5.0",
13-
"drupal/acquia_connector": "8.1.*",
14-
"drupal/acsf": "~8.1",
15-
"drupal/cog": "~8",
16-
"drupal/console": "1.0.0-beta5",
17-
"drupal/core": "~8",
18-
"drupal/features": "~8.3.0-beta9",
19-
"drupal/lightning": "~8",
20-
"drupal/memcache" : "8.*",
21-
"drupal/search_api": "8.1.0-alpha14",
22-
"drupal/search_api_solr": "8.1.0-alpha3",
23-
"drupal/security_review": "8.*",
24-
"drupal-composer/drupal-security-advisories": "8.0.x-dev",
25-
"roave/security-advisories": "dev-master"
26-
},
27-
"require-dev": {
28-
"behat/behat": "3.0.*",
29-
"behat/mink": "~1.7",
30-
"behat/mink-browserkit-driver": "*",
31-
"behat/mink-extension": "*",
32-
"behat/mink-goutte-driver": "*",
33-
"behat/mink-selenium2-driver": "*",
34-
"drupal/coder": "~8.2",
35-
"drupal/drupal-extension": "~3.0",
36-
"drush/drush": "^9.0",
37-
"drupal-composer/drupal-scaffold": "^2.0.0",
38-
"jakoch/phantomjs-installer": "dev-master as 1.9.8",
39-
"jarnaiz/behat-junit-formatter": "^1.2",
40-
"phing/phing": "~2",
41-
"phpunit/phpunit": "~5.4",
42-
"squizlabs/php_codesniffer": "2.*"
43-
},
44-
"autoload-dev": {
45-
"psr-4": {
46-
"Drupal\\Tests\\PHPUnit\\": "tests/phpunit/src/"
47-
}
48-
},
49-
"extra": {
50-
"installer-paths": {
51-
"docroot/core": ["type:drupal-core"],
52-
"docroot/modules/contrib/{$name}": ["type:drupal-module"],
53-
"docroot/profiles/contrib/{$name}": ["type:drupal-profile"],
54-
"docroot/themes/contrib/{$name}": ["type:drupal-theme"],
55-
"drush/contrib/{$name}": ["type:drupal-drush"]
56-
},
57-
"patches": {
58-
"drupal/core": {
59-
"Ignore front end vendor folders to improve directory search performance": "https://www.drupal.org/files/issues/ignore_front_end_vendor-2329453-116.patch"
60-
},
61-
"drupal/features": {
62-
"Bundle support": "https://www.drupal.org/files/issues/features-2808303-2.patch"
63-
}
64-
}
65-
},
66-
"scripts": {
67-
"blt-alias": "blt install-alias -Dcreate_alias=true",
68-
"install-phantomjs": [
69-
"rm -rf vendor/bin/phantomjs",
70-
"PhantomInstaller\\Installer::installPhantomJS"
71-
],
72-
"post-install-cmd": [
73-
"PhantomInstaller\\Installer::installPhantomJS"
2+
"license": "proprietary",
3+
"type": "project",
4+
"repositories": [
5+
{
6+
"type": "composer",
7+
"url": "https://packagist.drupal-composer.org"
8+
}
749
],
75-
"post-update-cmd": [
76-
"PhantomInstaller\\Installer::installPhantomJS"
77-
]
78-
},
79-
"minimum-stability": "dev",
80-
"prefer-stable": true
10+
"require": {
11+
"composer/installers": "^1.0.20",
12+
"cweagans/composer-patches": "^1.5.0",
13+
"drupal/acquia_connector": "8.1.*",
14+
"drupal/acsf": "~8.1",
15+
"drupal/cog": "~8",
16+
"drupal/console": "1.0.0-beta5",
17+
"drupal/core": "~8",
18+
"drupal/features": "~8.3.0-beta9",
19+
"drupal/lightning": "~8",
20+
"drupal/memcache" : "8.*",
21+
"drupal/search_api": "8.1.0-alpha14",
22+
"drupal/search_api_solr": "8.1.0-alpha3",
23+
"drupal/security_review": "8.*",
24+
"drupal-composer/drupal-security-advisories": "8.0.x-dev",
25+
"roave/security-advisories": "dev-master"
26+
},
27+
"require-dev": {
28+
"behat/behat": "3.0.*",
29+
"behat/mink": "~1.7",
30+
"behat/mink-browserkit-driver": "*",
31+
"behat/mink-extension": "*",
32+
"behat/mink-goutte-driver": "*",
33+
"behat/mink-selenium2-driver": "*",
34+
"drupal/coder": "~8.2",
35+
"drupal/drupal-extension": "~3.0",
36+
"drush/drush": "^9.0",
37+
"drupal-composer/drupal-scaffold": "^2.0.0",
38+
"jakoch/phantomjs-installer": "dev-master as 1.9.8",
39+
"jarnaiz/behat-junit-formatter": "^1.2",
40+
"phing/phing": "~2",
41+
"phpunit/phpunit": "~5.4",
42+
"squizlabs/php_codesniffer": "2.*"
43+
},
44+
"autoload-dev": {
45+
"psr-4": {
46+
"Drupal\\Tests\\PHPUnit\\": "tests/phpunit/src/"
47+
}
48+
},
49+
"extra": {
50+
"installer-paths": {
51+
"docroot/core": ["type:drupal-core"],
52+
"docroot/modules/contrib/{$name}": ["type:drupal-module"],
53+
"docroot/profiles/contrib/{$name}": ["type:drupal-profile"],
54+
"docroot/themes/contrib/{$name}": ["type:drupal-theme"],
55+
"drush/contrib/{$name}": ["type:drupal-drush"]
56+
},
57+
"patches": {
58+
"drupal/core": {
59+
"Ignore front end vendor folders to improve directory search performance": "https://www.drupal.org/files/issues/ignore_front_end_vendor-2329453-116.patch"
60+
},
61+
"drupal/features": {
62+
"Bundle support": "https://www.drupal.org/files/issues/features-2808303-2.patch"
63+
}
64+
}
65+
},
66+
"scripts": {
67+
"blt-alias": "blt install-alias -Dcreate_alias=true",
68+
"install-phantomjs": [
69+
"rm -rf vendor/bin/phantomjs",
70+
"PhantomInstaller\\Installer::installPhantomJS"
71+
],
72+
"post-install-cmd": [
73+
"PhantomInstaller\\Installer::installPhantomJS"
74+
],
75+
"post-update-cmd": [
76+
"PhantomInstaller\\Installer::installPhantomJS"
77+
]
78+
},
79+
"minimum-stability": "dev",
80+
"prefer-stable": true
8181
}

0 commit comments

Comments
 (0)