first commit
This commit is contained in:
commit
d958666d3b
17
composer.json
Normal file
17
composer.json
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"name": "baihand/ceshi",
|
||||||
|
"type": "library",
|
||||||
|
"license": "Apache",
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Baihand\\Ceshi\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "lq",
|
||||||
|
"email": "13849061902@qq.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"require": {}
|
||||||
|
}
|
8
src/Test.php
Normal file
8
src/Test.php
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?php
|
||||||
|
namespace Baihand\Ceshi;
|
||||||
|
|
||||||
|
class Test {
|
||||||
|
function test () {
|
||||||
|
echo "this is test massage!";
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user