Commit 7bb378d8cd92d36ed3377cfcc58e0618cc4a4741
1 parent
4271fcda
composer lock
Showing
1 changed file
with
123 additions
and
36 deletions
Show diff stats
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": "43d9d8cfbaec47fb55b50e4e9c2d364e", | |
| 7 | + "content-hash": "571d9e1a14390cbc6d12496fe35ec0b6", | |
| 8 | 8 | "packages": [ |
| 9 | 9 | { |
| 10 | 10 | "name": "firebase/php-jwt", |
| ... | ... | @@ -425,6 +425,49 @@ |
| 425 | 425 | "time": "2015-10-07T14:48:58+00:00" |
| 426 | 426 | }, |
| 427 | 427 | { |
| 428 | + "name": "libertysumy/phalcon-rest", | |
| 429 | + "version": "dev-master", | |
| 430 | + "source": { | |
| 431 | + "type": "git", | |
| 432 | + "url": "https://github.com/libertysumy/phalcon-rest.git", | |
| 433 | + "reference": "8d51579789208e08627ddaf4e5228670f4850e70" | |
| 434 | + }, | |
| 435 | + "dist": { | |
| 436 | + "type": "zip", | |
| 437 | + "url": "https://api.github.com/repos/libertysumy/phalcon-rest/zipball/8d51579789208e08627ddaf4e5228670f4850e70", | |
| 438 | + "reference": "8d51579789208e08627ddaf4e5228670f4850e70", | |
| 439 | + "shasum": "" | |
| 440 | + }, | |
| 441 | + "require": { | |
| 442 | + "ext-phalcon": ">=1.3.2", | |
| 443 | + "php": ">=5.4", | |
| 444 | + "redound/phalcon-api": "^1.0.2" | |
| 445 | + }, | |
| 446 | + "suggest": { | |
| 447 | + "firebase/php-jwt": "^3.0", | |
| 448 | + "league/fractal": "^0.13.0" | |
| 449 | + }, | |
| 450 | + "type": "library", | |
| 451 | + "autoload": { | |
| 452 | + "psr-4": { | |
| 453 | + "PhalconRest\\": "src/PhalconRest" | |
| 454 | + } | |
| 455 | + }, | |
| 456 | + "notification-url": "https://packagist.org/downloads/", | |
| 457 | + "authors": [ | |
| 458 | + { | |
| 459 | + "name": "Olivier Andriessen", | |
| 460 | + "email": "olivierandriessen@gmail.com" | |
| 461 | + }, | |
| 462 | + { | |
| 463 | + "name": "Bart Blok", | |
| 464 | + "email": "bart@wittig.nl" | |
| 465 | + } | |
| 466 | + ], | |
| 467 | + "description": "Phalcon REST Library", | |
| 468 | + "time": "2017-02-14 18:19:40" | |
| 469 | + }, | |
| 470 | + { | |
| 428 | 471 | "name": "monolog/monolog", |
| 429 | 472 | "version": "1.22.0", |
| 430 | 473 | "source": { |
| ... | ... | @@ -595,6 +638,57 @@ |
| 595 | 638 | "time": "2016-10-04T00:57:04+00:00" |
| 596 | 639 | }, |
| 597 | 640 | { |
| 641 | + "name": "phpxmlrpc/phpxmlrpc", | |
| 642 | + "version": "dev-master", | |
| 643 | + "source": { | |
| 644 | + "type": "git", | |
| 645 | + "url": "https://github.com/gggeek/phpxmlrpc.git", | |
| 646 | + "reference": "e7b08a72aecd879884bc85988640cf49302ce041" | |
| 647 | + }, | |
| 648 | + "dist": { | |
| 649 | + "type": "zip", | |
| 650 | + "url": "https://api.github.com/repos/gggeek/phpxmlrpc/zipball/e7b08a72aecd879884bc85988640cf49302ce041", | |
| 651 | + "reference": "e7b08a72aecd879884bc85988640cf49302ce041", | |
| 652 | + "shasum": "" | |
| 653 | + }, | |
| 654 | + "require": { | |
| 655 | + "ext-xml": "*", | |
| 656 | + "php": ">=5.3.0" | |
| 657 | + }, | |
| 658 | + "require-dev": { | |
| 659 | + "codeclimate/php-test-reporter": "dev-master", | |
| 660 | + "docbook/docbook-xsl": "~1.78", | |
| 661 | + "ext-curl": "*", | |
| 662 | + "ext-mbstring": "*", | |
| 663 | + "indeyets/pake": "~1.99", | |
| 664 | + "phpunit/phpunit": ">=4.0.0", | |
| 665 | + "phpunit/phpunit-selenium": "*", | |
| 666 | + "sami/sami": "~3.1" | |
| 667 | + }, | |
| 668 | + "suggest": { | |
| 669 | + "ext-curl": "Needed for HTTPS and HTTP 1.1 support, NTLM Auth etc...", | |
| 670 | + "ext-mbstring": "Needed to allow reception of requests/responses in character sets other than ASCII,LATIN-1,UTF-8", | |
| 671 | + "ext-zlib": "Needed for sending compressed requests and receiving compressed responses, if cURL is not available" | |
| 672 | + }, | |
| 673 | + "type": "library", | |
| 674 | + "autoload": { | |
| 675 | + "psr-4": { | |
| 676 | + "PhpXmlRpc\\": "src/" | |
| 677 | + } | |
| 678 | + }, | |
| 679 | + "notification-url": "https://packagist.org/downloads/", | |
| 680 | + "license": [ | |
| 681 | + "BSD-3-Clause" | |
| 682 | + ], | |
| 683 | + "description": "A php library for building xmlrpc clients and servers", | |
| 684 | + "homepage": "http://gggeek.github.io/phpxmlrpc/", | |
| 685 | + "keywords": [ | |
| 686 | + "webservices", | |
| 687 | + "xmlrpc" | |
| 688 | + ], | |
| 689 | + "time": "2016-10-01 12:29:37" | |
| 690 | + }, | |
| 691 | + { | |
| 598 | 692 | "name": "psr/cache", |
| 599 | 693 | "version": "1.0.1", |
| 600 | 694 | "source": { |
| ... | ... | @@ -782,47 +876,36 @@ |
| 782 | 876 | "time": "2016-11-18T13:56:57+00:00" |
| 783 | 877 | }, |
| 784 | 878 | { |
| 785 | - "name": "redound/phalcon-rest", | |
| 786 | - "version": "v2.0.0", | |
| 879 | + "name": "xf3/allpositionsru", | |
| 880 | + "version": "dev-master", | |
| 787 | 881 | "source": { |
| 788 | 882 | "type": "git", |
| 789 | - "url": "https://github.com/redound/phalcon-rest.git", | |
| 790 | - "reference": "fe3c417d60f87190d1f51e3d3e749d86e280eb56" | |
| 883 | + "url": "https://github.com/xf3/AllPositions.git", | |
| 884 | + "reference": "2e882c8614206bb17ee2cfdac26c7cf658b61c8c" | |
| 791 | 885 | }, |
| 792 | 886 | "dist": { |
| 793 | 887 | "type": "zip", |
| 794 | - "url": "https://api.github.com/repos/redound/phalcon-rest/zipball/fe3c417d60f87190d1f51e3d3e749d86e280eb56", | |
| 795 | - "reference": "fe3c417d60f87190d1f51e3d3e749d86e280eb56", | |
| 888 | + "url": "https://api.github.com/repos/xf3/AllPositions/zipball/2e882c8614206bb17ee2cfdac26c7cf658b61c8c", | |
| 889 | + "reference": "2e882c8614206bb17ee2cfdac26c7cf658b61c8c", | |
| 796 | 890 | "shasum": "" |
| 797 | 891 | }, |
| 798 | 892 | "require": { |
| 799 | - "ext-phalcon": ">=1.3.2", | |
| 800 | - "php": ">=5.4", | |
| 801 | - "redound/phalcon-api": "^1.0.2" | |
| 802 | - }, | |
| 803 | - "suggest": { | |
| 804 | - "firebase/php-jwt": "^3.0", | |
| 805 | - "league/fractal": "^0.13.0" | |
| 893 | + "phpxmlrpc/phpxmlrpc": "dev-master" | |
| 806 | 894 | }, |
| 807 | 895 | "type": "library", |
| 808 | - "autoload": { | |
| 809 | - "psr-4": { | |
| 810 | - "PhalconRest\\": "src/PhalconRest" | |
| 811 | - } | |
| 812 | - }, | |
| 813 | 896 | "notification-url": "https://packagist.org/downloads/", |
| 814 | - "authors": [ | |
| 815 | - { | |
| 816 | - "name": "Olivier Andriessen", | |
| 817 | - "email": "olivierandriessen@gmail.com" | |
| 818 | - }, | |
| 819 | - { | |
| 820 | - "name": "Bart Blok", | |
| 821 | - "email": "bart@wittig.nl" | |
| 822 | - } | |
| 897 | + "license": [ | |
| 898 | + "BSD-3-Clause" | |
| 823 | 899 | ], |
| 824 | - "description": "Phalcon REST Library", | |
| 825 | - "time": "2016-11-18T13:57:26+00:00" | |
| 900 | + "description": "allpositions.ru API client", | |
| 901 | + "homepage": "https://github.com/xf3/allpositionsru", | |
| 902 | + "keywords": [ | |
| 903 | + "allpositions.ru", | |
| 904 | + "api", | |
| 905 | + "client", | |
| 906 | + "xmlrpc" | |
| 907 | + ], | |
| 908 | + "time": "2016-11-04 09:44:48" | |
| 826 | 909 | } |
| 827 | 910 | ], |
| 828 | 911 | "packages-dev": [ |
| ... | ... | @@ -1577,16 +1660,16 @@ |
| 1577 | 1660 | }, |
| 1578 | 1661 | { |
| 1579 | 1662 | "name": "phpunit/phpunit", |
| 1580 | - "version": "5.7.12", | |
| 1663 | + "version": "5.7.13", | |
| 1581 | 1664 | "source": { |
| 1582 | 1665 | "type": "git", |
| 1583 | 1666 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
| 1584 | - "reference": "944600e244f80a5252679878553b95c63dbf978b" | |
| 1667 | + "reference": "60ebeed87a35ea46fd7f7d8029df2d6f013ebb34" | |
| 1585 | 1668 | }, |
| 1586 | 1669 | "dist": { |
| 1587 | 1670 | "type": "zip", |
| 1588 | - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/944600e244f80a5252679878553b95c63dbf978b", | |
| 1589 | - "reference": "944600e244f80a5252679878553b95c63dbf978b", | |
| 1671 | + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/60ebeed87a35ea46fd7f7d8029df2d6f013ebb34", | |
| 1672 | + "reference": "60ebeed87a35ea46fd7f7d8029df2d6f013ebb34", | |
| 1590 | 1673 | "shasum": "" |
| 1591 | 1674 | }, |
| 1592 | 1675 | "require": { |
| ... | ... | @@ -1655,7 +1738,7 @@ |
| 1655 | 1738 | "testing", |
| 1656 | 1739 | "xunit" |
| 1657 | 1740 | ], |
| 1658 | - "time": "2017-02-08T05:54:05+00:00" | |
| 1741 | + "time": "2017-02-10T09:05:10+00:00" | |
| 1659 | 1742 | }, |
| 1660 | 1743 | { |
| 1661 | 1744 | "name": "phpunit/phpunit-mock-objects", |
| ... | ... | @@ -2840,7 +2923,11 @@ |
| 2840 | 2923 | ], |
| 2841 | 2924 | "aliases": [], |
| 2842 | 2925 | "minimum-stability": "stable", |
| 2843 | - "stability-flags": [], | |
| 2926 | + "stability-flags": { | |
| 2927 | + "libertysumy/phalcon-rest": 20, | |
| 2928 | + "xf3/allpositionsru": 20, | |
| 2929 | + "phpxmlrpc/phpxmlrpc": 20 | |
| 2930 | + }, | |
| 2844 | 2931 | "prefer-stable": false, |
| 2845 | 2932 | "prefer-lowest": false, |
| 2846 | 2933 | "platform": [], | ... | ... |