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", "homepage": "https://github.com/xPaw/PHP-Source-Query-Class",
"type": "library", "type": "library",
"license": "LGPL-2.1", "license": "LGPL-2.1",
"autoload": { "require":
"files": [ {
"php": ">=5.4",
},
"autoload":
{
"files":
[
"SourceQuery/SourceQuery.class.php" "SourceQuery/SourceQuery.class.php"
] ]
} }

Loading…
Cancel
Save