Skip to content

Commit 9fa922b

Browse files
committed
Remove ocramius/package-versions
1 parent fcaefac commit 9fa922b

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/backward-compatibility.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ jobs:
3030
- name: "Install dependencies"
3131
run: "composer install --no-dev --no-interaction --no-progress --no-suggest"
3232

33-
- name: "allow composer plugins"
34-
run: "composer config --no-plugins --global allow-plugins.ocramius/package-versions true"
35-
3633
- name: "Install BackwardCompatibilityCheck"
3734
run: "composer global require --dev roave/backward-compatibility-check"
3835

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@
2020
"platform": {
2121
"php": "7.4.6"
2222
},
23-
"sort-packages": true,
24-
"allow-plugins": {
25-
"phpstan/extension-installer": true
26-
}
23+
"sort-packages": true
2724
},
2825
"autoload": {
2926
"psr-4": {

0 commit comments

Comments
 (0)