Skip to content

Commit e3b8cf5

Browse files
committed
增加autoload尝试
1 parent e74cabe commit e3b8cf5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

composer.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"name": "idlegg/blockcrypto_sjj1310",
3+
"type": "library",
4+
"authors": [{
5+
"name": "LiuFG",
6+
"homepage": "http://www.tass.com.cn"
7+
}],
38
"require": {
9+
},
10+
11+
"autoload": {
12+
"files": ["cmds.php", "Bytes.php"]
413
}
514
}

0 commit comments

Comments
 (0)