Skip to content

Commit 97e1964

Browse files
authored
Composer.json: Make sure we allow plugins (#127)
1 parent 6d0f55c commit 97e1964

File tree

13 files changed

+67
-2
lines changed

13 files changed

+67
-2
lines changed

src/bref/composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,10 @@
4343
},
4444
"bin": [
4545
"bin/bref-local-handler.php"
46-
]
46+
],
47+
"config": {
48+
"allow-plugins": {
49+
"symfony/runtime": true
50+
}
51+
}
4752
}

src/google-cloud/composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,10 @@
3434
},
3535
"bin": [
3636
"router.php"
37-
]
37+
],
38+
"config": {
39+
"allow-plugins": {
40+
"symfony/runtime": true
41+
}
42+
}
3843
}

src/laravel/composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,10 @@
3131
"psr-4": {
3232
"Runtime\\Laravel\\Tests\\": "tests/"
3333
}
34+
},
35+
"config": {
36+
"allow-plugins": {
37+
"symfony/runtime": true
38+
}
3439
}
3540
}

src/psr-17/composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,10 @@
3232
"psr-4": {
3333
"Runtime\\Psr17\\Tests\\": "tests/"
3434
}
35+
},
36+
"config": {
37+
"allow-plugins": {
38+
"symfony/runtime": true
39+
}
3540
}
3641
}

src/psr-guzzle/composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,10 @@
3030
"psr-4": {
3131
"Runtime\\PsrGuzzle\\Tests\\": "tests/"
3232
}
33+
},
34+
"config": {
35+
"allow-plugins": {
36+
"symfony/runtime": true
37+
}
3338
}
3439
}

src/psr-laminas/composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,10 @@
3030
"psr-4": {
3131
"Runtime\\PsrLaminas\\Tests\\": "tests/"
3232
}
33+
},
34+
"config": {
35+
"allow-plugins": {
36+
"symfony/runtime": true
37+
}
3338
}
3439
}

src/psr-nyholm-laminas/composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,10 @@
3131
"psr-4": {
3232
"Runtime\\PsrNyholmLaminas\\Tests\\": "tests/"
3333
}
34+
},
35+
"config": {
36+
"allow-plugins": {
37+
"symfony/runtime": true
38+
}
3439
}
3540
}

src/psr-nyholm/composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,10 @@
3131
"psr-4": {
3232
"Runtime\\PsrNyholm\\Tests\\": "tests/"
3333
}
34+
},
35+
"config": {
36+
"allow-plugins": {
37+
"symfony/runtime": true
38+
}
3439
}
3540
}

src/reactphp/composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,10 @@
3030
"psr-4": {
3131
"Runtime\\React\\Tests\\": "tests/"
3232
}
33+
},
34+
"config": {
35+
"allow-plugins": {
36+
"symfony/runtime": true
37+
}
3338
}
3439
}

src/roadrunner-nyholm/composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,10 @@
3030
"psr-4": {
3131
"Runtime\\RoadRunnerNyholm\\Tests\\": "tests/"
3232
}
33+
},
34+
"config": {
35+
"allow-plugins": {
36+
"symfony/runtime": true
37+
}
3338
}
3439
}

0 commit comments

Comments
 (0)