Skip to content

Commit 3f0e00d

Browse files
Added ocramius/package-versions as an allowed plugin
1 parent 32ceede commit 3f0e00d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
"phpcs": "vendor/bin/phpcs"
5151
},
5252
"config": {
53-
"sort-packages": true
53+
"sort-packages": true,
54+
"allow-plugins": {
55+
"ocramius/package-versions": true
56+
}
5457
}
5558
}

0 commit comments

Comments
 (0)