Skip to content

Commit b0d1e6d

Browse files
Merge branch 'master' into christophe-papazian/security-testing-headers
2 parents 4d70ac2 + f4ff7b4 commit b0d1e6d

7 files changed

Lines changed: 25 additions & 4 deletions

File tree

appsec/tests/integration/src/test/www/laravel8x/composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@
5555
"config": {
5656
"optimize-autoloader": true,
5757
"preferred-install": "dist",
58-
"sort-packages": true
58+
"sort-packages": true,
59+
"audit": {
60+
"block-insecure": false
61+
}
5962
},
6063
"minimum-stability": "dev",
6164
"prefer-stable": true

tests/Frameworks/Laravel/Latest/composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,11 @@
6464
"allow-plugins": {
6565
"pestphp/pest-plugin": true,
6666
"php-http/discovery": true
67+
},
68+
"audit": {
69+
"block-insecure": false
6770
}
6871
},
6972
"minimum-stability": "stable",
7073
"prefer-stable": true
71-
}
74+
}

tests/Frameworks/Laravel/Octane/Latest/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@
6363
"allow-plugins": {
6464
"pestphp/pest-plugin": true,
6565
"php-http/discovery": true
66+
},
67+
"audit": {
68+
"block-insecure": false
6669
}
6770
},
6871
"minimum-stability": "stable",

tests/Frameworks/Laravel/Version_10_x/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@
6262
"allow-plugins": {
6363
"pestphp/pest-plugin": true,
6464
"php-http/discovery": true
65+
},
66+
"audit": {
67+
"block-insecure": false
6568
}
6669
},
6770
"minimum-stability": "stable",

tests/Frameworks/Laravel/Version_11_x/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@
6161
"allow-plugins": {
6262
"pestphp/pest-plugin": true,
6363
"php-http/discovery": true
64+
},
65+
"audit": {
66+
"block-insecure": false
6467
}
6568
},
6669
"minimum-stability": "stable",

tests/Frameworks/Lumen/Version_10_0/composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@
3333
"config": {
3434
"optimize-autoloader": true,
3535
"preferred-install": "dist",
36-
"sort-packages": true
36+
"sort-packages": true,
37+
"audit": {
38+
"block-insecure": false
39+
}
3740
},
3841
"minimum-stability": "stable",
3942
"prefer-stable": true

tests/Frameworks/Lumen/Version_8_1/composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828
"config": {
2929
"preferred-install": "dist",
3030
"sort-packages": true,
31-
"optimize-autoloader": true
31+
"optimize-autoloader": true,
32+
"audit": {
33+
"block-insecure": false
34+
}
3235
},
3336
"minimum-stability": "dev",
3437
"prefer-stable": true,

0 commit comments

Comments
 (0)