Skip to content

Commit ca57863

Browse files
committed
Merge pull request #5 from paul999/bug/fixrc2
Update composer.json for RC2.
2 parents 5c8aaff + 0f2793b commit ca57863

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.bbcode.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,12 @@ In the [c]require[/c] section you can also specify other extensions which are re
6666
],
6767
"require": {
6868
"php": ">=5.3",
69-
"phpbb/phpbb": "3.1.*@dev"
7069
},
7170
"extra": {
7271
"display-name": "phpBB 3.1 NV Newspage Extension"
72+
"soft-require": {
73+
"phpbb/phpbb": ">=3.1.0-RC2,<3.2.*@dev"
74+
}
7375
}
7476
}[/code]
7577

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,12 @@ In the `require` section you can also specify other extensions which are require
8282
],
8383
"require": {
8484
"php": ">=5.3",
85-
"phpbb/phpbb": "3.1.*@dev"
8685
},
8786
"extra": {
8887
"display-name": "phpBB 3.1 NV Newspage Extension"
88+
"soft-require": {
89+
"phpbb/phpbb": ">=3.1.0-RC2,<3.2.*@dev"
90+
}
8991
}
9092
}
9193

0 commit comments

Comments
 (0)