Skip to content

Commit dbc1025

Browse files
committed
Add minimum PHP version in composer
1 parent 99ed301 commit dbc1025

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@
44
"homepage": "https://github.com/xPaw/PHP-Source-Query-Class",
55
"type": "library",
66
"license": "LGPL-2.1",
7-
"autoload": {
8-
"files": [
7+
"require":
8+
{
9+
"php": ">=5.4",
10+
},
11+
"autoload":
12+
{
13+
"files":
14+
[
915
"SourceQuery/SourceQuery.class.php"
1016
]
1117
}

0 commit comments

Comments
 (0)