We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcaefac commit 9fa922bCopy full SHA for 9fa922b
.github/workflows/backward-compatibility.yml
@@ -30,9 +30,6 @@ jobs:
30
- name: "Install dependencies"
31
run: "composer install --no-dev --no-interaction --no-progress --no-suggest"
32
33
- - name: "allow composer plugins"
34
- run: "composer config --no-plugins --global allow-plugins.ocramius/package-versions true"
35
-
36
- name: "Install BackwardCompatibilityCheck"
37
run: "composer global require --dev roave/backward-compatibility-check"
38
composer.json
@@ -20,10 +20,7 @@
20
"platform": {
21
"php": "7.4.6"
22
},
23
- "sort-packages": true,
24
- "allow-plugins": {
25
- "phpstan/extension-installer": true
26
- }
+ "sort-packages": true
27
28
"autoload": {
29
"psr-4": {
0 commit comments