init
Showing
... | ... | @@ -23,10 +23,10 @@ |
"squizlabs/php_codesniffer": "3.*" | ||
}, | ||
"autoload": { | ||
"psr-4": {"Thrift\\": "lib/php/lib/","tutorial\\": "tutorial/gen-php/tutorial/"} | ||
"psr-4": {"Thrift\\": "lib/php/lib/"} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": {"Test\\Thrift\\": "lib/php/test/","tutorial\\": "tutorial/gen-php/tutorial/"} | ||
"psr-4": {"Test\\Thrift\\": "lib/php/test/"} | ||
}, | ||
"minimum-stability": "dev", | ||
"extra": { | ||
... | ... |
Please
register
or
sign in
to comment