Skip to content

Commit bd3d972

Browse files
Merge pull request #48 from VSEphpbb/updates
Updates and bug fixes
2 parents 4bac3a8 + af83a10 commit bd3d972

36 files changed

Lines changed: 507 additions & 689 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ phpBB's Skeleton Extension is a tool for extension authors to help speed up and
55
## Requirements
66

77
- phpBB version 3.1.4 or later (also compatible with phpBB 3.2.0-b3 or newer).
8-
- PHP version 5.3.3 or later.
8+
- PHP version 5.3.9 or later.
99
- PHP module `ZipArchive` enabled.
1010

1111
## Installation

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
}
2121
],
2222
"require": {
23-
"php": ">=5.3.3",
23+
"php": ">=5.3.9",
24+
"symfony/console": "2.8.*",
2425
"symfony/finder": "2.8.*"
2526
},
2627
"require-dev": {

0 commit comments

Comments
 (0)