MyDSL/composer.json
2020-12-17 16:13:32 +08:00

21 lines
349 B
JSON

{
"name": "jerryyan/dsl",
"description": "My DSL Thing",
"license": "GPL-3.0-or-later",
"type": "library",
"authors": [
{
"name": "q792602257",
"email": "jerryyan0912@qq.com"
}
],
"require": {
"php": ">=7.1",
"ext-mbstring": "*"
},
"autoload": {
"psr-4": {
"JerryYan\\DSL\\": "src"
}
}
}