StringReader部分

This commit is contained in:
2020-12-18 18:12:47 +08:00
parent 9484b3c098
commit 9a0e925f6e
13 changed files with 338 additions and 28 deletions

View File

@ -13,9 +13,18 @@
"php": ">=7.1",
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"mockery/mockery": "^1.4"
},
"autoload": {
"psr-4": {
"JerryYan\\DSL\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"JerryYan\\DSL\\Test\\": "tests"
}
}
}