Skip to content

Commit 2ec4d0b

Browse files
committed
Allow phpstan/extension-installer plugin
1 parent 0efd8a9 commit 2ec4d0b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on: # yamllint disable-line rule:truthy
1111
branches: [master, release-*]
1212
paths-ignore:
1313
- '**.md'
14-
workflow_dispatch
14+
workflow_dispatch:
1515

1616
jobs:
1717
linter:

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"allow-plugins": {
1919
"composer/package-versions-deprecated": true,
2020
"simplesamlphp/composer-module-installer": true,
21-
"dealerdirect/phpcodesniffer-composer-installer": true
21+
"dealerdirect/phpcodesniffer-composer-installer": true,
22+
"phpstan/extension-installer": true
2223
}
2324
},
2425
"autoload": {

0 commit comments

Comments
 (0)