Skip to content

Commit 7f299f7

Browse files
committed
Fix the soft-require to use a valid constraint
1 parent f663f75 commit 7f299f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"extra": {
2222
"display-name": "phpBB Skeleton Extension",
2323
"soft-require": {
24-
"phpbb/phpbb": ">=3.1.4,<3.2.*@dev"
24+
"phpbb/phpbb": ">=3.1.4,<3.2.0@dev"
2525
}
2626
}
2727
}

0 commit comments

Comments
 (0)