[ { "name": "bluem/tree", "version": "3.1", "version_normalized": "3.1.0.0", "source": { "type": "git", "url": "https://github.com/BlueM/Tree.git", "reference": "e520150cc713b4318c6ceae05d578462d930bc59" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/BlueM/Tree/zipball/e520150cc713b4318c6ceae05d578462d930bc59", "reference": "e520150cc713b4318c6ceae05d578462d930bc59", "shasum": "" }, "require": { "ext-json": "*", "php": ">=7.0" }, "require-dev": { "doctrine/instantiator": "1.0.*", "phpunit/phpunit": "6.*" }, "time": "2019-09-15T06:11:51+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "BlueM\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Carsten Blüm", "email": "carsten@bluem.net" } ], "description": "Library for handling tree structures based on parent IDs", "homepage": "https://github.com/BlueM/Tree", "keywords": [ "hierarchical", "tree" ] }, { "name": "centrifugal/phpcent", "version": "3.1.0", "version_normalized": "3.1.0.0", "source": { "type": "git", "url": "https://github.com/centrifugal/phpcent.git", "reference": "cc444c30a112f6eb819469522086acaa594b1953" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/centrifugal/phpcent/zipball/cc444c30a112f6eb819469522086acaa594b1953", "reference": "cc444c30a112f6eb819469522086acaa594b1953", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "5.*" }, "time": "2020-03-12T19:05:49+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "phpcent\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "PHP library to communicate with Centrifugo HTTP API", "homepage": "https://github.com/centrifugal/phpcent", "keywords": [ "centrifugo", "messaging", "realtime", "websocket" ] }, { "name": "cybercog/youtrack-php-sdk", "version": "4.0.1", "version_normalized": "4.0.1.0", "source": { "type": "git", "url": "https://github.com/cybercog/youtrack-php-sdk.git", "reference": "aaf07b04e600fb3b5317e3b0f8a3dc37a9944e27" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cybercog/youtrack-php-sdk/zipball/aaf07b04e600fb3b5317e3b0f8a3dc37a9944e27", "reference": "aaf07b04e600fb3b5317e3b0f8a3dc37a9944e27", "shasum": "" }, "require": { "cybercog/youtrack-rest-php": "^6.0", "php": "^7.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "^1.11", "mockery/mockery": "^0.9.8", "orchestra/database": "~3.5.0", "orchestra/testbench": "~3.5.0", "phpunit/phpunit": "^6.0" }, "suggest": { "cybercog/laravel-youtrack-sdk": "Laravel integration with PHP YouTrack SDK." }, "time": "2017-12-30T20:53:23+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Cog\\YouTrack\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Anton Komarev", "email": "a.komarev@cybercog.su", "homepage": "http://ell.folio.su", "role": "Developer" } ], "description": "PHP YouTrack Software Development Kit.", "homepage": "https://github.com/cybercog/youtrack-php-sdk", "keywords": [ "api", "bugtracker", "client", "cog", "cybercog", "framework-agnostic", "helpdesk", "issues", "jetbrains", "laravel", "pm", "rest", "sdk", "tickets", "youtrack", "yt" ] }, { "name": "cybercog/youtrack-rest-php", "version": "6.2.0", "version_normalized": "6.2.0.0", "source": { "type": "git", "url": "https://github.com/cybercog/youtrack-rest-php.git", "reference": "60aaec11413fa3385a70ad7709f3b13828703f15" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cybercog/youtrack-rest-php/zipball/60aaec11413fa3385a70ad7709f3b13828703f15", "reference": "60aaec11413fa3385a70ad7709f3b13828703f15", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/guzzle": "^6.2", "php": "^7.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "^1.11", "mockery/mockery": "^0.9.8", "orchestra/database": "~3.5.0", "orchestra/testbench": "~3.5.0", "phpunit/phpunit": "^6.0" }, "suggest": { "cybercog/laravel-youtrack-sdk": "Laravel integration with PHP YouTrack SDK.", "cybercog/youtrack-php-sdk": "PHP YouTrack SDK." }, "time": "2019-10-18T13:18:07+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Cog\\Contracts\\YouTrack\\Rest\\": "contracts/", "Cog\\YouTrack\\Rest\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Anton Komarev", "email": "anton@komarev.com", "homepage": "https://komarev.com", "role": "Developer" } ], "description": "YouTrack REST API PHP Client.", "homepage": "https://github.com/cybercog/youtrack-rest-php", "keywords": [ "api", "bugtracker", "client", "cog", "cybercog", "helpdesk", "issues", "jetbrains", "laravel", "pm", "rest", "tickets", "youtrack", "yt" ] }, { "name": "guzzlehttp/guzzle", "version": "6.5.2", "version_normalized": "6.5.2.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "43ece0e75098b7ecd8d13918293029e555a50f82" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/43ece0e75098b7ecd8d13918293029e555a50f82", "reference": "43ece0e75098b7ecd8d13918293029e555a50f82", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^1.0", "guzzlehttp/psr7": "^1.6.1", "php": ">=5.5" }, "require-dev": { "ext-curl": "*", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", "psr/log": "^1.1" }, "suggest": { "ext-intl": "Required for Internationalized Domain Name (IDN) support", "psr/log": "Required for using the Log middleware" }, "time": "2019-12-23T11:57:10+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "6.5-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "GuzzleHttp\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Guzzle is a PHP HTTP client library", "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", "rest", "web service" ] }, { "name": "guzzlehttp/promises", "version": "v1.3.1", "version_normalized": "1.3.1.0", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", "shasum": "" }, "require": { "php": ">=5.5.0" }, "require-dev": { "phpunit/phpunit": "^4.0" }, "time": "2016-12-20T10:07:11+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "GuzzleHttp\\Promise\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Guzzle promises library", "keywords": [ "promise" ] }, { "name": "guzzlehttp/psr7", "version": "1.6.1", "version_normalized": "1.6.1.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "239400de7a173fe9901b9ac7c06497751f00727a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a", "reference": "239400de7a173fe9901b9ac7c06497751f00727a", "shasum": "" }, "require": { "php": ">=5.4.0", "psr/http-message": "~1.0", "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { "ext-zlib": "*", "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" }, "suggest": { "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses" }, "time": "2019-07-01T23:21:34+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.6-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "GuzzleHttp\\Psr7\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Tobias Schultze", "homepage": "https://github.com/Tobion" } ], "description": "PSR-7 message implementation that also provides common utility methods", "keywords": [ "http", "message", "psr-7", "request", "response", "stream", "uri", "url" ] }, { "name": "monolog/monolog", "version": "1.25.3", "version_normalized": "1.25.3.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fa82921994db851a8becaf3787a9e73c5976b6f1", "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1", "shasum": "" }, "require": { "php": ">=5.3.0", "psr/log": "~1.0" }, "provide": { "psr/log-implementation": "1.0.0" }, "require-dev": { "aws/aws-sdk-php": "^2.4.9 || ^3.0", "doctrine/couchdb": "~1.0@dev", "graylog2/gelf-php": "~1.0", "jakub-onderka/php-parallel-lint": "0.9", "php-amqplib/php-amqplib": "~2.4", "php-console/php-console": "^3.1.3", "phpunit/phpunit": "~4.5", "phpunit/phpunit-mock-objects": "2.3.0", "ruflin/elastica": ">=0.90 <3.0", "sentry/sentry": "^0.13", "swiftmailer/swiftmailer": "^5.3|^6.0" }, "suggest": { "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", "doctrine/couchdb": "Allow sending log messages to a CouchDB server", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-mongo": "Allow sending log messages to a MongoDB server", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", "php-console/php-console": "Allow sending log messages to Google Chrome", "rollbar/rollbar": "Allow sending log messages to Rollbar", "ruflin/elastica": "Allow sending log messages to an Elastic Search server", "sentry/sentry": "Allow sending log messages to a Sentry server" }, "time": "2019-12-20T14:15:16+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Monolog\\": "src/Monolog" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", "homepage": "http://github.com/Seldaek/monolog", "keywords": [ "log", "logging", "psr-3" ] }, { "name": "oleh-ozimok/php-centrifugo", "version": "v2.0.0", "version_normalized": "2.0.0.0", "source": { "type": "git", "url": "https://github.com/oleh-ozimok/php-centrifugo.git", "reference": "1d62006aec6a232d4e484640bbe8515b53132435" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/oleh-ozimok/php-centrifugo/zipball/1d62006aec6a232d4e484640bbe8515b53132435", "reference": "1d62006aec6a232d4e484640bbe8515b53132435", "shasum": "" }, "require": { "ext-curl": "*", "php": ">=5.4.0" }, "require-dev": { "predis/predis": "^1.1" }, "suggest": { "predis/predis": "Enable Predis support" }, "time": "2018-04-04T09:30:17+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Centrifugo\\": "src/Centrifugo" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Oleh Ozimok", "email": "ozimok.oleg@gmail.com" } ], "description": "PHP client for Centrifugo real-time messaging server", "homepage": "https://github.com/oleh-ozimok/php-centrifugo", "keywords": [ "centrifugo", "real-time" ] }, { "name": "php-amqplib/php-amqplib", "version": "v2.11.1", "version_normalized": "2.11.1.0", "source": { "type": "git", "url": "https://github.com/php-amqplib/php-amqplib.git", "reference": "cfbfaf6262cd8d017f29862164f75e265d832434" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/cfbfaf6262cd8d017f29862164f75e265d832434", "reference": "cfbfaf6262cd8d017f29862164f75e265d832434", "shasum": "" }, "require": { "ext-mbstring": "*", "ext-sockets": "*", "php": ">=5.6.3", "phpseclib/phpseclib": "^2.0.0" }, "conflict": { "php": "7.4.0 - 7.4.1" }, "replace": { "videlalvaro/php-amqplib": "self.version" }, "require-dev": { "ext-curl": "*", "nategood/httpful": "^0.2.20", "phpunit/phpunit": "^5.7|^6.5|^7.0", "squizlabs/php_codesniffer": "^2.5" }, "time": "2020-02-24T17:37:52+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.11-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "PhpAmqpLib\\": "PhpAmqpLib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1-or-later" ], "authors": [ { "name": "Alvaro Videla", "role": "Original Maintainer" }, { "name": "John Kelly", "email": "johnmkelly86@gmail.com", "role": "Maintainer" }, { "name": "Raúl Araya", "email": "nubeiro@gmail.com", "role": "Maintainer" }, { "name": "Luke Bakken", "email": "luke@bakken.io", "role": "Maintainer" } ], "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.", "homepage": "https://github.com/php-amqplib/php-amqplib/", "keywords": [ "message", "queue", "rabbitmq" ] }, { "name": "phpseclib/phpseclib", "version": "2.0.25", "version_normalized": "2.0.25.0", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", "reference": "c18159618ed7cd7ff721ac1a8fec7860a475d2f0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/c18159618ed7cd7ff721ac1a8fec7860a475d2f0", "reference": "c18159618ed7cd7ff721ac1a8fec7860a475d2f0", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "phing/phing": "~2.7", "phpunit/phpunit": "^4.8.35|^5.7|^6.0", "sami/sami": "~2.0", "squizlabs/php_codesniffer": "~2.0" }, "suggest": { "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." }, "time": "2020-02-25T04:16:50+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "phpseclib/bootstrap.php" ], "psr-4": { "phpseclib\\": "phpseclib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jim Wigginton", "email": "terrafrost@php.net", "role": "Lead Developer" }, { "name": "Patrick Monnerat", "email": "pm@datasphere.ch", "role": "Developer" }, { "name": "Andreas Fischer", "email": "bantu@phpbb.com", "role": "Developer" }, { "name": "Hans-Jürgen Petrich", "email": "petrich@tronic-media.com", "role": "Developer" }, { "name": "Graham Campbell", "email": "graham@alt-three.com", "role": "Developer" } ], "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", "homepage": "http://phpseclib.sourceforge.net", "keywords": [ "BigInteger", "aes", "asn.1", "asn1", "blowfish", "crypto", "cryptography", "encryption", "rsa", "security", "sftp", "signature", "signing", "ssh", "twofish", "x.509", "x509" ] }, { "name": "psr/http-message", "version": "1.0.1", "version_normalized": "1.0.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2016-08-06T14:39:51+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ] }, { "name": "psr/log", "version": "1.1.2", "version_normalized": "1.1.2.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801", "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2019-11-01T11:05:21+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ] }, { "name": "ralouphie/getallheaders", "version": "3.0.3", "version_normalized": "3.0.3.0", "source": { "type": "git", "url": "https://github.com/ralouphie/getallheaders.git", "reference": "120b605dfeb996808c31b6477290a714d356e822" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", "reference": "120b605dfeb996808c31b6477290a714d356e822", "shasum": "" }, "require": { "php": ">=5.6" }, "require-dev": { "php-coveralls/php-coveralls": "^2.1", "phpunit/phpunit": "^5 || ^6.5" }, "time": "2019-03-08T08:55:37+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "src/getallheaders.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ralph Khattar", "email": "ralph.khattar@gmail.com" } ], "description": "A polyfill for getallheaders." }, { "name": "symfony/process", "version": "v4.4.5", "version_normalized": "4.4.5.0", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "bf9166bac906c9e69fb7a11d94875e7ced97bcd7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/bf9166bac906c9e69fb7a11d94875e7ced97bcd7", "reference": "bf9166bac906c9e69fb7a11d94875e7ced97bcd7", "shasum": "" }, "require": { "php": "^7.1.3" }, "time": "2020-02-07T20:06:44+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "4.4-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\Process\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Process Component", "homepage": "https://symfony.com", "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ] } ]