Skip to content

Commit 492ec04

Browse files
NicofumaTristan Darricau
authored andcommitted
Update phpbb/phpbb soft-require
<3.2.* isn't a valid constraint, the operators <,>,<=,>= are expecting a single value where 3.2.* is a range
1 parent bb63651 commit 492ec04

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"extra": {
4646
"display-name": "Google Analytics",
4747
"soft-require": {
48-
"phpbb/phpbb": ">=3.1.0,<3.2.*@dev"
48+
"phpbb/phpbb": ">=3.1.0,<3.2.0@dev"
4949
},
5050
"version-check": {
5151
"host": "www.phpbb.com",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)