Skip to content

Commit

Permalink
Updat requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Jmz committed Nov 3, 2016
1 parent 24e993f commit a3a387c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ This is based off the work of josegf from this thread.
https://www.phpbb.com/community/viewtopic.php?f=466&t=2285776#p14197016


## Requirements
PHP 5.5+
GD library installed
https://github.com/phpbb/phpbb/pull/4500


## Installation

Copy the extension to phpBB/ext/jmz/avatarresize
Expand Down
2 changes: 1 addition & 1 deletion jmz/avatarresize/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=5.3.3",
"php": ">=5.5",
"phpbb/phpbb": ">=3.1.4 <3.2.0@dev"
},
"extra": {
Expand Down

0 comments on commit a3a387c

Please sign in to comment.