Commit 2a615332f7ce81fba427f192ae7aaa4c8f3cc744
1 parent
9af65836
acdc
Showing
2 changed files
with
45 additions
and
2 deletions
Show diff stats
.gitignore
composer.lock
| ... | ... | @@ -4,7 +4,7 @@ |
| 4 | 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
| 5 | 5 | "This file is @generated automatically" |
| 6 | 6 | ], |
| 7 | - "content-hash": "c6783f45b7de3d8a9d3ff2977e905ad2", | |
| 7 | + "content-hash": "3aa3a339d76deb95c792d6b0d276feb2", | |
| 8 | 8 | "packages": [ |
| 9 | 9 | { |
| 10 | 10 | "name": "firebase/php-jwt", |
| ... | ... | @@ -881,6 +881,49 @@ |
| 881 | 881 | ], |
| 882 | 882 | "description": "Phalcon API Library", |
| 883 | 883 | "time": "2016-11-18T13:56:57+00:00" |
| 884 | + }, | |
| 885 | + { | |
| 886 | + "name": "ursaevandrey/allpositions", | |
| 887 | + "version": "1.0.0", | |
| 888 | + "source": { | |
| 889 | + "type": "git", | |
| 890 | + "url": "https://github.com/ursaevandrey/AllPositions.git", | |
| 891 | + "reference": "2c19c3ceda530da467e67362042cf61a4f935ace" | |
| 892 | + }, | |
| 893 | + "dist": { | |
| 894 | + "type": "zip", | |
| 895 | + "url": "https://api.github.com/repos/ursaevandrey/AllPositions/zipball/2c19c3ceda530da467e67362042cf61a4f935ace", | |
| 896 | + "reference": "2c19c3ceda530da467e67362042cf61a4f935ace", | |
| 897 | + "shasum": "" | |
| 898 | + }, | |
| 899 | + "require": { | |
| 900 | + "ext-curl": "*", | |
| 901 | + "ext-xmlrpc": "*", | |
| 902 | + "php": ">=5.4.0" | |
| 903 | + }, | |
| 904 | + "type": "library", | |
| 905 | + "autoload": { | |
| 906 | + "psr-4": { | |
| 907 | + "allpositions\\": "" | |
| 908 | + } | |
| 909 | + }, | |
| 910 | + "notification-url": "https://packagist.org/downloads/", | |
| 911 | + "license": [ | |
| 912 | + "BSD-3-Clause" | |
| 913 | + ], | |
| 914 | + "authors": [ | |
| 915 | + { | |
| 916 | + "name": "Andrey Ursaev", | |
| 917 | + "email": "yrsaev.andrey@gmail.com" | |
| 918 | + } | |
| 919 | + ], | |
| 920 | + "description": "Client for AllPositions API", | |
| 921 | + "homepage": "https://github.com/ursaevandrey/allpositions", | |
| 922 | + "keywords": [ | |
| 923 | + "allpositions", | |
| 924 | + "allpositions client" | |
| 925 | + ], | |
| 926 | + "time": "2016-06-09T17:22:25+00:00" | |
| 884 | 927 | } |
| 885 | 928 | ], |
| 886 | 929 | "packages-dev": [ | ... | ... |