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