mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/12920] Add require for minimum php version
PHPBB3-12920
This commit is contained in:
parent
3b3da3938d
commit
200c6f2d32
1 changed files with 3 additions and 0 deletions
|
@ -21,4 +21,7 @@
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": [""]
|
"classmap": [""]
|
||||||
}
|
}
|
||||||
|
"require": {
|
||||||
|
"php": ">=5.3.3"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue