Skip to content

Commit 26d8751

Browse files
committed
Avoid unbound version constraints for composer
1 parent 2bb1e38 commit 26d8751

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
@@ -27,6 +27,6 @@
2727
"source": "https://github.com/concrete5-community/empty_anchor"
2828
},
2929
"require": {
30-
"concrete5/core": ">= 8.2"
30+
"concrete5/core": "^8.2 || ^9"
3131
}
3232
}

0 commit comments

Comments
 (0)