1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-05-18 12:53:34 +02:00

Add minimum PHP version in composer

This commit is contained in:
Pavel
2015-04-26 14:14:17 +03:00
parent 99ed301a20
commit dbc102512f
+8 -2
View File
@@ -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"
]
}