Skip to content

Commit 7fd7b60

Browse files
authored
Add block-insecure: false to test files (#3486)
1 parent 0046ee3 commit 7fd7b60

File tree

28 files changed

+96
-8
lines changed

28 files changed

+96
-8
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
"g1a/composer-test-scenarios": true,
3939
"php-http/discovery": true,
4040
"cakephp/plugin-installer": true
41+
},
42+
"audit": {
43+
"block-insecure": false
4144
}
4245
},
4346
"autoload": {

tests/Benchmarks/composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@
1313
},
1414
"autoload": {
1515
"files": [ "ignore_annotations.php" ]
16+
},
17+
"config": {
18+
"audit": {
19+
"block-insecure": false
20+
}
1621
}
1722
}

tests/Frameworks/CakePHP/Version_3_10/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
"sort-packages": true,
5454
"allow-plugins": {
5555
"cakephp/plugin-installer": true
56+
},
57+
"audit": {
58+
"block-insecure": false
5659
}
5760
}
5861
}

tests/Frameworks/CakePHP/Version_4_5/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
"allow-plugins": {
5454
"cakephp/plugin-installer": true,
5555
"dealerdirect/phpcodesniffer-composer-installer": true
56+
},
57+
"audit": {
58+
"block-insecure": false
5659
}
5760
}
5861
}

tests/Frameworks/Drupal/Version_8_9/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
"dealerdirect/phpcodesniffer-composer-installer": true,
4747
"drupal/core-project-message": true,
4848
"drupal/core-vendor-hardening": true
49+
},
50+
"audit": {
51+
"block-insecure": false
4952
}
5053
},
5154
"extra": {

tests/Frameworks/Drupal/Version_9_5/composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@
5757
"drupal/core-vendor-hardening": true,
5858
"dealerdirect/phpcodesniffer-composer-installer": true,
5959
"phpstan/extension-installer": true
60+
},
61+
"audit": {
62+
"block-insecure": false
6063
}
6164
},
6265
"extra": {
@@ -135,4 +138,4 @@
135138
"url": "https://packages.drupal.org/8"
136139
}
137140
]
138-
}
141+
}

tests/Frameworks/Laravel/Version_4_2/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
"preferred-install": "dist",
4545
"allow-plugins": {
4646
"kylekatarnls/update-helper": true
47+
},
48+
"audit": {
49+
"block-insecure": false
4750
}
4851
},
4952
"minimum-stability": "stable"

tests/Frameworks/Laravel/Version_5_7/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@
5757
"optimize-autoloader": true,
5858
"allow-plugins": {
5959
"kylekatarnls/update-helper": true
60+
},
61+
"audit": {
62+
"block-insecure": false
6063
}
6164
},
6265
"minimum-stability": "dev",

tests/Frameworks/Laravel/Version_5_8/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
"sort-packages": true,
2828
"allow-plugins": {
2929
"kylekatarnls/update-helper": true
30+
},
31+
"audit": {
32+
"block-insecure": false
3033
}
3134
},
3235
"extra": {

tests/Frameworks/Laravel/Version_8_x/composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@
2525
"config": {
2626
"optimize-autoloader": true,
2727
"preferred-install": "dist",
28-
"sort-packages": true
28+
"sort-packages": true,
29+
"audit": {
30+
"block-insecure": false
31+
}
2932
},
3033
"extra": {
3134
"laravel": {

0 commit comments

Comments
 (0)