Skip to content

Commit 2c1e0b0

Browse files
committed
Fix commas and php version
1 parent ca57863 commit 2c1e0b0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.bbcode.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ In the [c]require[/c] section you can also specify other extensions which are re
6565
}
6666
],
6767
"require": {
68-
"php": ">=5.3",
68+
"php": ">=5.3.3"
6969
},
7070
"extra": {
71-
"display-name": "phpBB 3.1 NV Newspage Extension"
71+
"display-name": "phpBB 3.1 NV Newspage Extension",
7272
"soft-require": {
7373
"phpbb/phpbb": ">=3.1.0-RC2,<3.2.*@dev"
7474
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ In the `require` section you can also specify other extensions which are require
8181
}
8282
],
8383
"require": {
84-
"php": ">=5.3",
84+
"php": ">=5.3.3"
8585
},
8686
"extra": {
87-
"display-name": "phpBB 3.1 NV Newspage Extension"
87+
"display-name": "phpBB 3.1 NV Newspage Extension",
8888
"soft-require": {
8989
"phpbb/phpbb": ">=3.1.0-RC2,<3.2.*@dev"
9090
}

0 commit comments

Comments
 (0)