Skip to content

Commit 958cc6b

Browse files
Added some lines in composer.json
1 parent 52201d1 commit 958cc6b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,12 @@
99
"email": "[email protected]"
1010
}
1111
],
12-
"require": {}
12+
"require": {
13+
"php": ">=7.1.0"
14+
},
15+
"autoload": {
16+
"psr-0": {
17+
"GM": "src/"
18+
}
19+
}
1320
}

0 commit comments

Comments
 (0)