You've already forked MyDSL
基础内容
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user