32
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2025-01-14 00:22:16 +00:00

Fix: Inconsistent PHP minimum version (#412)

This commit is contained in:
zero-24 2019-09-16 16:08:01 +02:00 committed by George Wilson
parent b304552f37
commit 51403b36b1

View File

@ -8,7 +8,7 @@
}
},
"require" : {
"php": ">=5.4"
"php": "^5.3.10|^7.0"
},
"require-dev": {
"php": ">=5.6",