Skip to content

Commit 4d07b7e

Browse files
committed
Merge pull request #9 from Nicofuma/patch-1
Fix the soft-require to use a valid constraint
2 parents f663f75 + 7f299f7 commit 4d07b7e

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)