Add minimum PHP version in composer

pull/56/head
Pavel 10 years ago
parent 99ed301a20
commit dbc102512f

@ -4,8 +4,14 @@
"homepage": "https://github.com/xPaw/PHP-Source-Query-Class",
"type": "library",
"license": "LGPL-2.1",
"autoload": {
"files": [
"require":
{
"php": ">=5.4",
},
"autoload":
{
"files":
[
"SourceQuery/SourceQuery.class.php"
]
}

Loading…
Cancel
Save