Commit 94250140 authored by tufengqi's avatar tufengqi

mod composer

parent 10ea06fd
...@@ -23,10 +23,10 @@ ...@@ -23,10 +23,10 @@
"squizlabs/php_codesniffer": "3.*" "squizlabs/php_codesniffer": "3.*"
}, },
"autoload": { "autoload": {
"psr-4": {"Thrift\\": "lib/php/lib/"} "psr-4": {"Thrift\\": "lib/php/lib/","\\tutorial\\": "tutorial/gen-php/tutorial/"}
}, },
"autoload-dev": { "autoload-dev": {
"psr-4": {"Test\\Thrift\\": "lib/php/test/"} "psr-4": {"Test\\Thrift\\": "lib/php/test/","\\tutorial\\": "tutorial/gen-php/tutorial/"}
}, },
"minimum-stability": "dev", "minimum-stability": "dev",
"extra": { "extra": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment