Skip to content

Commit afd0902

Browse files
committed
Merge pull request #4 from VSEphpbb/RC2
RC2 Update - Move phpbb requirement in composer.json
2 parents c54ca82 + cceb459 commit afd0902

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,13 @@
3434
}
3535
],
3636
"require": {
37-
"php": ">=5.3.3",
38-
"phpbb/phpbb": "3.1.*@dev"
37+
"php": ">=5.3.3"
3938
},
4039
"extra": {
4140
"display-name": "Google Analytics",
41+
"soft-require": {
42+
"phpbb/phpbb": ">=3.1.0-RC2,<3.2.*@dev"
43+
},
4244
"version-check": {
4345
"host": "version.phpbb.com",
4446
"directory": "/phpbb-extensions",

0 commit comments

Comments
 (0)