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:
+8
-2
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user