mirror of
https://github.com/xPaw/PHP-Source-Query.git
synced 2026-06-08 04:15:59 +02:00
Add minimum PHP version in composer
This commit is contained in:
+8
-2
@@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user