Changeset 2057960
- Timestamp:
- 03/26/2019 10:49:24 PM (7 years ago)
- Location:
- quantimodo/trunk
- Files:
-
- 2 edited
-
composer.json (modified) (1 diff)
-
composer.lock (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
quantimodo/trunk/composer.json
r2057831 r2057960 1 1 { 2 2 "require": { 3 "quantimodo/quantimodo-sdk-php": "5. 9.90517"3 "quantimodo/quantimodo-sdk-php": "5.10.32613" 4 4 }, 5 5 "require-dev": { 6 "phpunit/phpunit": " 8.0.6"6 "phpunit/phpunit": "5.6" 7 7 } 8 8 } -
quantimodo/trunk/composer.lock
r1936571 r2057960 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": " af33f2982a65f0622d7612e94459e361",7 "content-hash": "523a579a420657b55ce5a0d309aa2453", 8 8 "packages": [ 9 { 10 "name": "quantimodo/quantimodo-sdk-php", 11 "version": "5.10.32613", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/QuantiModo/quantimodo-sdk-php.git", 15 "reference": "1648b8309304a2d85a2a6259f7cab975632d9916" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/QuantiModo/quantimodo-sdk-php/zipball/1648b8309304a2d85a2a6259f7cab975632d9916", 20 "reference": "1648b8309304a2d85a2a6259f7cab975632d9916", 21 "shasum": "" 22 }, 23 "require": { 24 "ext-curl": "*", 25 "ext-json": "*", 26 "ext-mbstring": "*", 27 "php": ">=5.4" 28 }, 29 "require-dev": { 30 "friendsofphp/php-cs-fixer": "~1.12", 31 "phpunit/phpunit": "~4.8", 32 "satooshi/php-coveralls": "~1.0", 33 "squizlabs/php_codesniffer": "~2.6" 34 }, 35 "type": "library", 36 "autoload": { 37 "psr-4": { 38 "QuantiModo\\Client\\": "lib/" 39 } 40 }, 41 "notification-url": "https://packagist.org/downloads/", 42 "license": [ 43 "proprietary" 44 ], 45 "authors": [ 46 { 47 "name": "Swagger and contributors", 48 "homepage": "https://github.com/swagger-api/swagger-codegen" 49 } 50 ], 51 "homepage": "http://swagger.io", 52 "keywords": [ 53 "api", 54 "php", 55 "sdk", 56 "swagger" 57 ], 58 "time": "2019-03-26T18:10:33+00:00" 59 } 60 ], 61 "packages-dev": [ 9 62 { 10 63 "name": "doctrine/instantiator", … … 712 765 "xunit" 713 766 ], 767 "abandoned": true, 714 768 "time": "2017-06-30T09:13:00+00:00" 715 },716 {717 "name": "quantimodo/quantimodo-sdk-php",718 "version": "5.9.90517",719 "source": {720 "type": "git",721 "url": "https://github.com/QuantiModo/quantimodo-sdk-php.git",722 "reference": "812d43d8c6d260730cdf575e034f0b3aed6d6a8a"723 },724 "dist": {725 "type": "zip",726 "url": "https://api.github.com/repos/QuantiModo/quantimodo-sdk-php/zipball/812d43d8c6d260730cdf575e034f0b3aed6d6a8a",727 "reference": "812d43d8c6d260730cdf575e034f0b3aed6d6a8a",728 "shasum": ""729 },730 "require": {731 "ext-curl": "*",732 "ext-json": "*",733 "ext-mbstring": "*",734 "php": ">=5.4"735 },736 "require-dev": {737 "friendsofphp/php-cs-fixer": "~1.12",738 "phpunit/phpunit": "~4.8",739 "satooshi/php-coveralls": "~1.0",740 "squizlabs/php_codesniffer": "~2.6"741 },742 "type": "library",743 "autoload": {744 "psr-4": {745 "QuantiModo\\Client\\": "lib/"746 }747 },748 "notification-url": "https://packagist.org/downloads/",749 "license": [750 "proprietary"751 ],752 "authors": [753 {754 "name": "Swagger and contributors",755 "homepage": "https://github.com/swagger-api/swagger-codegen"756 }757 ],758 "homepage": "http://swagger.io",759 "keywords": [760 "api",761 "php",762 "sdk",763 "swagger"764 ],765 "time": "2018-09-05T22:49:33+00:00"766 769 }, 767 770 { … … 1323 1326 { 1324 1327 "name": "Gert de Pagter", 1325 "email": " BackEndTea@gmail.com"1328 "email": "backendtea@gmail.com" 1326 1329 } 1327 1330 ], … … 1446 1449 } 1447 1450 ], 1448 "packages-dev": [],1449 1451 "aliases": [], 1450 1452 "minimum-stability": "stable",
Note: See TracChangeset
for help on using the changeset viewer.