Skip to content

Commit 544f86d

Browse files
DEP Use a tagged version of supported-modules (#123)
This gives us stability so that when we change the API or update const values we don't have things breaking all over the place.
1 parent e1224d2 commit 544f86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"silverstripe/supported-modules": "dev-main"
3+
"silverstripe/supported-modules": "^1"
44
},
55
"require-dev": {
66
"phpunit/phpunit": "^9.6"

0 commit comments

Comments
 (0)