基础内容

This commit is contained in:
2020-12-17 16:13:32 +08:00
parent 31009d24c6
commit 9484b3c098
21 changed files with 343 additions and 1 deletions

View File

@ -1,7 +1,8 @@
{
"name": "q792602257/jerry_dsl",
"name": "jerryyan/dsl",
"description": "My DSL Thing",
"license": "GPL-3.0-or-later",
"type": "library",
"authors": [
{
"name": "q792602257",
@ -9,5 +10,12 @@
}
],
"require": {
"php": ">=7.1",
"ext-mbstring": "*"
},
"autoload": {
"psr-4": {
"JerryYan\\DSL\\": "src"
}
}
}