|
@@ -0,0 +1,27 @@
|
|
|
|
+{
|
|
|
|
+ "name": "app/tri5990-v3.1-win10",
|
|
|
|
+ "type": "project",
|
|
|
|
+ "description": "tri5990-v3.1-win10 app",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "minimum-stability": "dev",
|
|
|
|
+ "require":{
|
|
|
|
+ "util/distribute-helper": "dev-master",
|
|
|
|
+ "sdk/qt512-mingw-x64": "1.0"
|
|
|
|
+ },
|
|
|
|
+ "repositories": {
|
|
|
|
+ "packagist": {
|
|
|
|
+ "type": "composer",
|
|
|
|
+ "url": "http://satis-dist.lysis.com.cn:4000/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "config": {
|
|
|
|
+ "secure-http": false
|
|
|
|
+ },
|
|
|
|
+ "scripts":{
|
|
|
|
+ "post-update-cmd": "DistributeHelper\\HelperClass::postUpdate"
|
|
|
|
+ },
|
|
|
|
+ "distribute-helper": {
|
|
|
|
+ "use-space": "",
|
|
|
|
+ "module-name":"tri5990v31"
|
|
|
|
+ }
|
|
|
|
+}
|