[ { "name": "aferrandini/phpqrcode", "version": "1.0.1", "version_normalized": "1.0.1.0", "source": { "type": "git", "url": "https://github.com/aferrandini/PHPQRCode.git", "reference": "3c1c0454d43710ab5bbe19a51ad4cb41c22e3d46" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/aferrandini/PHPQRCode/zipball/3c1c0454d43710ab5bbe19a51ad4cb41c22e3d46", "reference": "3c1c0454d43710ab5bbe19a51ad4cb41c22e3d46", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2013-07-08T09:39:08+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "PHPQRCode": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ariel Ferrandini", "email": "arielferrandini@gmail.com", "homepage": "http://www.ferrandini.com/", "role": "Developer" } ], "description": "PHPQRCode porting and changed for PHP 5.3 compatibility", "homepage": "https://github.com/aferrandini/PHPQRCode", "keywords": [ "barcode", "php", "qrcode" ], "abandoned": "endroid/qr-code" }, { "name": "alchemy/binary-driver", "version": "1.6.0", "version_normalized": "1.6.0.0", "source": { "type": "git", "url": "https://github.com/alchemy-fr/BinaryDriver.git", "reference": "80c6633890afb71d2417ae851d0ad167d8b00b95" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/alchemy-fr/BinaryDriver/zipball/80c6633890afb71d2417ae851d0ad167d8b00b95", "reference": "80c6633890afb71d2417ae851d0ad167d8b00b95", "shasum": "" }, "require": { "evenement/evenement": "^2.0|^1.0", "monolog/monolog": "^1.3", "php": ">=5.5", "psr/log": "^1.0", "symfony/process": "^2.0|^3.0" }, "require-dev": { "phpunit/phpunit": "^4.0|^5.0" }, "time": "2016-03-02T13:49:15+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "Alchemy": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Romain Neutron", "email": "imprec@gmail.com", "homepage": "http://www.lickmychip.com/" }, { "name": "Phraseanet Team", "email": "info@alchemy.fr", "homepage": "http://www.phraseanet.com/" }, { "name": "Nicolas Le Goff", "email": "legoff.n@gmail.com" } ], "description": "A set of tools to build binary drivers", "keywords": [ "binary", "driver" ] }, { "name": "alchemy/ghostscript", "version": "0.4.0", "version_normalized": "0.4.0.0", "source": { "type": "git", "url": "https://github.com/alchemy-fr/Ghostscript-PHP.git", "reference": "a5d40c29efa4c4e4016a1f83cd5645300ad602d7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/alchemy-fr/Ghostscript-PHP/zipball/a5d40c29efa4c4e4016a1f83cd5645300ad602d7", "reference": "a5d40c29efa4c4e4016a1f83cd5645300ad602d7", "shasum": "" }, "require": { "alchemy/binary-driver": "~1.5", "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~3.7", "sami/sami": "~1.0", "silex/silex": "~1.0" }, "time": "2013-06-25T09:12:58+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "Ghostscript": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Romain Neutron", "email": "imprec@gmail.com", "homepage": "http://www.lickmychip.com/" }, { "name": "Phraseanet Team", "email": "info@alchemy.fr", "homepage": "http://www.phraseanet.com/" } ], "description": "Ghostscript PDF, a library to handle PDF through ghostscript", "keywords": [ "ghostscript", "pdf" ] }, { "name": "alchemy/mediavorus", "version": "0.4.9", "version_normalized": "0.4.9.0", "source": { "type": "git", "url": "https://github.com/alchemy-fr/MediaVorus.git", "reference": "1a96dc4142ff8474c11285cab9eab11df9683255" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/alchemy-fr/MediaVorus/zipball/1a96dc4142ff8474c11285cab9eab11df9683255", "reference": "1a96dc4142ff8474c11285cab9eab11df9683255", "shasum": "" }, "require": { "alchemy/phpexiftool": "~0.1", "doctrine/collections": "~1.0", "monolog/monolog": "~1.0", "php": ">=5.3.0", "php-ffmpeg/php-ffmpeg": "~0.3", "symfony/http-foundation": "~2.0" }, "replace": { "mediavorus/mediavorus": "<=0.4.4" }, "require-dev": { "jms/serializer": "~0.12.0", "silex/silex": "~1.0", "symfony/yaml": "~2.0" }, "suggest": { "jms/serializer": "To serialize Medias", "symfony/yaml": "To serialize Medias in Yaml format" }, "time": "2019-01-22T11:23:34+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "0.4.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "MediaVorus": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Romain Neutron", "email": "imprec@gmail.com", "homepage": "http://www.lickmychip.com/" } ], "description": "MediaVorus", "keywords": [ "metadata" ] }, { "name": "alchemy/phpexiftool", "version": "0.7.2", "version_normalized": "0.7.2.0", "source": { "type": "git", "url": "https://github.com/alchemy-fr/PHPExiftool.git", "reference": "ba1cb51eceb6562d7996023478977a8739de188b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/alchemy-fr/PHPExiftool/zipball/ba1cb51eceb6562d7996023478977a8739de188b", "reference": "ba1cb51eceb6562d7996023478977a8739de188b", "shasum": "" }, "require": { "doctrine/cache": "^1.0", "doctrine/collections": "^1.0", "monolog/monolog": "^1.3", "php": ">=5.5.9", "phpexiftool/exiftool": "10.10", "symfony/console": "^2.1|^3.0", "symfony/process": "^2.1|^3.0" }, "replace": { "phpexiftool/phpexiftool": "<0.5.0" }, "require-dev": { "jms/serializer": "~0.10|^1.0", "phpunit/phpunit": "^4.0|^5.0", "silex/silex": "~1.0", "symfony/css-selector": "^2.1|^3.0", "symfony/dom-crawler": "^2.1|^3.0", "symfony/finder": "^2.1|^3.0", "symfony/yaml": "^2.1|^3.0" }, "suggest": { "jms/serializer": "To serialize tags", "symfony/yaml": "To serialize tags in Yaml format" }, "time": "2019-02-13T13:06:43+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "0.5.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "PHPExiftool\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Romain Neutron", "email": "imprec@gmail.com", "homepage": "http://www.lickmychip.com/" }, { "name": "Benoit Burnichon", "email": "bburnichon@alchemy.fr", "role": "Lead Developer" } ], "description": "Exiftool driver for PHP", "keywords": [ "exiftool", "metadata" ] }, { "name": "alchemy/zippy", "version": "0.4.9", "version_normalized": "0.4.9.0", "source": { "type": "git", "url": "https://github.com/alchemy-fr/Zippy.git", "reference": "59fbeefb9a249122867ef25e53addfcce31850d7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/59fbeefb9a249122867ef25e53addfcce31850d7", "reference": "59fbeefb9a249122867ef25e53addfcce31850d7", "shasum": "" }, "require": { "doctrine/collections": "~1.0", "php": ">=5.5", "symfony/filesystem": "^2.0.5 || ^3.0 || ^4.0", "symfony/polyfill-mbstring": "^1.3", "symfony/process": "^2.1 || ^3.0 || ^4.0" }, "require-dev": { "ext-zip": "*", "guzzle/guzzle": "~3.0", "guzzlehttp/guzzle": "^6.0", "phpunit/phpunit": "^4.0 || ^5.0", "symfony/finder": "^2.0.5 || ^3.0 || ^4.0" }, "suggest": { "ext-zip": "To use the ZipExtensionAdapter", "guzzle/guzzle": "To use the GuzzleTeleporter with Guzzle 3", "guzzlehttp/guzzle": "To use the GuzzleTeleporter with Guzzle 6" }, "time": "2018-02-22T13:58:36+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "0.4.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Alchemy\\Zippy\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Alchemy", "email": "dev.team@alchemy.fr", "homepage": "http://www.alchemy.fr/" } ], "description": "Zippy, the archive manager companion", "keywords": [ "bzip", "compression", "tar", "zip" ] }, { "name": "behat/behat", "version": "v3.5.0", "version_normalized": "3.5.0.0", "source": { "type": "git", "url": "https://github.com/Behat/Behat.git", "reference": "e4bce688be0c2029dc1700e46058d86428c63cab" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Behat/Behat/zipball/e4bce688be0c2029dc1700e46058d86428c63cab", "reference": "e4bce688be0c2029dc1700e46058d86428c63cab", "shasum": "" }, "require": { "behat/gherkin": "^4.5.1", "behat/transliterator": "^1.2", "container-interop/container-interop": "^1.2", "ext-mbstring": "*", "php": ">=5.3.3", "psr/container": "^1.0", "symfony/class-loader": "~2.1||~3.0", "symfony/config": "~2.3||~3.0||~4.0", "symfony/console": "~2.7.40||^2.8.33||~3.3.15||^3.4.3||^4.0.3", "symfony/dependency-injection": "~2.1||~3.0||~4.0", "symfony/event-dispatcher": "~2.1||~3.0||~4.0", "symfony/translation": "~2.3||~3.0||~4.0", "symfony/yaml": "~2.1||~3.0||~4.0" }, "require-dev": { "herrera-io/box": "~1.6.1", "phpunit/phpunit": "^4.8.36|^6.3", "symfony/process": "~2.5|~3.0|~4.0" }, "time": "2018-08-10T18:56:51+00:00", "bin": [ "bin/behat" ], "type": "library", "extra": { "branch-alias": { "dev-master": "3.5.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Behat\\Behat": "src/", "Behat\\Testwork": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com", "homepage": "http://everzet.com" } ], "description": "Scenario-oriented BDD framework for PHP 5.3", "homepage": "http://behat.org/", "keywords": [ "Agile", "BDD", "ScenarioBDD", "Scrum", "StoryBDD", "User story", "business", "development", "documentation", "examples", "symfony", "testing" ] }, { "name": "behat/gherkin", "version": "v4.6.0", "version_normalized": "4.6.0.0", "source": { "type": "git", "url": "https://github.com/Behat/Gherkin.git", "reference": "ab0a02ea14893860bca00f225f5621d351a3ad07" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Behat/Gherkin/zipball/ab0a02ea14893860bca00f225f5621d351a3ad07", "reference": "ab0a02ea14893860bca00f225f5621d351a3ad07", "shasum": "" }, "require": { "php": ">=5.3.1" }, "require-dev": { "phpunit/phpunit": "~4.5|~5", "symfony/phpunit-bridge": "~2.7|~3|~4", "symfony/yaml": "~2.3|~3|~4" }, "suggest": { "symfony/yaml": "If you want to parse features, represented in YAML files" }, "time": "2019-01-16T14:22:17+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "4.4-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Behat\\Gherkin": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com", "homepage": "http://everzet.com" } ], "description": "Gherkin DSL parser for PHP 5.3", "homepage": "http://behat.org/", "keywords": [ "BDD", "Behat", "Cucumber", "DSL", "gherkin", "parser" ] }, { "name": "behat/mink", "version": "v1.7.1", "version_normalized": "1.7.1.0", "source": { "type": "git", "url": "https://github.com/minkphp/Mink.git", "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9", "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9", "shasum": "" }, "require": { "php": ">=5.3.1", "symfony/css-selector": "~2.1|~3.0" }, "require-dev": { "symfony/phpunit-bridge": "~2.7|~3.0" }, "suggest": { "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)", "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation", "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)", "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)" }, "time": "2016-03-05T08:26:18+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.7.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Behat\\Mink\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com", "homepage": "http://everzet.com" } ], "description": "Browser controller/emulator abstraction for PHP", "homepage": "http://mink.behat.org/", "keywords": [ "browser", "testing", "web" ] }, { "name": "behat/mink-browserkit-driver", "version": "1.3.3", "version_normalized": "1.3.3.0", "source": { "type": "git", "url": "https://github.com/minkphp/MinkBrowserKitDriver.git", "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/1b9a7ce903cfdaaec5fb32bfdbb26118343662eb", "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb", "shasum": "" }, "require": { "behat/mink": "^1.7.1@dev", "php": ">=5.3.6", "symfony/browser-kit": "~2.3|~3.0|~4.0", "symfony/dom-crawler": "~2.3|~3.0|~4.0" }, "require-dev": { "mink/driver-testsuite": "dev-master", "symfony/http-kernel": "~2.3|~3.0|~4.0" }, "time": "2018-05-02T09:25:31+00:00", "type": "mink-driver", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Behat\\Mink\\Driver\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com", "homepage": "http://everzet.com" } ], "description": "Symfony2 BrowserKit driver for Mink framework", "homepage": "http://mink.behat.org/", "keywords": [ "Mink", "Symfony2", "browser", "testing" ] }, { "name": "behat/mink-extension", "version": "2.3.1", "version_normalized": "2.3.1.0", "source": { "type": "git", "url": "https://github.com/Behat/MinkExtension.git", "reference": "80f7849ba53867181b7e412df9210e12fba50177" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/80f7849ba53867181b7e412df9210e12fba50177", "reference": "80f7849ba53867181b7e412df9210e12fba50177", "shasum": "" }, "require": { "behat/behat": "^3.0.5", "behat/mink": "^1.5", "php": ">=5.3.2", "symfony/config": "^2.7|^3.0|^4.0" }, "require-dev": { "behat/mink-goutte-driver": "^1.1", "phpspec/phpspec": "^2.0" }, "time": "2018-02-06T15:36:30+00:00", "type": "behat-extension", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Behat\\MinkExtension": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christophe Coevoet", "email": "stof@notk.org" }, { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com" } ], "description": "Mink extension for Behat", "homepage": "http://extensions.behat.org/mink", "keywords": [ "browser", "gui", "test", "web" ] }, { "name": "behat/mink-goutte-driver", "version": "v1.2.1", "version_normalized": "1.2.1.0", "source": { "type": "git", "url": "https://github.com/minkphp/MinkGoutteDriver.git", "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca", "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca", "shasum": "" }, "require": { "behat/mink": "~1.6@dev", "behat/mink-browserkit-driver": "~1.2@dev", "fabpot/goutte": "~1.0.4|~2.0|~3.1", "php": ">=5.3.1" }, "require-dev": { "symfony/phpunit-bridge": "~2.7|~3.0" }, "time": "2016-03-05T09:04:22+00:00", "type": "mink-driver", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Behat\\Mink\\Driver\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com", "homepage": "http://everzet.com" } ], "description": "Goutte driver for Mink framework", "homepage": "http://mink.behat.org/", "keywords": [ "browser", "goutte", "headless", "testing" ] }, { "name": "behat/mink-selenium2-driver", "version": "v1.3.1", "version_normalized": "1.3.1.0", "source": { "type": "git", "url": "https://github.com/minkphp/MinkSelenium2Driver.git", "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/473a9f3ebe0c134ee1e623ce8a9c852832020288", "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288", "shasum": "" }, "require": { "behat/mink": "~1.7@dev", "instaclick/php-webdriver": "~1.1", "php": ">=5.3.1" }, "require-dev": { "symfony/phpunit-bridge": "~2.7" }, "time": "2016-03-05T09:10:18+00:00", "type": "mink-driver", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Behat\\Mink\\Driver\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com", "homepage": "http://everzet.com" }, { "name": "Pete Otaqui", "email": "pete@otaqui.com", "homepage": "https://github.com/pete-otaqui" } ], "description": "Selenium2 (WebDriver) driver for Mink framework", "homepage": "http://mink.behat.org/", "keywords": [ "ajax", "browser", "javascript", "selenium", "testing", "webdriver" ] }, { "name": "behat/transliterator", "version": "v1.2.0", "version_normalized": "1.2.0.0", "source": { "type": "git", "url": "https://github.com/Behat/Transliterator.git", "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c", "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "chuyskywalker/rolling-curl": "^3.1", "php-yaoi/php-yaoi": "^1.0" }, "time": "2017-04-04T11:38:05+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.2-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Behat\\Transliterator": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Artistic-1.0" ], "description": "String transliterator", "keywords": [ "i18n", "slug", "transliterator" ] }, { "name": "brumann/polyfill-unserialize", "version": "v1.0.3", "version_normalized": "1.0.3.0", "source": { "type": "git", "url": "https://github.com/dbrumann/polyfill-unserialize.git", "reference": "844d7e44b62a1a3d5c68cfb7ebbd59c17ea0fd7b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dbrumann/polyfill-unserialize/zipball/844d7e44b62a1a3d5c68cfb7ebbd59c17ea0fd7b", "reference": "844d7e44b62a1a3d5c68cfb7ebbd59c17ea0fd7b", "shasum": "" }, "require": { "php": "^5.3|^7.0" }, "time": "2017-02-03T09:55:47+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Brumann\\Polyfill\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Denis Brumann", "email": "denis.brumann@sensiolabs.de" } ], "description": "Backports unserialize options introduced in PHP 7.0 to older PHP versions." }, { "name": "chamilo/chash", "version": "v0.1.1", "version_normalized": "0.1.1.0", "source": { "type": "git", "url": "https://github.com/chamilo/chash.git", "reference": "d4f57db1af296e84a91c168b19a591cb788d8638" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/chamilo/chash/zipball/d4f57db1af296e84a91c168b19a591cb788d8638", "reference": "d4f57db1af296e84a91c168b19a591cb788d8638", "shasum": "" }, "require": { "alchemy/zippy": "~0.2", "composer/composer": "1.0.*@dev", "doctrine/dbal": "~2.3", "doctrine/migrations": "~1.0@dev", "doctrine/orm": "~2.2,>=2.2.3,<2.5", "gedmo/doctrine-extensions": "~2.3", "php": ">=5.4", "sonata-project/user-bundle": "~3.0", "symfony/class-loader": "~2.6", "symfony/console": "~2.6", "symfony/doctrine-bridge": "~2.8", "symfony/filesystem": "~2.6", "symfony/finder": "~2.6", "symfony/validator": "~2.8", "symfony/yaml": "~2.6", "zendframework/zend-config": "2.4.7|~2.5.1|~2.6", "zendframework/zend-stdlib": "2.4.7|~2.5.1|~2.6" }, "require-dev": { "mikey179/vfsstream": ">=1.2", "phpunit/phpunit": "3.7.*" }, "time": "2017-12-23T16:27:12+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "Chash": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0" ], "description": "Chamilo Shell", "homepage": "http://www.chamilo.org" }, { "name": "chamilo/pclzip", "version": "v2.8.4", "version_normalized": "2.8.4.0", "source": { "type": "git", "url": "https://github.com/chamilo/pclzip.git", "reference": "b94b7a190e186a31bd37f21be3a83a48c7d6b49a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/chamilo/pclzip/zipball/b94b7a190e186a31bd37f21be3a83a48c7d6b49a", "reference": "b94b7a190e186a31bd37f21be3a83a48c7d6b49a", "shasum": "" }, "replace": { "pclzip/pclzip": "^2.8" }, "time": "2017-11-28T22:14:11+00:00", "type": "library", "installation-source": "dist", "autoload": { "classmap": [ "pclzip.lib.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1" ], "authors": [ { "name": "Vincent Blavet" } ], "description": "A PHP library that offers compression and extraction functions for Zip formatted archives", "homepage": "https://github.com/chamilo/pclzip", "keywords": [ "php", "zip" ] }, { "name": "clue/graph", "version": "v0.9.0", "version_normalized": "0.9.0.0", "source": { "type": "git", "url": "https://github.com/clue/graph.git", "reference": "0336a4d5229fa61a20ccceaeab25e52ac9542700" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/clue/graph/zipball/0336a4d5229fa61a20ccceaeab25e52ac9542700", "reference": "0336a4d5229fa61a20ccceaeab25e52ac9542700", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "suggest": { "graphp/algorithms": "Common graph algorithms, such as Dijkstra and Moore-Bellman-Ford (shortest path), minimum spanning tree (MST), Kruskal, Prim and many more..", "graphp/graphviz": "GraphViz graph drawing / DOT output" }, "time": "2015-03-07T18:11:31+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Fhaculty\\Graph\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "A mathematical graph/network library written in PHP", "homepage": "https://github.com/clue/graph", "keywords": [ "edge", "graph", "mathematical", "network", "vertex" ] }, { "name": "cocur/slugify", "version": "v2.5", "version_normalized": "2.5.0.0", "source": { "type": "git", "url": "https://github.com/cocur/slugify.git", "reference": "e8167e9a3236044afebd6e8ab13ebeb3ec9ca145" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cocur/slugify/zipball/e8167e9a3236044afebd6e8ab13ebeb3ec9ca145", "reference": "e8167e9a3236044afebd6e8ab13ebeb3ec9ca145", "shasum": "" }, "require": { "php": ">=5.5.9" }, "require-dev": { "laravel/framework": "~5.1", "latte/latte": "~2.2", "league/container": "^2.2.0", "mikey179/vfsstream": "~1.6", "mockery/mockery": "~0.9", "nette/di": "~2.2", "phpunit/phpunit": "~4.8|~5.2", "pimple/pimple": "~1.1", "plumphp/plum": "~0.1", "silex/silex": "~1.3", "symfony/config": "~2.4|~3.0", "symfony/dependency-injection": "~2.4|~3.0", "symfony/http-kernel": "~2.4|~3.0", "twig/twig": "~1.26|~2.0", "zendframework/zend-modulemanager": "~2.2", "zendframework/zend-servicemanager": "~2.2", "zendframework/zend-view": "~2.2" }, "time": "2017-03-23T21:52:55+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Cocur\\Slugify\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ivo Bathke", "email": "ivo.bathke@gmail.com" }, { "name": "Florian Eckerstorfer", "email": "florian@eckerstorfer.co", "homepage": "https://florian.ec" } ], "description": "Converts a string into a slug.", "keywords": [ "slug", "slugify" ] }, { "name": "composer/composer", "version": "1.0.3", "version_normalized": "1.0.3.0", "source": { "type": "git", "url": "https://github.com/composer/composer.git", "reference": "a4a0546ece469cae984219f920c75437820064ff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/composer/zipball/a4a0546ece469cae984219f920c75437820064ff", "reference": "a4a0546ece469cae984219f920c75437820064ff", "shasum": "" }, "require": { "composer/semver": "^1.0", "composer/spdx-licenses": "^1.0", "justinrainbow/json-schema": "^1.6", "php": "^5.3.2 || ^7.0", "seld/cli-prompt": "^1.0", "seld/jsonlint": "^1.4", "seld/phar-utils": "^1.0", "symfony/console": "^2.5 || ^3.0", "symfony/filesystem": "^2.5 || ^3.0", "symfony/finder": "^2.2 || ^3.0", "symfony/process": "^2.1 || ^3.0" }, "require-dev": { "phpunit/phpunit": "^4.5 || ^5.0.5", "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" }, "suggest": { "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", "ext-zip": "Enabling the zip extension allows you to unzip archives", "ext-zlib": "Allow gzip compression of HTTP requests" }, "time": "2016-04-29T15:30:16+00:00", "bin": [ "bin/composer" ], "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Composer\\": "src/Composer" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "http://www.naderman.de" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.", "homepage": "https://getcomposer.org/", "keywords": [ "autoload", "dependency", "package" ] }, { "name": "composer/semver", "version": "1.5.0", "version_normalized": "1.5.0.0", "source": { "type": "git", "url": "https://github.com/composer/semver.git", "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e", "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.5 || ^5.0.5", "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" }, "time": "2019-03-19T17:25:45+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Composer\\Semver\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "http://www.naderman.de" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" }, { "name": "Rob Bast", "email": "rob.bast@gmail.com", "homepage": "http://robbast.nl" } ], "description": "Semver library that offers utilities, version constraint parsing and validation.", "keywords": [ "semantic", "semver", "validation", "versioning" ] }, { "name": "composer/spdx-licenses", "version": "1.5.1", "version_normalized": "1.5.1.0", "source": { "type": "git", "url": "https://github.com/composer/spdx-licenses.git", "reference": "a1aa51cf3ab838b83b0867b14e56fc20fbd55b3d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/a1aa51cf3ab838b83b0867b14e56fc20fbd55b3d", "reference": "a1aa51cf3ab838b83b0867b14e56fc20fbd55b3d", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7" }, "time": "2019-03-26T10:23:26+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Composer\\Spdx\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "http://www.naderman.de" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" }, { "name": "Rob Bast", "email": "rob.bast@gmail.com", "homepage": "http://robbast.nl" } ], "description": "SPDX licenses list and validation library.", "keywords": [ "license", "spdx", "validator" ] }, { "name": "container-interop/container-interop", "version": "1.2.0", "version_normalized": "1.2.0.0", "source": { "type": "git", "url": "https://github.com/container-interop/container-interop.git", "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", "shasum": "" }, "require": { "psr/container": "^1.0" }, "time": "2017-02-14T19:40:03+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Interop\\Container\\": "src/Interop/Container/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", "homepage": "https://github.com/container-interop/container-interop" }, { "name": "culqi/culqi-php", "version": "v1.3.4", "version_normalized": "1.3.4.0", "source": { "type": "git", "url": "https://github.com/culqi/culqi-php.git", "reference": "fe7e2743439661bab1751d2e45a03b83e400f515" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/culqi/culqi-php/zipball/fe7e2743439661bab1751d2e45a03b83e400f515", "reference": "fe7e2743439661bab1751d2e45a03b83e400f515", "shasum": "" }, "require": { "php": ">=5.3.3", "rmccue/requests": ">=1.0" }, "require-dev": { "phpunit/phpunit": "4.4.*" }, "time": "2018-10-10T21:53:37+00:00", "type": "library", "installation-source": "dist", "autoload": { "classmap": [ "lib/Culqi/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Culqi and contributors", "homepage": "https://github.com/culqi/culqi-php/contributors" } ], "description": "Cliente Culqi API para PHP", "homepage": "https://culqi.com", "keywords": [ "api", "client", "culqi", "pagos", "payments", "peru", "php" ] }, { "name": "ddeboer/data-import", "version": "0.20.0", "version_normalized": "0.20.0.0", "source": { "type": "git", "url": "https://github.com/ddeboer/data-import.git", "reference": "8fe7e731bb52df0298707eb8fb8b9b8098395437" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ddeboer/data-import/zipball/8fe7e731bb52df0298707eb8fb8b9b8098395437", "reference": "8fe7e731bb52df0298707eb8fb8b9b8098395437", "shasum": "" }, "require": { "php": ">=5.4.0", "psr/log": "~1.0" }, "require-dev": { "doctrine/dbal": "~2.4", "doctrine/orm": "~2.4", "ext-iconv": "*", "ext-mbstring": "*", "ext-sqlite3": "*", "henrikbjorn/phpspec-code-coverage": "~1.0", "phpoffice/phpexcel": "*", "phpspec/phpspec": "~2.1", "symfony/console": "~2.8|~3.0", "symfony/property-access": "~2.5", "symfony/validator": "~2.8|~3.0" }, "suggest": { "doctrine/dbal": "If you want to use the DbalReader", "ext-iconv": "For the CharsetValueConverter", "ext-mbstring": "For the CharsetValueConverter", "phpoffice/phpexcel": "If you want to use the ExcelReader", "symfony/console": "If you want to use the ConsoleProgressWriter", "symfony/property-access": "If you want to use the ObjectConverter", "symfony/validator": "to use the ValidatorFilter" }, "time": "2016-06-23T06:26:02+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Ddeboer\\DataImport\\": "src/", "Ddeboer\\DataImport\\Tests\\": "tests/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "The community", "homepage": "https://github.com/ddeboer/data-import/graphs/contributors" }, { "name": "David de Boer", "email": "david@ddeboer.nl" } ], "description": "Import data from, and export data to, a range of file formats and media", "keywords": [ "csv", "data", "doctrine", "excel", "export", "import" ] }, { "name": "doctrine/annotations", "version": "v1.6.1", "version_normalized": "1.6.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", "reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/annotations/zipball/53120e0eb10355388d6ccbe462f1fea34ddadb24", "reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24", "shasum": "" }, "require": { "doctrine/lexer": "1.*", "php": "^7.1" }, "require-dev": { "doctrine/cache": "1.*", "phpunit/phpunit": "^6.4" }, "time": "2019-03-25T19:12:02+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.6.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Docblock Annotations Parser", "homepage": "http://www.doctrine-project.org", "keywords": [ "annotations", "docblock", "parser" ] }, { "name": "doctrine/cache", "version": "v1.8.0", "version_normalized": "1.8.0.0", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57", "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57", "shasum": "" }, "require": { "php": "~7.1" }, "conflict": { "doctrine/common": ">2.2,<2.4" }, "require-dev": { "alcaeus/mongo-php-adapter": "^1.1", "doctrine/coding-standard": "^4.0", "mongodb/mongodb": "^1.1", "phpunit/phpunit": "^7.0", "predis/predis": "~1.0" }, "suggest": { "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" }, "time": "2018-08-21T18:01:43+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.8.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Caching library offering an object-oriented API for many cache backends", "homepage": "https://www.doctrine-project.org", "keywords": [ "cache", "caching" ] }, { "name": "doctrine/collections", "version": "v1.6.1", "version_normalized": "1.6.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", "reference": "d2ae4ef05e25197343b6a39bae1d3c427a2f6956" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/collections/zipball/d2ae4ef05e25197343b6a39bae1d3c427a2f6956", "reference": "d2ae4ef05e25197343b6a39bae1d3c427a2f6956", "shasum": "" }, "require": { "php": "^7.1.3" }, "require-dev": { "doctrine/coding-standard": "^6.0", "phpstan/phpstan-shim": "^0.9.2", "phpunit/phpunit": "^7.0", "vimeo/psalm": "^3.2.2" }, "time": "2019-03-25T19:03:48+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.6.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.", "homepage": "https://www.doctrine-project.org/projects/collections.html", "keywords": [ "array", "collections", "iterators", "php" ] }, { "name": "doctrine/common", "version": "v2.10.0", "version_normalized": "2.10.0.0", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", "reference": "30e33f60f64deec87df728c02b107f82cdafad9d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/common/zipball/30e33f60f64deec87df728c02b107f82cdafad9d", "reference": "30e33f60f64deec87df728c02b107f82cdafad9d", "shasum": "" }, "require": { "doctrine/annotations": "^1.0", "doctrine/cache": "^1.0", "doctrine/collections": "^1.0", "doctrine/event-manager": "^1.0", "doctrine/inflector": "^1.0", "doctrine/lexer": "^1.0", "doctrine/persistence": "^1.1", "doctrine/reflection": "^1.0", "php": "^7.1" }, "require-dev": { "doctrine/coding-standard": "^1.0", "phpunit/phpunit": "^6.3", "squizlabs/php_codesniffer": "^3.0", "symfony/phpunit-bridge": "^4.0.5" }, "time": "2018-11-21T01:24:55+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.10.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Doctrine\\Common\\": "lib/Doctrine/Common" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" }, { "name": "Marco Pivetta", "email": "ocramius@gmail.com" } ], "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.", "homepage": "https://www.doctrine-project.org/projects/common.html", "keywords": [ "common", "doctrine", "php" ] }, { "name": "doctrine/data-fixtures", "version": "dev-master", "version_normalized": "9999999-dev", "source": { "type": "git", "url": "https://github.com/doctrine/data-fixtures.git", "reference": "a11ceca670dad73d55f27f96277f53cd037865d2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/a11ceca670dad73d55f27f96277f53cd037865d2", "reference": "a11ceca670dad73d55f27f96277f53cd037865d2", "shasum": "" }, "require": { "doctrine/common": "~2.2", "php": "^7.1" }, "conflict": { "doctrine/phpcr-odm": "<1.3.0" }, "require-dev": { "doctrine/dbal": "^2.5.4", "doctrine/orm": "^2.5.4", "phpunit/phpunit": "^7.0" }, "suggest": { "alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7", "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures", "doctrine/orm": "For loading ORM fixtures", "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures" }, "time": "2018-12-03T02:11:10+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "installation-source": "source", "autoload": { "psr-4": { "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jonathan Wage", "email": "jonwage@gmail.com" } ], "description": "Data Fixtures for all Doctrine Object Managers", "homepage": "http://www.doctrine-project.org", "keywords": [ "database" ] }, { "name": "doctrine/dbal", "version": "v2.9.2", "version_normalized": "2.9.2.0", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9", "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9", "shasum": "" }, "require": { "doctrine/cache": "^1.0", "doctrine/event-manager": "^1.0", "ext-pdo": "*", "php": "^7.1" }, "require-dev": { "doctrine/coding-standard": "^5.0", "jetbrains/phpstorm-stubs": "^2018.1.2", "phpstan/phpstan": "^0.10.1", "phpunit/phpunit": "^7.4", "symfony/console": "^2.0.5|^3.0|^4.0", "symfony/phpunit-bridge": "^3.4.5|^4.0.5" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." }, "time": "2018-12-31T03:27:51+00:00", "bin": [ "bin/doctrine-dbal" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.9.x-dev", "dev-develop": "3.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Doctrine\\DBAL\\": "lib/Doctrine/DBAL" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" } ], "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.", "homepage": "https://www.doctrine-project.org/projects/dbal.html", "keywords": [ "abstraction", "database", "dbal", "mysql", "persistence", "pgsql", "php", "queryobject" ] }, { "name": "doctrine/event-manager", "version": "v1.0.0", "version_normalized": "1.0.0.0", "source": { "type": "git", "url": "https://github.com/doctrine/event-manager.git", "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3", "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3", "shasum": "" }, "require": { "php": "^7.1" }, "conflict": { "doctrine/common": "<2.9@dev" }, "require-dev": { "doctrine/coding-standard": "^4.0", "phpunit/phpunit": "^7.0" }, "time": "2018-06-11T11:59:03+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Doctrine\\Common\\": "lib/Doctrine/Common" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" }, { "name": "Marco Pivetta", "email": "ocramius@gmail.com" } ], "description": "Doctrine Event Manager component", "homepage": "https://www.doctrine-project.org/projects/event-manager.html", "keywords": [ "event", "eventdispatcher", "eventmanager" ] }, { "name": "doctrine/inflector", "version": "v1.3.0", "version_normalized": "1.3.0.0", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", "reference": "5527a48b7313d15261292c149e55e26eae771b0a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a", "reference": "5527a48b7313d15261292c149e55e26eae771b0a", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { "phpunit/phpunit": "^6.2" }, "time": "2018-01-09T20:05:19+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Common String Manipulations with regard to casing and singular/plural rules.", "homepage": "http://www.doctrine-project.org", "keywords": [ "inflection", "pluralize", "singularize", "string" ] }, { "name": "doctrine/lexer", "version": "v1.0.1", "version_normalized": "1.0.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", "shasum": "" }, "require": { "php": ">=5.3.2" }, "time": "2014-09-09T13:34:57+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Doctrine\\Common\\Lexer\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", "homepage": "http://www.doctrine-project.org", "keywords": [ "lexer", "parser" ] }, { "name": "doctrine/migrations", "version": "v1.5.0", "version_normalized": "1.5.0.0", "source": { "type": "git", "url": "https://github.com/doctrine/migrations.git", "reference": "c81147c0f2938a6566594455367e095150547f72" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/migrations/zipball/c81147c0f2938a6566594455367e095150547f72", "reference": "c81147c0f2938a6566594455367e095150547f72", "shasum": "" }, "require": { "doctrine/dbal": "~2.2", "ocramius/proxy-manager": "^1.0|^2.0", "php": "^5.5|^7.0", "symfony/console": "~2.3|~3.0", "symfony/yaml": "~2.3|~3.0" }, "require-dev": { "doctrine/coding-standard": "dev-master", "doctrine/orm": "2.*", "jdorn/sql-formatter": "~1.1", "johnkary/phpunit-speedtrap": "~1.0@dev", "mikey179/vfsstream": "^1.6", "mockery/mockery": "^0.9.4", "phpunit/phpunit": "~4.7", "satooshi/php-coveralls": "^1.0" }, "suggest": { "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command." }, "time": "2016-12-25T22:54:00+00:00", "bin": [ "bin/doctrine-migrations" ], "type": "library", "extra": { "branch-alias": { "dev-master": "v1.6.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1" ], "authors": [ { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Michael Simonson", "email": "contact@mikesimonson.com" } ], "description": "Database Schema migrations using Doctrine DBAL", "homepage": "http://www.doctrine-project.org", "keywords": [ "database", "migrations" ] }, { "name": "doctrine/orm", "version": "v2.4.8", "version_normalized": "2.4.8.0", "source": { "type": "git", "url": "https://github.com/doctrine/orm.git", "reference": "5aedac1e5c5caaeac14798822c70325dc242d467" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/orm/zipball/5aedac1e5c5caaeac14798822c70325dc242d467", "reference": "5aedac1e5c5caaeac14798822c70325dc242d467", "shasum": "" }, "require": { "doctrine/collections": "~1.1", "doctrine/dbal": "~2.4", "ext-pdo": "*", "php": ">=5.3.2", "symfony/console": "~2.0" }, "require-dev": { "satooshi/php-coveralls": "dev-master", "symfony/yaml": "~2.1" }, "suggest": { "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" }, "time": "2015-08-31T13:19:01+00:00", "bin": [ "bin/doctrine", "bin/doctrine.php" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.4.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Doctrine\\ORM\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" } ], "description": "Object-Relational-Mapper for PHP", "homepage": "http://www.doctrine-project.org", "keywords": [ "database", "orm" ] }, { "name": "doctrine/persistence", "version": "1.1.1", "version_normalized": "1.1.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/persistence.git", "reference": "3da7c9d125591ca83944f477e65ed3d7b4617c48" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/persistence/zipball/3da7c9d125591ca83944f477e65ed3d7b4617c48", "reference": "3da7c9d125591ca83944f477e65ed3d7b4617c48", "shasum": "" }, "require": { "doctrine/annotations": "^1.0", "doctrine/cache": "^1.0", "doctrine/collections": "^1.0", "doctrine/event-manager": "^1.0", "doctrine/reflection": "^1.0", "php": "^7.1" }, "conflict": { "doctrine/common": "<2.10@dev" }, "require-dev": { "doctrine/coding-standard": "^5.0", "phpstan/phpstan": "^0.8", "phpunit/phpunit": "^7.0" }, "time": "2019-04-23T08:28:24+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Doctrine\\Common\\": "lib/Doctrine/Common" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" }, { "name": "Marco Pivetta", "email": "ocramius@gmail.com" } ], "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.", "homepage": "https://doctrine-project.org/projects/persistence.html", "keywords": [ "mapper", "object", "odm", "orm", "persistence" ] }, { "name": "doctrine/reflection", "version": "v1.0.0", "version_normalized": "1.0.0.0", "source": { "type": "git", "url": "https://github.com/doctrine/reflection.git", "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/reflection/zipball/02538d3f95e88eb397a5f86274deb2c6175c2ab6", "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6", "shasum": "" }, "require": { "doctrine/annotations": "^1.0", "ext-tokenizer": "*", "php": "^7.1" }, "require-dev": { "doctrine/coding-standard": "^4.0", "doctrine/common": "^2.8", "phpstan/phpstan": "^0.9.2", "phpstan/phpstan-phpunit": "^0.9.4", "phpunit/phpunit": "^7.0", "squizlabs/php_codesniffer": "^3.0" }, "time": "2018-06-14T14:45:07+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Doctrine\\Common\\": "lib/Doctrine/Common" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" }, { "name": "Marco Pivetta", "email": "ocramius@gmail.com" } ], "description": "Doctrine Reflection component", "homepage": "https://www.doctrine-project.org/projects/reflection.html", "keywords": [ "reflection" ] }, { "name": "emojione/emojione", "version": "v1.3.0", "version_normalized": "1.3.0.0", "source": { "type": "git", "url": "https://github.com/Ranks/emojione.git", "reference": "2a34acf3771a219045e133063aa759035d4f842c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Ranks/emojione/zipball/2a34acf3771a219045e133063aa759035d4f842c", "reference": "2a34acf3771a219045e133063aa759035d4f842c", "shasum": "" }, "require": { "php": ">=5.3" }, "time": "2014-10-31T19:31:57+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Emojione\\": "lib/php/src" } }, "notification-url": "https://packagist.org/downloads/", "description": "Emoji One is a complete set of emojis designed for the web. It includes libraries to easily convert unicode characters to shortnames (:smile:) and shortnames to our custom emoji images. PNG and SVG formats provided for the emoji images.", "homepage": "http://www.emojione.com", "keywords": [ "Emoji One", "emoji", "emojione", "emojis", "emoticons", "smileys", "smilies", "unicode" ] }, { "name": "essence/essence", "version": "2.6.1", "version_normalized": "2.6.1.0", "source": { "type": "git", "url": "https://github.com/essence/essence.git", "reference": "ed08afc5c2936c4d03f8c58dc54d5aff752cb9fd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/essence/essence/zipball/ed08afc5c2936c4d03f8c58dc54d5aff752cb9fd", "reference": "ed08afc5c2936c4d03f8c58dc54d5aff752cb9fd", "shasum": "" }, "require": { "ext-curl": "*", "php": ">=5.4.0" }, "suggest": { "felixgirault/essence-interfaces": "Allows better integration with different frameworks." }, "time": "2016-08-17T15:19:50+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "lib/bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Fรฉlix Girault", "email": "felix.girault@gmail.com", "homepage": "http://www.felix-girault.fr", "role": "Developer" } ], "description": "Extracts informations about medias on the web, like youtube videos, twitter statuses or blog articles.", "homepage": "http://github.com/felixgirault/essence", "keywords": [ "embed", "media", "oembed", "opengraph" ] }, { "name": "evenement/evenement", "version": "v1.1.0", "version_normalized": "1.1.0.0", "source": { "type": "git", "url": "https://github.com/igorw/evenement.git", "reference": "e24176d20f6dab44dd4768b32c897f63b6f2b7c3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/igorw/evenement/zipball/e24176d20f6dab44dd4768b32c897f63b6f2b7c3", "reference": "e24176d20f6dab44dd4768b32c897f63b6f2b7c3", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2017-07-17T17:04:59+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Evenement": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Igor Wiedler", "email": "igor@wiedler.ch" } ], "description": "ร‰vรฉnement is a very simple event dispatching library for PHP 5.3", "keywords": [ "event-dispatcher" ] }, { "name": "ezyang/htmlpurifier", "version": "v4.9.3", "version_normalized": "4.9.3.0", "source": { "type": "git", "url": "https://github.com/ezyang/htmlpurifier.git", "reference": "95e1bae3182efc0f3422896a3236e991049dac69" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/95e1bae3182efc0f3422896a3236e991049dac69", "reference": "95e1bae3182efc0f3422896a3236e991049dac69", "shasum": "" }, "require": { "php": ">=5.2" }, "require-dev": { "simpletest/simpletest": "^1.1" }, "time": "2017-06-03T02:28:16+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "HTMLPurifier": "library/" }, "files": [ "library/HTMLPurifier.composer.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL" ], "authors": [ { "name": "Edward Z. Yang", "email": "admin@htmlpurifier.org", "homepage": "http://ezyang.com" } ], "description": "Standards compliant HTML filter written in PHP", "homepage": "http://htmlpurifier.org/", "keywords": [ "html" ] }, { "name": "fabpot/goutte", "version": "v3.2.3", "version_normalized": "3.2.3.0", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/Goutte.git", "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/3f0eaf0a40181359470651f1565b3e07e3dd31b8", "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^6.0", "php": ">=5.5.0", "symfony/browser-kit": "~2.1|~3.0|~4.0", "symfony/css-selector": "~2.1|~3.0|~4.0", "symfony/dom-crawler": "~2.1|~3.0|~4.0" }, "require-dev": { "symfony/phpunit-bridge": "^3.3 || ^4" }, "time": "2018-06-29T15:13:57+00:00", "type": "application", "extra": { "branch-alias": { "dev-master": "3.2-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Goutte\\": "Goutte" }, "exclude-from-classmap": [ "Goutte/Tests" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "A simple PHP Web Scraper", "homepage": "https://github.com/FriendsOfPHP/Goutte", "keywords": [ "scraper" ] }, { "name": "facebook/php-sdk-v4", "version": "5.7.0", "version_normalized": "5.7.0.0", "source": { "type": "git", "url": "https://github.com/facebook/php-graph-sdk.git", "reference": "2d8250638b33d73e7a87add65f47fabf91f8ad9b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/facebook/php-graph-sdk/zipball/2d8250638b33d73e7a87add65f47fabf91f8ad9b", "reference": "2d8250638b33d73e7a87add65f47fabf91f8ad9b", "shasum": "" }, "require": { "php": "^5.4|^7.0" }, "require-dev": { "guzzlehttp/guzzle": "~5.0", "mockery/mockery": "~0.8", "phpunit/phpunit": "~4.0" }, "suggest": { "guzzlehttp/guzzle": "Allows for implementation of the Guzzle HTTP client", "paragonie/random_compat": "Provides a better CSPRNG option in PHP 5" }, "time": "2018-12-11T22:56:31+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "5.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Facebook\\": "src/Facebook/" }, "files": [ "src/Facebook/polyfills.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Facebook Platform" ], "authors": [ { "name": "Facebook", "homepage": "https://github.com/facebook/php-graph-sdk/contributors" } ], "description": "Facebook SDK for PHP", "homepage": "https://github.com/facebook/php-graph-sdk", "keywords": [ "facebook", "sdk" ], "abandoned": "facebook/graph-sdk" }, { "name": "friendsofsymfony/user-bundle", "version": "v1.3.7", "version_normalized": "1.3.7.0", "target-dir": "FOS/UserBundle", "source": { "type": "git", "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git", "reference": "113cc4e48fac19d20fc039cfecae9b41103be706" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/113cc4e48fac19d20fc039cfecae9b41103be706", "reference": "113cc4e48fac19d20fc039cfecae9b41103be706", "shasum": "" }, "require": { "php": ">=5.3.2", "symfony/framework-bundle": "~2.3", "symfony/security-bundle": "~2.3" }, "require-dev": { "doctrine/doctrine-bundle": "~1.3", "swiftmailer/swiftmailer": "~4.3|~5", "symfony/validator": "~2.3", "symfony/yaml": "~2.3", "twig/twig": "~1.5", "willdurand/propel-typehintable-behavior": "~1.0" }, "suggest": { "willdurand/propel-typehintable-behavior": "Needed when using the propel implementation" }, "time": "2016-08-12T09:53:32+00:00", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "FOS\\UserBundle": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christophe Coevoet", "email": "stof@notk.org" }, { "name": "FriendsOfSymfony Community", "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors" }, { "name": "Thibault Duplessis", "email": "thibault.duplessis@gmail.com" } ], "description": "Symfony FOSUserBundle", "homepage": "http://friendsofsymfony.github.com", "keywords": [ "User management" ] }, { "name": "gedmo/doctrine-extensions", "version": "v2.4.37", "version_normalized": "2.4.37.0", "source": { "type": "git", "url": "https://github.com/Atlantic18/DoctrineExtensions.git", "reference": "5dd471f656e46d815f063bf3f12c667649ec7ffb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/5dd471f656e46d815f063bf3f12c667649ec7ffb", "reference": "5dd471f656e46d815f063bf3f12c667649ec7ffb", "shasum": "" }, "require": { "behat/transliterator": "~1.2", "doctrine/common": "~2.4", "php": ">=5.3.2" }, "conflict": { "doctrine/annotations": "<1.2" }, "require-dev": { "doctrine/common": ">=2.5.0", "doctrine/mongodb-odm": ">=1.0.2", "doctrine/orm": ">=2.5.0", "phpunit/phpunit": "^4.8.35|^5.7|^6.5", "symfony/yaml": "~2.6|~3.0|~4.0" }, "suggest": { "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM", "doctrine/orm": "to use the extensions with the ORM" }, "time": "2019-03-17T18:16:12+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.4.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Gedmo\\": "lib/Gedmo" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "David Buchmann", "email": "david@liip.ch" }, { "name": "Gediminas Morkevicius", "email": "gediminas.morkevicius@gmail.com" }, { "name": "Gustavo Falco", "email": "comfortablynumb84@gmail.com" } ], "description": "Doctrine2 behavioral extensions", "homepage": "http://gediminasm.org/", "keywords": [ "Blameable", "behaviors", "doctrine2", "extensions", "gedmo", "loggable", "nestedset", "sluggable", "sortable", "timestampable", "translatable", "tree", "uploadable" ] }, { "name": "graphp/algorithms", "version": "v0.8.1", "version_normalized": "0.8.1.0", "source": { "type": "git", "url": "https://github.com/graphp/algorithms.git", "reference": "81db4049c35730767ec8f97fb5c4844234b86cef" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/graphp/algorithms/zipball/81db4049c35730767ec8f97fb5c4844234b86cef", "reference": "81db4049c35730767ec8f97fb5c4844234b86cef", "shasum": "" }, "require": { "clue/graph": "~0.9.0|~0.8.0", "php": ">=5.3" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "time": "2015-03-08T10:12:01+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Graphp\\Algorithms\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christian Lรผck", "email": "christian@lueck.tv" } ], "description": "Common mathematical graph algorithms", "homepage": "https://github.com/graphp/algorithms", "keywords": [ "Graph algorithms", "dijkstra", "kruskal", "minimum spanning tree", "moore-bellman-ford", "prim", "shortest path" ] }, { "name": "graphp/graphviz", "version": "v0.2.1", "version_normalized": "0.2.1.0", "source": { "type": "git", "url": "https://github.com/graphp/graphviz.git", "reference": "2676522dfcd907fd3cb52891ea64a052c4ac4c2a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/graphp/graphviz/zipball/2676522dfcd907fd3cb52891ea64a052c4ac4c2a", "reference": "2676522dfcd907fd3cb52891ea64a052c4ac4c2a", "shasum": "" }, "require": { "clue/graph": "~0.9.0|~0.8.0", "graphp/algorithms": "~0.8.0", "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "time": "2015-03-08T10:30:28+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Graphp\\GraphViz\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "GraphViz graph drawing for mathematical graph/network", "homepage": "https://github.com/graphp/graphviz", "keywords": [ "dot output", "graph drawing", "graph image", "graphviz" ] }, { "name": "guzzlehttp/guzzle", "version": "6.3.3", "version_normalized": "6.3.3.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba", "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba", "shasum": "" }, "require": { "guzzlehttp/promises": "^1.0", "guzzlehttp/psr7": "^1.4", "php": ">=5.5" }, "require-dev": { "ext-curl": "*", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", "psr/log": "^1.0" }, "suggest": { "psr/log": "Required for using the Log middleware" }, "time": "2018-04-22T15:46:56+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "6.3-dev" } }, "installation-source": "dist", "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "GuzzleHttp\\": "src/" } }, "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.5.2", "version_normalized": "1.5.2.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "9f83dded91781a01c63574e387eaa769be769115" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115", "reference": "9f83dded91781a01c63574e387eaa769be769115", "shasum": "" }, "require": { "php": ">=5.4.0", "psr/http-message": "~1.0", "ralouphie/getallheaders": "^2.0.5" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" }, "time": "2018-12-04T20:46:45+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.5-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": "imagine/imagine", "version": "v0.6.3", "version_normalized": "0.6.3.0", "source": { "type": "git", "url": "https://github.com/avalanche123/Imagine.git", "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/149041d2a1b517107bfe270ca2b1a17aa341715d", "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "sami/sami": "dev-master" }, "suggest": { "ext-gd": "to use the GD implementation", "ext-gmagick": "to use the Gmagick implementation", "ext-imagick": "to use the Imagick implementation" }, "time": "2015-09-19T16:54:05+00:00", "type": "library", "extra": { "branch-alias": { "dev-develop": "0.7-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Imagine": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bulat Shakirzyanov", "email": "mallluhuct@gmail.com", "homepage": "http://avalanche123.com" } ], "description": "Image processing for PHP 5.3", "homepage": "http://imagine.readthedocs.org/", "keywords": [ "drawing", "graphics", "image manipulation", "image processing" ] }, { "name": "instaclick/php-webdriver", "version": "1.4.5", "version_normalized": "1.4.5.0", "source": { "type": "git", "url": "https://github.com/instaclick/php-webdriver.git", "reference": "6fa959452e774dcaed543faad3a9d1a37d803327" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/6fa959452e774dcaed543faad3a9d1a37d803327", "reference": "6fa959452e774dcaed543faad3a9d1a37d803327", "shasum": "" }, "require": { "ext-curl": "*", "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "^4.8", "satooshi/php-coveralls": "^1.0||^2.0" }, "time": "2017-06-30T04:02:48+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.4.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "WebDriver": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Justin Bishop", "email": "jubishop@gmail.com", "role": "Developer" }, { "name": "Anthon Pang", "email": "apang@softwaredevelopment.ca", "role": "Fork Maintainer" } ], "description": "PHP WebDriver for Selenium 2", "homepage": "http://instaclick.com/", "keywords": [ "browser", "selenium", "webdriver", "webtest" ] }, { "name": "ircmaxell/password-compat", "version": "v1.0.4", "version_normalized": "1.0.4.0", "source": { "type": "git", "url": "https://github.com/ircmaxell/password_compat.git", "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c", "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c", "shasum": "" }, "require-dev": { "phpunit/phpunit": "4.*" }, "time": "2014-11-20T16:49:30+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "lib/password.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Anthony Ferrara", "email": "ircmaxell@php.net", "homepage": "http://blog.ircmaxell.com" } ], "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", "homepage": "https://github.com/ircmaxell/password_compat", "keywords": [ "hashing", "password" ] }, { "name": "ircmaxell/security-lib", "version": "v1.1.0", "version_normalized": "1.1.0.0", "source": { "type": "git", "url": "https://github.com/ircmaxell/SecurityLib.git", "reference": "f3db6de12c20c9bcd1aa3db4353a1bbe0e44e1b5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ircmaxell/SecurityLib/zipball/f3db6de12c20c9bcd1aa3db4353a1bbe0e44e1b5", "reference": "f3db6de12c20c9bcd1aa3db4353a1bbe0e44e1b5", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "mikey179/vfsstream": "1.1.*" }, "time": "2015-03-20T14:31:23+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "SecurityLib": "lib" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Anthony Ferrara", "email": "ircmaxell@ircmaxell.com", "homepage": "http://blog.ircmaxell.com" } ], "description": "A Base Security Library", "homepage": "https://github.com/ircmaxell/SecurityLib" }, { "name": "jbroadway/urlify", "version": "1.1.0-stable", "version_normalized": "1.1.0.0", "source": { "type": "git", "url": "https://github.com/jbroadway/urlify.git", "reference": "99bb78cd9002d0e9ce479bb81635eb665e37e981" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jbroadway/urlify/zipball/99bb78cd9002d0e9ce479bb81635eb665e37e981", "reference": "99bb78cd9002d0e9ce479bb81635eb665e37e981", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2017-01-03T20:12:54+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "URLify": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD" ], "authors": [ { "name": "Johnny Broadway", "email": "johnny@johnnybroadway.com", "homepage": "http://www.johnnybroadway.com/" } ], "description": "PHP port of URLify.js from the Django project. Transliterates non-ascii characters for use in URLs.", "homepage": "https://github.com/jbroadway/urlify", "keywords": [ "encode", "iconv", "link", "slug", "translit", "transliterate", "transliteration", "url", "urlify" ] }, { "name": "jeroendesloovere/vcard", "version": "1.7.2", "version_normalized": "1.7.2.0", "source": { "type": "git", "url": "https://github.com/jeroendesloovere/vcard.git", "reference": "21a7341a589d80196a55e1f6317468a93e57c104" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jeroendesloovere/vcard/zipball/21a7341a589d80196a55e1f6317468a93e57c104", "reference": "21a7341a589d80196a55e1f6317468a93e57c104", "shasum": "" }, "require": { "behat/transliterator": "~1.0", "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "4.6.*" }, "time": "2019-03-02T13:21:03+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "JeroenDesloovere\\VCard\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jeroen Desloovere", "email": "info@jeroendesloovere.be", "homepage": "http://jeroendesloovere.be", "role": "Developer" } ], "description": "This VCard PHP class can generate a vCard with some data. When using an iOS device it will export as a .ics file because iOS devices don't support the default .vcf files.", "homepage": "https://github.com/jeroendesloovere/vcard", "keywords": [ ".vcf", "generator", "php", "vCard" ] }, { "name": "jimmiw/php-time-ago", "version": "0.4.15", "version_normalized": "0.4.15.0", "source": { "type": "git", "url": "https://github.com/jimmiw/php-time-ago.git", "reference": "2bd8b75d3034b9ce996f96bee8c38e79525f6758" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jimmiw/php-time-ago/zipball/2bd8b75d3034b9ce996f96bee8c38e79525f6758", "reference": "2bd8b75d3034b9ce996f96bee8c38e79525f6758", "shasum": "" }, "require": { "php": ">=4" }, "require-dev": { "phpunit/dbunit": "2.0.*", "phpunit/phpunit": "5.*@stable" }, "time": "2017-03-01T05:38:41+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "timeago.inc.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jimmi Westerberg", "homepage": "http://www.westsworld.dk", "role": "Developer" } ], "description": "Simple module, that displays the date in a \"time ago\" format", "homepage": "https://github.com/jimmiw/php-time-ago", "keywords": [ "distance of time", "time ago", "time ago in words" ] }, { "name": "justinrainbow/json-schema", "version": "1.6.1", "version_normalized": "1.6.1.0", "source": { "type": "git", "url": "https://github.com/justinrainbow/json-schema.git", "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341", "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341", "shasum": "" }, "require": { "php": ">=5.3.29" }, "require-dev": { "json-schema/json-schema-test-suite": "1.1.0", "phpdocumentor/phpdocumentor": "~2", "phpunit/phpunit": "~3.7" }, "time": "2016-01-25T15:43:01+00:00", "bin": [ "bin/validate-json" ], "type": "library", "extra": { "branch-alias": { "dev-master": "1.6.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "JsonSchema\\": "src/JsonSchema/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Bruno Prieto Reis", "email": "bruno.p.reis@gmail.com" }, { "name": "Justin Rainbow", "email": "justin.rainbow@gmail.com" }, { "name": "Igor Wiedler", "email": "igor@wiedler.ch" }, { "name": "Robert Schรถnthal", "email": "seroscho@googlemail.com" } ], "description": "A library to validate a json schema.", "homepage": "https://github.com/justinrainbow/json-schema", "keywords": [ "json", "schema" ] }, { "name": "kigkonsult/icalcreator", "version": "v2.24", "version_normalized": "2.24.0.0", "source": { "type": "git", "url": "https://github.com/iCalcreator/iCalcreator.git", "reference": "d0eee5cf7fb86225de01756b7261456698c3388a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/iCalcreator/iCalcreator/zipball/d0eee5cf7fb86225de01756b7261456698c3388a", "reference": "d0eee5cf7fb86225de01756b7261456698c3388a", "shasum": "" }, "require": { "php": ">=5.4" }, "time": "2017-09-04T00:00:00+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "autoload.php" ], "psr-4": { "kigkonsult\\iCalcreator\\": [ "src/", "src/util/", "src/traits/" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "(AGPLv3 or proprietary)" ], "authors": [ { "name": "Kjell-Inge Gustafsson", "email": "ical@kigkonsult.se" } ], "description": "iCalcreator is the PHP implementation of rfc2445/rfc5545, management of iCal formatted files", "homepage": "http://kigkonsult.se", "keywords": [ "calendar", "file", "format", "management", "rfc2445", "rfc5545" ] }, { "name": "knplabs/doctrine-behaviors", "version": "1.6.0", "version_normalized": "1.6.0.0", "source": { "type": "git", "url": "https://github.com/KnpLabs/DoctrineBehaviors.git", "reference": "9cc036ee32483c306fb32b4efbf33014ddfb654f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/KnpLabs/DoctrineBehaviors/zipball/9cc036ee32483c306fb32b4efbf33014ddfb654f", "reference": "9cc036ee32483c306fb32b4efbf33014ddfb654f", "shasum": "" }, "require": { "behat/transliterator": "~1.0", "doctrine/common": ">=2.2", "php": "~7.0" }, "require-dev": { "doctrine/orm": ">=2.4.5", "ext-pdo_mysql": "*", "ext-pdo_pgsql": "*", "ext-pdo_sqlite": "*", "hexmedia/yaml-linter": "~0.1", "jakub-onderka/php-parallel-lint": "~0.8", "phpunit/phpunit": "~4.8" }, "suggest": { "symfony/framework-bundle": "To be able to use it as a bundle" }, "time": "2018-11-13T10:52:03+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.5.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Knp\\DoctrineBehaviors\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Knplabs", "homepage": "http://knplabs.com" } ], "description": "Doctrine2 behavior traits", "homepage": "http://knplabs.com", "keywords": [ "Blameable", "behaviors", "doctrine2", "filterable", "softdeletable", "timestampable", "translatable", "tree" ] }, { "name": "knplabs/gaufrette", "version": "v0.8.1", "version_normalized": "0.8.1.0", "source": { "type": "git", "url": "https://github.com/KnpLabs/Gaufrette.git", "reference": "80cc42e1c5f008a8fc9d02e856c60140c7d1ea19" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/80cc42e1c5f008a8fc9d02e856c60140c7d1ea19", "reference": "80cc42e1c5f008a8fc9d02e856c60140c7d1ea19", "shasum": "" }, "require": { "php": ">=7.1" }, "conflict": { "microsoft/windowsazure": "<0.4.3" }, "require-dev": { "akeneo/phpspec-skip-example-extension": "^4.0", "amazonwebservices/aws-sdk-for-php": "1.5.*", "aws/aws-sdk-php": "^2.4.12||~3", "doctrine/dbal": ">=2.3", "dropbox-php/dropbox-php": "*", "google/apiclient": "~1.1.3", "league/flysystem": "~1.0", "microsoft/azure-storage-blob": "^1.0", "mikey179/vfsstream": "~1.2.0", "mongodb/mongodb": "^1.1", "phpseclib/phpseclib": "^2.0", "phpspec/phpspec": "~5.1", "phpunit/phpunit": "~7.5", "rackspace/php-opencloud": "^1.9.2" }, "suggest": { "ext-curl": "*", "ext-fileinfo": "This extension is used to automatically detect the content-type of a file in the AwsS3, OpenCloud, AzureBlogStorage and GoogleCloudStorage adapters", "ext-mbstring": "*", "gaufrette/aws-s3-adapter": "to use AwsS3 adapter (supports SDK v2 and v3)", "gaufrette/azure-blob-storage-adapter": "to use AzureBlobStorage adapter", "gaufrette/doctrine-dbal-adapter": "to use DBAL adapter", "gaufrette/flysystem-adapter": "to use Flysystem adapter", "gaufrette/ftp-adapter": "to use Ftp adapter", "gaufrette/gridfs-adapter": "to use GridFS adapter", "gaufrette/in-memory-adapter": "to use InMemory adapter", "gaufrette/local-adapter": "to use Local adapter", "gaufrette/opencloud-adapter": "to use Opencloud adapter", "gaufrette/phpseclib-sftp-adapter": "to use PhpseclibSftp adapter", "gaufrette/zip-adapter": "to use Zip adapter", "google/apiclient": "to use GoogleCloudStorage adapter", "knplabs/knp-gaufrette-bundle": "to use with Symfony2" }, "time": "2019-01-11T10:04:44+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "0.9.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Gaufrette": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "The contributors", "homepage": "http://github.com/knplabs/Gaufrette/contributors" }, { "name": "KnpLabs Team", "homepage": "http://knplabs.com" } ], "description": "PHP library that provides a filesystem abstraction layer", "homepage": "http://knplabs.com", "keywords": [ "abstraction", "file", "filesystem", "media" ] }, { "name": "knplabs/knp-components", "version": "v1.3.10", "version_normalized": "1.3.10.0", "source": { "type": "git", "url": "https://github.com/KnpLabs/knp-components.git", "reference": "fc1755ba2b77f83a3d3c99e21f3026ba2a1429be" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/KnpLabs/knp-components/zipball/fc1755ba2b77f83a3d3c99e21f3026ba2a1429be", "reference": "fc1755ba2b77f83a3d3c99e21f3026ba2a1429be", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "doctrine/mongodb-odm": "~1.0@beta", "doctrine/orm": "~2.4", "doctrine/phpcr-odm": "~1.2", "jackalope/jackalope-doctrine-dbal": "~1.2", "phpunit/phpunit": "~4.2", "ruflin/elastica": "~1.0", "symfony/event-dispatcher": "~2.5", "symfony/property-access": ">=2.3" }, "suggest": { "symfony/property-access": "To allow sorting arrays" }, "time": "2018-09-11T07:54:48+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Knp\\Component": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "KnpLabs Team", "homepage": "http://knplabs.com" }, { "name": "Symfony Community", "homepage": "http://github.com/KnpLabs/knp-components/contributors" } ], "description": "Knplabs component library", "homepage": "http://github.com/KnpLabs/knp-components", "keywords": [ "components", "knp", "knplabs", "pager", "paginator" ] }, { "name": "knplabs/knp-menu", "version": "2.3.0", "version_normalized": "2.3.0.0", "source": { "type": "git", "url": "https://github.com/KnpLabs/KnpMenu.git", "reference": "655630a1db0b72108262d1a844de3b1ba0885be5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/655630a1db0b72108262d1a844de3b1ba0885be5", "reference": "655630a1db0b72108262d1a844de3b1ba0885be5", "shasum": "" }, "require": { "php": ">=5.6.0" }, "require-dev": { "psr/container": "^1.0", "symfony/http-foundation": "~2.4|~3.0|^4.0", "symfony/phpunit-bridge": "~3.3|^4.0", "symfony/routing": "~2.3|~3.0|^4.0", "twig/twig": "~1.16|~2.0" }, "suggest": { "twig/twig": "for the TwigRenderer and the integration with your templates" }, "time": "2017-11-18T20:49:26+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Knp\\Menu\\": "src/Knp/Menu" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christophe Coevoet", "email": "stof@notk.org" }, { "name": "Symfony Community", "homepage": "https://github.com/KnpLabs/KnpMenu/contributors" }, { "name": "KnpLabs", "homepage": "https://knplabs.com" } ], "description": "An object oriented menu library", "homepage": "https://knplabs.com", "keywords": [ "menu", "tree" ] }, { "name": "knplabs/knp-menu-bundle", "version": "v2.2.1", "version_normalized": "2.2.1.0", "source": { "type": "git", "url": "https://github.com/KnpLabs/KnpMenuBundle.git", "reference": "6bea43eb84fc67c43ab2b43709194efffa8a8ac0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/6bea43eb84fc67c43ab2b43709194efffa8a8ac0", "reference": "6bea43eb84fc67c43ab2b43709194efffa8a8ac0", "shasum": "" }, "require": { "knplabs/knp-menu": "~2.3", "php": "^5.6 || ^7", "symfony/framework-bundle": "~2.7|~3.0 | ^4.0" }, "require-dev": { "symfony/expression-language": "~2.7|~3.0 | ^4.0", "symfony/phpunit-bridge": "^3.3 | ^4.0", "symfony/templating": "~2.7|~3.0 | ^4.0" }, "time": "2017-12-24T16:32:39+00:00", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.2.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Knp\\Bundle\\MenuBundle\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christophe Coevoet", "email": "stof@notk.org" }, { "name": "Knplabs", "homepage": "http://knplabs.com" }, { "name": "Symfony Community", "homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors" } ], "description": "This bundle provides an integration of the KnpMenu library", "keywords": [ "menu" ] }, { "name": "league/csv", "version": "8.2.3", "version_normalized": "8.2.3.0", "source": { "type": "git", "url": "https://github.com/thephpleague/csv.git", "reference": "d2aab1e7bde802582c3879acf03d92716577c76d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/csv/zipball/d2aab1e7bde802582c3879acf03d92716577c76d", "reference": "d2aab1e7bde802582c3879acf03d92716577c76d", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=5.5.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^1.9", "phpunit/phpunit": "^4.0" }, "time": "2018-02-06T08:27:03+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "8.2-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "League\\Csv\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ignace Nyamagana Butera", "email": "nyamsprod@gmail.com", "homepage": "https://github.com/nyamsprod/", "role": "Developer" } ], "description": "Csv data manipulation made easy in PHP", "homepage": "http://csv.thephpleague.com", "keywords": [ "csv", "export", "filter", "import", "read", "write" ] }, { "name": "media-alchemyst/media-alchemyst", "version": "0.5.2", "version_normalized": "0.5.2.0", "source": { "type": "git", "url": "https://github.com/alchemy-fr/Media-Alchemyst.git", "reference": "5d2fe6dd95215804202ecf0466fd9cfaeedd0140" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/alchemy-fr/Media-Alchemyst/zipball/5d2fe6dd95215804202ecf0466fd9cfaeedd0140", "reference": "5d2fe6dd95215804202ecf0466fd9cfaeedd0140", "shasum": "" }, "require": { "alchemy/ghostscript": "~0.4.0", "alchemy/mediavorus": "^0.4.4", "imagine/imagine": "^0.6.2", "monolog/monolog": "~1.0", "neutron/temporary-filesystem": "^2.1.1", "php": ">=5.3.3", "php-ffmpeg/php-ffmpeg": ">=0.4.2,<0.6", "php-mp4box/php-mp4box": "~0.3.0", "php-unoconv/php-unoconv": "~0.3.0", "pimple/pimple": "~1.0", "swftools/swftools": "~0.3.0", "symfony/console": "^2.1|^3.0", "symfony/filesystem": "^2.1|^3.0", "symfony/process": "^2.1.1|^3.0" }, "require-dev": { "alchemy/phpexiftool": "^0.4.0|^0.5.0", "neutron/silex-imagine-provider": "~0.1", "phpunit/phpunit": "^4.1|^5.0", "silex/silex": "~1.0" }, "time": "2019-01-25T12:09:11+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "0.5.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "MediaAlchemyst": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Romain Neutron", "email": "imprec@gmail.com", "homepage": "http://www.lickmychip.com/" }, { "name": "Phraseanet Team", "email": "info@alchemy.fr", "homepage": "http://www.phraseanet.com/" } ], "description": "An Object Oriented wrapper for easy multimedia conversion, based on Imagine, FFMpeg, SwfTools, Unoconv and other libs", "keywords": [ "audio", "audio processing", "image", "image processing", "video", "video processing" ] }, { "name": "michelf/php-markdown", "version": "1.8.0", "version_normalized": "1.8.0.0", "source": { "type": "git", "url": "https://github.com/michelf/php-markdown.git", "reference": "01ab082b355bf188d907b9929cd99b2923053495" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495", "reference": "01ab082b355bf188d907b9929cd99b2923053495", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2018-01-15T00:49:33+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Michelf\\": "Michelf/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Michel Fortin", "email": "michel.fortin@michelf.ca", "homepage": "https://michelf.ca/", "role": "Developer" }, { "name": "John Gruber", "homepage": "https://daringfireball.net/" } ], "description": "PHP Markdown", "homepage": "https://michelf.ca/projects/php-markdown/", "keywords": [ "markdown" ] }, { "name": "monolog/monolog", "version": "1.24.0", "version_normalized": "1.24.0.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", "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": "2018-11-05T09:00:11+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": "mpdf/mpdf", "version": "v6.1.3", "version_normalized": "6.1.3.0", "source": { "type": "git", "url": "https://github.com/mpdf/mpdf.git", "reference": "7f138bf7508eac895ac2c13d2509b056ac7e7e97" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mpdf/mpdf/zipball/7f138bf7508eac895ac2c13d2509b056ac7e7e97", "reference": "7f138bf7508eac895ac2c13d2509b056ac7e7e97", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=5.4.0", "setasign/fpdi": "1.6.*" }, "require-dev": { "phpunit/phpunit": "^4.7" }, "suggest": { "ext-zlib": "Needed for compression of embedded resources, such as fonts" }, "time": "2016-12-12T10:42:18+00:00", "type": "library", "installation-source": "dist", "autoload": { "classmap": [ "mpdf.php", "classes" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0" ], "authors": [ { "name": "Ian Back", "role": "Developer" } ], "description": "A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support", "homepage": "http://mpdf.github.io", "keywords": [ "pdf", "php", "utf-8" ] }, { "name": "neutron/temporary-filesystem", "version": "2.3.0", "version_normalized": "2.3.0.0", "source": { "type": "git", "url": "https://github.com/romainneutron/Temporary-Filesystem.git", "reference": "694aa3885f653dd429584e825ffbab79441d285f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/romainneutron/Temporary-Filesystem/zipball/694aa3885f653dd429584e825ffbab79441d285f", "reference": "694aa3885f653dd429584e825ffbab79441d285f", "shasum": "" }, "require": { "php": "^5.6 || ^7.0", "symfony/filesystem": "^2.3 || ^3.0 || ^4.0" }, "require-dev": { "phpunit/phpunit": "^5.0" }, "time": "2018-02-07T21:11:57+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "Neutron": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Romain Neutron", "email": "imprec@gmail.com" } ], "description": "Symfony filesystem extension to handle temporary files" }, { "name": "ocramius/package-versions", "version": "1.4.0", "version_normalized": "1.4.0.0", "source": { "type": "git", "url": "https://github.com/Ocramius/PackageVersions.git", "reference": "a4d4b60d0e60da2487bd21a2c6ac089f85570dbb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/a4d4b60d0e60da2487bd21a2c6ac089f85570dbb", "reference": "a4d4b60d0e60da2487bd21a2c6ac089f85570dbb", "shasum": "" }, "require": { "composer-plugin-api": "^1.0.0", "php": "^7.1.0" }, "require-dev": { "composer/composer": "^1.6.3", "doctrine/coding-standard": "^5.0.1", "ext-zip": "*", "infection/infection": "^0.7.1", "phpunit/phpunit": "^7.0.0" }, "time": "2019-02-21T12:16:21+00:00", "type": "composer-plugin", "extra": { "class": "PackageVersions\\Installer", "branch-alias": { "dev-master": "2.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "PackageVersions\\": "src/PackageVersions" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marco Pivetta", "email": "ocramius@gmail.com" } ], "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)" }, { "name": "ocramius/proxy-manager", "version": "2.0.4", "version_normalized": "2.0.4.0", "source": { "type": "git", "url": "https://github.com/Ocramius/ProxyManager.git", "reference": "a55d08229f4f614bf335759ed0cf63378feeb2e6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/a55d08229f4f614bf335759ed0cf63378feeb2e6", "reference": "a55d08229f4f614bf335759ed0cf63378feeb2e6", "shasum": "" }, "require": { "ocramius/package-versions": "^1.0", "php": "7.0.0 - 7.0.5 || ^7.0.7", "zendframework/zend-code": "3.0.0 - 3.0.2 || ^3.0.4" }, "require-dev": { "couscous/couscous": "^1.4.0", "ext-phar": "*", "phpbench/phpbench": "^0.11.2", "phpunit/phpunit": "^5.4.6", "squizlabs/php_codesniffer": "^2.6.0" }, "suggest": { "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects", "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)", "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)", "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)" }, "time": "2016-11-04T15:53:15+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "3.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "ProxyManager\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marco Pivetta", "email": "ocramius@gmail.com", "homepage": "http://ocramius.github.io/" } ], "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies", "homepage": "https://github.com/Ocramius/ProxyManager", "keywords": [ "aop", "lazy loading", "proxy", "proxy pattern", "service proxies" ] }, { "name": "onelogin/php-saml", "version": "3.1.1", "version_normalized": "3.1.1.0", "source": { "type": "git", "url": "https://github.com/onelogin/php-saml.git", "reference": "c9026b26395a65184550055d9a01bdf9dbd30861" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/onelogin/php-saml/zipball/c9026b26395a65184550055d9a01bdf9dbd30861", "reference": "c9026b26395a65184550055d9a01bdf9dbd30861", "shasum": "" }, "require": { "php": ">=5.4", "robrichards/xmlseclibs": ">=3.0.3" }, "require-dev": { "pdepend/pdepend": "^2.5.0", "php-coveralls/php-coveralls": "^1.0.2 || ^2.0", "phploc/phploc": "^2.1 || ^3.0 || ^4.0", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1", "sebastian/phpcpd": "^2.0 || ^3.0 || ^4.0", "squizlabs/php_codesniffer": "^3.1.1" }, "suggest": { "ext-curl": "Install curl lib to be able to use the IdPMetadataParser for parsing remote XMLs", "ext-gettext": "Install gettext and php5-gettext libs to handle translations", "ext-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)" }, "time": "2019-03-11T09:41:32+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "OneLogin\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "OneLogin PHP SAML Toolkit", "homepage": "https://developers.onelogin.com/saml/php", "keywords": [ "SAML2", "onelogin", "saml" ] }, { "name": "paragonie/random-lib", "version": "v2.0.0", "version_normalized": "2.0.0.0", "source": { "type": "git", "url": "https://github.com/paragonie/RandomLib.git", "reference": "b73a1cb8eae7a346824ccee42298046dedbf2415" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/RandomLib/zipball/b73a1cb8eae7a346824ccee42298046dedbf2415", "reference": "b73a1cb8eae7a346824ccee42298046dedbf2415", "shasum": "" }, "require": { "ircmaxell/security-lib": "^1.1", "paragonie/random_compat": "^2", "paragonie/sodium_compat": "^1.3", "php": ">=5.3.2" }, "require-dev": { "friendsofphp/php-cs-fixer": "^1.11", "mikey179/vfsstream": "^1.6", "phpunit/phpunit": "^4.8 || >=5.0.0 <5.4" }, "time": "2017-10-06T23:34:21+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "RandomLib": "lib" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Anthony Ferrara", "email": "ircmaxell@ircmaxell.com", "homepage": "http://blog.ircmaxell.com" }, { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "A Library For Generating Secure Random Numbers", "homepage": "https://github.com/ircmaxell/RandomLib", "keywords": [ "cryptography", "random", "random-numbers", "random-strings" ] }, { "name": "paragonie/random_compat", "version": "v2.0.18", "version_normalized": "2.0.18.0", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db", "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db", "shasum": "" }, "require": { "php": ">=5.2.0" }, "require-dev": { "phpunit/phpunit": "4.*|5.*" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "time": "2019-01-03T20:59:08+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "lib/random.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", "polyfill", "pseudorandom", "random" ] }, { "name": "paragonie/sodium_compat", "version": "v1.9.1", "version_normalized": "1.9.1.0", "source": { "type": "git", "url": "https://github.com/paragonie/sodium_compat.git", "reference": "87125d5b265f98c4d1b8d83a1f0726607c229421" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/87125d5b265f98c4d1b8d83a1f0726607c229421", "reference": "87125d5b265f98c4d1b8d83a1f0726607c229421", "shasum": "" }, "require": { "paragonie/random_compat": ">=1", "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8" }, "require-dev": { "phpunit/phpunit": "^3|^4|^5" }, "suggest": { "ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.", "ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security." }, "time": "2019-03-20T17:19:05+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "autoload.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "ISC" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com" }, { "name": "Frank Denis", "email": "jedisct1@pureftpd.org" } ], "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists", "keywords": [ "Authentication", "BLAKE2b", "ChaCha20", "ChaCha20-Poly1305", "Chapoly", "Curve25519", "Ed25519", "EdDSA", "Edwards-curve Digital Signature Algorithm", "Elliptic Curve Diffie-Hellman", "Poly1305", "Pure-PHP cryptography", "RFC 7748", "RFC 8032", "Salpoly", "Salsa20", "X25519", "XChaCha20-Poly1305", "XSalsa20-Poly1305", "Xchacha20", "Xsalsa20", "aead", "cryptography", "ecdh", "elliptic curve", "elliptic curve cryptography", "encryption", "libsodium", "php", "public-key cryptography", "secret-key cryptography", "side-channel resistant" ] }, { "name": "patchwork/utf8", "version": "v1.3.1", "version_normalized": "1.3.1.0", "source": { "type": "git", "url": "https://github.com/tchwork/utf8.git", "reference": "30ec6451aec7d2536f0af8fe535f70c764f2c47a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tchwork/utf8/zipball/30ec6451aec7d2536f0af8fe535f70c764f2c47a", "reference": "30ec6451aec7d2536f0af8fe535f70c764f2c47a", "shasum": "" }, "require": { "lib-pcre": ">=7.3", "php": ">=5.3.0" }, "suggest": { "ext-iconv": "Use iconv for best performance", "ext-intl": "Use Intl for best performance", "ext-mbstring": "Use Mbstring for best performance", "ext-wfio": "Use WFIO for UTF-8 filesystem access on Windows" }, "time": "2016-05-18T13:57:10+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.3-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Patchwork\\": "src/Patchwork/" }, "classmap": [ "src/Normalizer.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "(Apache-2.0 or GPL-2.0)" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" } ], "description": "Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP", "homepage": "https://github.com/tchwork/utf8", "keywords": [ "grapheme", "i18n", "unicode", "utf-8", "utf8" ] }, { "name": "php-ffmpeg/php-ffmpeg", "version": "0.5.1", "version_normalized": "0.5.1.0", "source": { "type": "git", "url": "https://github.com/PHP-FFMpeg/PHP-FFMpeg.git", "reference": "c8949fe3df89edd7692368cc110a51a27971f28a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHP-FFMpeg/PHP-FFMpeg/zipball/c8949fe3df89edd7692368cc110a51a27971f28a", "reference": "c8949fe3df89edd7692368cc110a51a27971f28a", "shasum": "" }, "require": { "alchemy/binary-driver": "~1.5", "doctrine/cache": "~1.0", "evenement/evenement": "~1.0", "neutron/temporary-filesystem": "~2.1, >=2.1.1", "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~3.7", "sami/sami": "~1.0", "silex/silex": "~1.0" }, "suggest": { "php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg" }, "time": "2014-08-26T08:46:56+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "0.5-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "FFMpeg": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Romain Neutron", "email": "imprec@gmail.com", "homepage": "http://www.lickmychip.com/" }, { "name": "Phraseanet Team", "email": "info@alchemy.fr", "homepage": "http://www.phraseanet.com/" } ], "description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg", "keywords": [ "audio", "audio processing", "avconv", "avprobe", "ffmpeg", "ffprobe", "video", "video processing" ] }, { "name": "php-mp4box/php-mp4box", "version": "0.3.0", "version_normalized": "0.3.0.0", "source": { "type": "git", "url": "https://github.com/alchemy-fr/PHP-MP4Box.git", "reference": "baa466be3f6d0b46d27bc0e255e958a95cb7738c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/alchemy-fr/PHP-MP4Box/zipball/baa466be3f6d0b46d27bc0e255e958a95cb7738c", "reference": "baa466be3f6d0b46d27bc0e255e958a95cb7738c", "shasum": "" }, "require": { "alchemy/binary-driver": "~1.5", "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~3.7", "silex/silex": "~1.0" }, "time": "2013-06-25T10:13:06+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "MP4Box": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Romain Neutron", "email": "imprec@gmail.com", "homepage": "http://www.lickmychip.com/" }, { "name": "Phraseanet Team", "email": "info@alchemy.fr", "homepage": "http://www.phraseanet.com/" } ], "description": "PHP MP4Box, an Object Oriented library for easy file conversion with MP4 Box", "keywords": [ "gpac", "mp4box" ] }, { "name": "php-unoconv/php-unoconv", "version": "0.3.0", "version_normalized": "0.3.0.0", "source": { "type": "git", "url": "https://github.com/alchemy-fr/PHP-Unoconv.git", "reference": "6d1e14a7467b5d637741396549529dc4d5f9f355" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/alchemy-fr/PHP-Unoconv/zipball/6d1e14a7467b5d637741396549529dc4d5f9f355", "reference": "6d1e14a7467b5d637741396549529dc4d5f9f355", "shasum": "" }, "require": { "alchemy/binary-driver": "~1.5", "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~3.7", "silex/silex": "~1.0" }, "time": "2013-06-25T10:09:59+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "Unoconv": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Romain Neutron", "email": "imprec@gmail.com", "homepage": "http://www.lickmychip.com/" }, { "name": "Phraseanet Team", "email": "info@alchemy.fr", "homepage": "http://www.phraseanet.com/" } ], "description": "Unoconv PHP, an Object Oriented library for easy file conversion with LibreOffice's unoconv", "keywords": [ "unoconv" ] }, { "name": "phpexiftool/exiftool", "version": "10.10", "version_normalized": "10.10.0.0", "source": { "type": "git", "url": "https://github.com/alchemy-fr/exiftool.git", "reference": "0833cab894c890353192a83011428525a318bedf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/alchemy-fr/exiftool/zipball/0833cab894c890353192a83011428525a318bedf", "reference": "0833cab894c890353192a83011428525a318bedf", "shasum": "" }, "time": "2016-01-25T11:10:14+00:00", "type": "library", "installation-source": "dist", "notification-url": "https://packagist.org/downloads/", "license": [ "Perl Licensing" ], "authors": [ { "name": "Phil Harvey", "email": "phil@owl.phy.queensu.ca", "homepage": "http://www.sno.phy.queensu.ca/~phil/exiftool/" } ], "description": "Exiftool is a library for reading, writing and editing meta information. This package is not PHP, but required for the main PHP driver : PHP Exiftool", "keywords": [ "exiftool", "metadatas" ] }, { "name": "phpoffice/common", "version": "0.2.9", "version_normalized": "0.2.9.0", "source": { "type": "git", "url": "https://github.com/PHPOffice/Common.git", "reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPOffice/Common/zipball/edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d", "reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d", "shasum": "" }, "require": { "pclzip/pclzip": "^2.8", "php": ">=5.3.0" }, "require-dev": { "phpdocumentor/phpdocumentor": "2.*", "phploc/phploc": "2.*", "phpmd/phpmd": "2.*", "phpunit/phpunit": "^4.8.36 || ^7.0", "sebastian/phpcpd": "2.*", "squizlabs/php_codesniffer": "2.*" }, "time": "2018-07-13T14:12:34+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "PhpOffice\\Common\\": "src/Common/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL" ], "authors": [ { "name": "Mark Baker" }, { "name": "Franck Lefevre", "homepage": "http://rootslabs.net" } ], "description": "PHPOffice Common", "homepage": "http://phpoffice.github.io", "keywords": [ "common", "component", "office", "php" ] }, { "name": "phpoffice/phpexcel", "version": "1.8.2", "version_normalized": "1.8.2.0", "source": { "type": "git", "url": "https://github.com/PHPOffice/PHPExcel.git", "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/1441011fb7ecdd8cc689878f54f8b58a6805f870", "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870", "shasum": "" }, "require": { "ext-mbstring": "*", "ext-xml": "*", "ext-xmlwriter": "*", "php": "^5.2|^7.0" }, "require-dev": { "squizlabs/php_codesniffer": "2.*" }, "time": "2018-11-22T23:07:24+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "PHPExcel": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1" ], "authors": [ { "name": "Maarten Balliauw", "homepage": "http://blog.maartenballiauw.be" }, { "name": "Erik Tilt" }, { "name": "Franck Lefevre", "homepage": "http://rootslabs.net" }, { "name": "Mark Baker", "homepage": "http://markbakeruk.net" } ], "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine", "homepage": "https://github.com/PHPOffice/PHPExcel", "keywords": [ "OpenXML", "excel", "php", "spreadsheet", "xls", "xlsx" ], "abandoned": "phpoffice/phpspreadsheet" }, { "name": "phpoffice/phpword", "version": "0.16.0", "version_normalized": "0.16.0.0", "source": { "type": "git", "url": "https://github.com/PHPOffice/PHPWord.git", "reference": "7b7d4e4936014544aa706f4c03d3ac925d74beb9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/7b7d4e4936014544aa706f4c03d3ac925d74beb9", "reference": "7b7d4e4936014544aa706f4c03d3ac925d74beb9", "shasum": "" }, "require": { "ext-xml": "*", "php": "^5.3.3 || ^7.0", "phpoffice/common": "^0.2.9", "zendframework/zend-escaper": "^2.2" }, "require-dev": { "dompdf/dompdf": "0.8.*", "ext-gd": "*", "ext-zip": "*", "friendsofphp/php-cs-fixer": "^2.2", "mpdf/mpdf": "5.7.4 || 6.* || 7.*", "php-coveralls/php-coveralls": "1.1.0 || ^2.0", "phploc/phploc": "2.* || 3.* || 4.*", "phpmd/phpmd": "2.*", "phpunit/phpunit": "^4.8.36 || ^7.0", "squizlabs/php_codesniffer": "^2.9", "tecnickcom/tcpdf": "6.*" }, "suggest": { "dompdf/dompdf": "Allows writing PDF", "ext-gd2": "Allows adding images", "ext-xmlwriter": "Allows writing OOXML and ODF", "ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template", "ext-zip": "Allows writing OOXML and ODF" }, "time": "2018-12-30T00:35:03+00:00", "type": "library", "extra": { "branch-alias": { "dev-develop": "0.17-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "PhpOffice\\PhpWord\\": "src/PhpWord" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0" ], "authors": [ { "name": "Mark Baker" }, { "name": "Gabriel Bull", "email": "me@gabrielbull.com", "homepage": "http://gabrielbull.com/" }, { "name": "Ivan Lanin", "homepage": "http://ivan.lanin.org" }, { "name": "Roman Syroeshko", "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/" }, { "name": "Franck Lefevre", "homepage": "https://rootslabs.net/blog/" }, { "name": "Antoine de Troostembergh" } ], "description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)", "homepage": "http://phpoffice.github.io", "keywords": [ "ISO IEC 29500", "OOXML", "Office Open XML", "OpenDocument", "OpenXML", "PhpOffice", "PhpWord", "Rich Text Format", "WordprocessingML", "doc", "docx", "html", "odf", "odt", "office", "pdf", "php", "reader", "rtf", "template", "template processor", "word", "writer" ] }, { "name": "pimple/pimple", "version": "v1.1.1", "version_normalized": "1.1.1.0", "source": { "type": "git", "url": "https://github.com/silexphp/Pimple.git", "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d", "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2013-11-22T08:30:29+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Pimple": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Pimple is a simple Dependency Injection Container for PHP 5.3", "homepage": "http://pimple.sensiolabs.org", "keywords": [ "container", "dependency injection" ] }, { "name": "psr/cache", "version": "1.0.1", "version_normalized": "1.0.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/cache.git", "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2016-08-06T20:24:11+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Psr\\Cache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for caching libraries", "keywords": [ "cache", "psr", "psr-6" ] }, { "name": "psr/container", "version": "1.0.0", "version_normalized": "1.0.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2017-02-14T16:28:37+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Psr\\Container\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common Container Interface (PHP FIG PSR-11)", "homepage": "https://github.com/php-fig/container", "keywords": [ "PSR-11", "container", "container-interface", "container-interop", "psr" ] }, { "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.0", "version_normalized": "1.1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2018-11-20T15:27:04+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.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": "psr/simple-cache", "version": "1.0.1", "version_normalized": "1.0.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/simple-cache.git", "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2017-10-23T01:57:42+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Psr\\SimpleCache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interfaces for simple caching", "keywords": [ "cache", "caching", "psr", "psr-16", "simple-cache" ] }, { "name": "ralouphie/getallheaders", "version": "2.0.5", "version_normalized": "2.0.5.0", "source": { "type": "git", "url": "https://github.com/ralouphie/getallheaders.git", "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa", "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { "phpunit/phpunit": "~3.7.0", "satooshi/php-coveralls": ">=1.0" }, "time": "2016-02-11T07:05:27+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": "rmccue/requests", "version": "v1.7.0", "version_normalized": "1.7.0.0", "source": { "type": "git", "url": "https://github.com/rmccue/Requests.git", "reference": "87932f52ffad70504d93f04f15690cf16a089546" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/rmccue/Requests/zipball/87932f52ffad70504d93f04f15690cf16a089546", "reference": "87932f52ffad70504d93f04f15690cf16a089546", "shasum": "" }, "require": { "php": ">=5.2" }, "require-dev": { "requests/test-server": "dev-master" }, "time": "2016-10-13T00:11:37+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "Requests": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "ISC" ], "authors": [ { "name": "Ryan McCue", "homepage": "http://ryanmccue.info" } ], "description": "A HTTP library written in PHP, for human beings.", "homepage": "http://github.com/rmccue/Requests", "keywords": [ "curl", "fsockopen", "http", "idna", "ipv6", "iri", "sockets" ] }, { "name": "robrichards/xmlseclibs", "version": "3.0.3", "version_normalized": "3.0.3.0", "source": { "type": "git", "url": "https://github.com/robrichards/xmlseclibs.git", "reference": "406c68ac9124db033d079284b719958b829cb830" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/406c68ac9124db033d079284b719958b829cb830", "reference": "406c68ac9124db033d079284b719958b829cb830", "shasum": "" }, "require": { "ext-openssl": "*", "php": ">= 5.4" }, "time": "2018-11-15T11:59:02+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "RobRichards\\XMLSecLibs\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "A PHP library for XML Security", "homepage": "https://github.com/robrichards/xmlseclibs", "keywords": [ "security", "signature", "xml", "xmldsig" ] }, { "name": "sabre/vobject", "version": "3.5.3", "version_normalized": "3.5.3.0", "source": { "type": "git", "url": "https://github.com/sabre-io/vobject.git", "reference": "129d80533a9ec0d9cacfb50b51180c34edb6874c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sabre-io/vobject/zipball/129d80533a9ec0d9cacfb50b51180c34edb6874c", "reference": "129d80533a9ec0d9cacfb50b51180c34edb6874c", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=5.3.1" }, "require-dev": { "phpunit/phpunit": "*", "squizlabs/php_codesniffer": "*" }, "time": "2016-10-07T03:20:40+00:00", "bin": [ "bin/vobject", "bin/generate_vcards" ], "type": "library", "extra": { "branch-alias": { "dev-master": "3.2.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Sabre\\VObject\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Evert Pot", "email": "me@evertpot.com", "homepage": "http://evertpot.com/", "role": "Developer" }, { "name": "Dominik Tobschall", "email": "dominik@fruux.com", "homepage": "http://tobschall.de/", "role": "Developer" } ], "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects", "homepage": "http://sabre.io/vobject/", "keywords": [ "VObject", "iCalendar", "jCal", "jCard", "vCard" ] }, { "name": "seld/cli-prompt", "version": "1.0.3", "version_normalized": "1.0.3.0", "source": { "type": "git", "url": "https://github.com/Seldaek/cli-prompt.git", "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/a19a7376a4689d4d94cab66ab4f3c816019ba8dd", "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd", "shasum": "" }, "require": { "php": ">=5.3" }, "time": "2017-03-18T11:32:45+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Seld\\CliPrompt\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be" } ], "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type", "keywords": [ "cli", "console", "hidden", "input", "prompt" ] }, { "name": "seld/jsonlint", "version": "1.7.1", "version_normalized": "1.7.1.0", "source": { "type": "git", "url": "https://github.com/Seldaek/jsonlint.git", "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38", "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38", "shasum": "" }, "require": { "php": "^5.3 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" }, "time": "2018-01-24T12:46:19+00:00", "bin": [ "bin/jsonlint" ], "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Seld\\JsonLint\\": "src/Seld/JsonLint/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "JSON Linter", "keywords": [ "json", "linter", "parser", "validator" ] }, { "name": "seld/phar-utils", "version": "1.0.1", "version_normalized": "1.0.1.0", "source": { "type": "git", "url": "https://github.com/Seldaek/phar-utils.git", "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a", "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a", "shasum": "" }, "require": { "php": ">=5.3" }, "time": "2015-10-13T18:44:15+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Seld\\PharUtils\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be" } ], "description": "PHAR file format utilities, for when PHP phars you up", "keywords": [ "phra" ] }, { "name": "setasign/fpdi", "version": "1.6.2", "version_normalized": "1.6.2.0", "source": { "type": "git", "url": "https://github.com/Setasign/FPDI.git", "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6ad58897a6d97cc2d2cd2adaeda343b25a368ea", "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea", "shasum": "" }, "suggest": { "setasign/fpdf": "FPDI will extend this class but as it is also possible to use \"tecnickcom/tcpdf\" as an alternative there's no fixed dependency configured.", "setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.", "setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF." }, "time": "2017-05-11T14:25:49+00:00", "type": "library", "installation-source": "dist", "autoload": { "classmap": [ "filters/", "fpdi.php", "fpdf_tpl.php", "fpdi_pdf_parser.php", "pdf_context.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jan Slabon", "email": "jan.slabon@setasign.com", "homepage": "https://www.setasign.com" } ], "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.", "homepage": "https://www.setasign.com/fpdi", "keywords": [ "fpdf", "fpdi", "pdf" ] }, { "name": "sonata-project/admin-bundle", "version": "3.23.0", "version_normalized": "3.23.0.0", "source": { "type": "git", "url": "https://github.com/sonata-project/SonataAdminBundle.git", "reference": "edbc6b755df5abae8b562eba2fdae6e7855cfdcc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sonata-project/SonataAdminBundle/zipball/edbc6b755df5abae8b562eba2fdae6e7855cfdcc", "reference": "edbc6b755df5abae8b562eba2fdae6e7855cfdcc", "shasum": "" }, "require": { "doctrine/common": "^2.2", "doctrine/inflector": "^1.0", "knplabs/knp-menu-bundle": "^2.1.1", "php": "^5.3 || ^7.0", "sonata-project/block-bundle": "^3.2", "sonata-project/core-bundle": "^3.4", "sonata-project/exporter": "^1.7", "symfony/class-loader": "^2.3 || ^3.0", "symfony/config": "^2.3.9 || ^3.0", "symfony/console": "^2.3 || ^3.0", "symfony/dependency-injection": "^2.3.3 || ^3.0", "symfony/expression-language": "^2.4 || ^3.0", "symfony/form": "^2.3.5 || ^3.0", "symfony/http-foundation": "^2.3 || ^3.0", "symfony/property-access": "^2.3 || ^3.0", "symfony/routing": "^2.3 || ^3.0", "symfony/security-acl": "^2.3 || ^3.0", "symfony/security-bundle": "^2.3 || ^3.0", "symfony/templating": "^2.3 || ^3.0", "symfony/translation": "^2.3 || ^3.0", "symfony/twig-bridge": "^2.3.5 || ^3.0", "symfony/validator": "^2.3 || ^3.0", "twig/extensions": "^1.0", "twig/twig": "^1.28 || ^2.0" }, "conflict": { "jms/di-extra-bundle": "<1.7.0", "sonata-project/exporter": "1.6.0" }, "require-dev": { "jms/di-extra-bundle": "^1.7", "jms/translation-bundle": "^1.2", "matthiasnoback/symfony-dependency-injection-test": "^0.7.6 || ^1.1", "sensio/generator-bundle": "^2.3 || ^3.0", "sllh/php-cs-fixer-styleci-bridge": "^2.0", "sonata-project/intl-bundle": "^2.2.4", "symfony/phpunit-bridge": "^2.7 || ^3.0", "symfony/yaml": "^2.3 || ^3.0" }, "suggest": { "jms/di-extra-bundle": "Annotations for Admin definition", "jms/translation-bundle": "Extract message keys from Admins", "sensio/generator-bundle": "Add sonata:admin:generate command", "sonata-project/intl-bundle": "Add localized date and number into the list" }, "time": "2017-09-01T14:15:32+00:00", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Sonata\\AdminBundle\\": "" }, "exclude-from-classmap": [ "Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Sonata Community", "homepage": "https://github.com/sonata-project/SonataAdminBundle/contributors" }, { "name": "Thomas Rabaix", "email": "thomas.rabaix@sonata-project.org", "homepage": "https://sonata-project.org" } ], "description": "The missing Symfony Admin Generator", "homepage": "https://sonata-project.org/bundles/admin", "keywords": [ "Admin Generator", "admin", "bootstrap", "sonata" ] }, { "name": "sonata-project/block-bundle", "version": "3.10.0", "version_normalized": "3.10.0.0", "source": { "type": "git", "url": "https://github.com/sonata-project/SonataBlockBundle.git", "reference": "c7b9ac6756003cd578d5babe11a3dadb64131b66" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/c7b9ac6756003cd578d5babe11a3dadb64131b66", "reference": "c7b9ac6756003cd578d5babe11a3dadb64131b66", "shasum": "" }, "require": { "doctrine/common": "^2.3", "php": "^5.6 || ^7.0", "sonata-project/cache": "^1.0 || ^2.0", "sonata-project/core-bundle": "^3.4", "symfony/form": "^2.8 || ^3.2 || ^4.0", "symfony/http-kernel": "^2.8 || ^3.2 || ^4.0", "symfony/twig-bundle": "^2.8 || ^3.2 || ^4.0", "twig/twig": "^1.34 || ^2.0" }, "conflict": { "jms/di-extra-bundle": "<1.7.0" }, "require-dev": { "jms/di-extra-bundle": "^1.7", "knplabs/knp-menu-bundle": "^2.0", "sonata-project/admin-bundle": "^3.22", "symfony/phpunit-bridge": "^3.3 || ^4.0" }, "suggest": { "jms/di-extra-bundle": "Annotations for Block definition", "knplabs/knp-menu-bundle": "^2.0", "sonata-project/cache-bundle": "^3.0" }, "time": "2018-01-16T10:08:33+00:00", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Sonata\\BlockBundle\\": "src/" }, "files": [ "src/Resources/stubs/symfony2.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Sonata Community", "homepage": "https://github.com/sonata-project/SonataBlockBundle/contributors" }, { "name": "Thomas Rabaix", "email": "thomas.rabaix@sonata-project.org", "homepage": "https://sonata-project.org" } ], "description": "Symfony SonataBlockBundle", "homepage": "https://sonata-project.org/bundles/block", "keywords": [ "block", "sonata" ] }, { "name": "sonata-project/cache", "version": "2.0.1", "version_normalized": "2.0.1.0", "source": { "type": "git", "url": "https://github.com/sonata-project/cache.git", "reference": "2e2fdabf40bfe566c68406aae238a721cddabf74" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sonata-project/cache/zipball/2e2fdabf40bfe566c68406aae238a721cddabf74", "reference": "2e2fdabf40bfe566c68406aae238a721cddabf74", "shasum": "" }, "require": { "php": "^7.1", "psr/log": "^1.0" }, "require-dev": { "doctrine/orm": "^2.5", "doctrine/phpcr-odm": "^1.4", "jackalope/jackalope-doctrine-dbal": "^1.2", "predis/predis": "^1.1", "sllh/php-cs-fixer-styleci-bridge": "^2.1", "symfony/phpunit-bridge": "^3.3" }, "suggest": { "doctrine/orm": "ORM support", "doctrine/phpcr-odm": "PHPCR ODM support", "ext-apc": "Caching with ext/apc", "ext-memcached": "Caching with ext/memcached", "predis/predis": "Install redis php" }, "time": "2017-12-08T09:22:44+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Sonata\\Cache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Thomas Rabaix", "email": "thomas.rabaix@gmail.com", "homepage": "https://sonata-project.org/" }, { "name": "Sonata Community", "homepage": "https://github.com/sonata-project/cache/contributors" } ], "description": "Cache library", "homepage": "https://github.com/sonata-project/cache", "keywords": [ "cache", "memcached", "mongodb", "redis" ] }, { "name": "sonata-project/core-bundle", "version": "3.5.1", "version_normalized": "3.5.1.0", "source": { "type": "git", "url": "https://github.com/sonata-project/SonataCoreBundle.git", "reference": "a8cc1731d832e6bde3fdad2334cfd158d1d45fbb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/a8cc1731d832e6bde3fdad2334cfd158d1d45fbb", "reference": "a8cc1731d832e6bde3fdad2334cfd158d1d45fbb", "shasum": "" }, "require": { "cocur/slugify": "^1.4 || ^2.0", "php": "^5.3 || ^7.0", "sonata-project/datagrid-bundle": "^2.0", "symfony/config": "^2.3 || ^3.0", "symfony/form": "^2.3.5 || ^3.0", "symfony/framework-bundle": "^2.3 || ^3.0", "symfony/http-foundation": "^2.3 || ^3.0", "symfony/property-access": "^2.3 || ^3.0", "symfony/security": "^2.3 || ^3.0", "symfony/translation": "^2.3 || ^3.0", "symfony/twig-bridge": "^2.3.5 || ^3.0", "symfony/validator": "^2.3 || ^3.0", "twig/extensions": "^1.0", "twig/twig": "^1.23 || ^2.0" }, "require-dev": { "doctrine/orm": "^2.4", "doctrine/phpcr-odm": "^1.0", "friendsofsymfony/rest-bundle": "^1.1 || ^2.0", "jackalope/jackalope-doctrine-dbal": "^1.0", "jms/serializer-bundle": "0.11 - 0.13 || ^1.0", "matthiasnoback/symfony-config-test": "^0.4 || ^1.0", "matthiasnoback/symfony-dependency-injection-test": "^0.7", "nelmio/api-doc-bundle": "^2.11", "sensio/framework-extra-bundle": "^2.3 || ^3.0", "sllh/php-cs-fixer-styleci-bridge": "^2.0", "sonata-project/exporter": "^1.3", "symfony/phpunit-bridge": "^2.7" }, "time": "2017-09-20T14:14:38+00:00", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Sonata\\CoreBundle\\": "" }, "exclude-from-classmap": [ "Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Sonata Community", "homepage": "https://github.com/sonata-project/SonataCoreBundle/contributors" }, { "name": "Thomas Rabaix", "email": "thomas.rabaix@sonata-project.org" } ], "description": "Symfony SonataCoreBundle", "homepage": "https://sonata-project.org/bundles/core", "keywords": [ "sonata" ] }, { "name": "sonata-project/datagrid-bundle", "version": "2.4.0", "version_normalized": "2.4.0.0", "source": { "type": "git", "url": "https://github.com/sonata-project/SonataDatagridBundle.git", "reference": "aa0923768b705dbdab6b751f667a03ba6c5fd05a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sonata-project/SonataDatagridBundle/zipball/aa0923768b705dbdab6b751f667a03ba6c5fd05a", "reference": "aa0923768b705dbdab6b751f667a03ba6c5fd05a", "shasum": "" }, "require": { "php": "^5.6 || ^7.0", "symfony/config": "^2.8 || ^3.2 || ^4.0", "symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0", "symfony/form": "^2.8 || ^3.2 || ^4.0", "symfony/http-kernel": "^2.8 || ^3.2 || ^4.0" }, "require-dev": { "doctrine/orm": "^2.4", "symfony/phpunit-bridge": "^4.0" }, "time": "2018-10-09T20:50:18+00:00", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Sonata\\DatagridBundle\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Sonata Community", "homepage": "https://github.com/sonata-project/SonataDatagridBundle/contributors" }, { "name": "Thomas Rabaix", "email": "thomas.rabaix@sonata-project.org", "homepage": "https://sonata-project.org" } ], "description": "Symfony SonataDatagridBundle", "homepage": "https://sonata-project.org/bundles/datagrid", "keywords": [ "datagrid", "sonata" ] }, { "name": "sonata-project/doctrine-extensions", "version": "1.2.0", "version_normalized": "1.2.0.0", "source": { "type": "git", "url": "https://github.com/sonata-project/sonata-doctrine-extensions.git", "reference": "a22ab48341d1a704cdb823d1d721383bf2feba24" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sonata-project/sonata-doctrine-extensions/zipball/a22ab48341d1a704cdb823d1d721383bf2feba24", "reference": "a22ab48341d1a704cdb823d1d721383bf2feba24", "shasum": "" }, "require": { "doctrine/dbal": "^2.6", "php": "^7.1" }, "require-dev": { "doctrine/common": "^2.7", "doctrine/orm": "^2.5", "doctrine/phpcr-odm": "^1.4 || ^2.0", "jackalope/jackalope-doctrine-dbal": "^1.0", "matthiasnoback/symfony-dependency-injection-test": "^3.1", "symfony/dependency-injection": "^2.8 || ^3.3 || ^4.0", "symfony/expression-language": "^2.8 || ^3.3 || ^4.0", "symfony/framework-bundle": "^2.8 || ^3.3 || ^4.0", "symfony/phpunit-bridge": "^4.2" }, "suggest": { "doctrine/orm": "If you use doctrine orm", "doctrine/phpcr-odm": "If you use doctrine phpcr", "symfony/framework-bundle": "If you want to use symfony" }, "time": "2019-03-08T06:51:52+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Sonata\\Doctrine\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Thomas Rabaix", "email": "thomas.rabaix@sonata-project.org", "homepage": "http://sonata-project.org" }, { "name": "Sonata Community", "homepage": "https://github.com/sonata-project/sonata-doctrine-extensions/contributors" } ], "description": "Doctrine2 behavioral extensions", "homepage": "https://github.com/sonata-project/sonata-doctrine-extensions", "keywords": [ "doctrine", "doctrine2", "json" ] }, { "name": "sonata-project/easy-extends-bundle", "version": "2.5.0", "version_normalized": "2.5.0.0", "source": { "type": "git", "url": "https://github.com/sonata-project/SonataEasyExtendsBundle.git", "reference": "c62fb4f7e74f7fc5f32f122ffa8131d7cf05a1db" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sonata-project/SonataEasyExtendsBundle/zipball/c62fb4f7e74f7fc5f32f122ffa8131d7cf05a1db", "reference": "c62fb4f7e74f7fc5f32f122ffa8131d7cf05a1db", "shasum": "" }, "require": { "php": "^5.6 || ^7.0", "symfony/console": "^2.8 || ^3.2 || ^4.0", "symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0", "symfony/finder": "^2.8 || ^3.2 || ^4.0", "symfony/framework-bundle": "^2.8 || ^3.2 || ^4.0", "symfony/http-kernel": "^2.8 || ^3.2 || ^4.0" }, "require-dev": { "doctrine/orm": "^2.2", "symfony/phpunit-bridge": "^4.0" }, "time": "2018-02-11T12:21:41+00:00", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Sonata\\EasyExtendsBundle\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Sonata Community", "homepage": "https://github.com/sonata-project/SonataEasyExtendsBundle/contributors" }, { "name": "Thomas Rabaix", "email": "thomas.rabaix@sonata-project.org", "homepage": "https://sonata-project.org" } ], "description": "Symfony SonataEasyExtendsBundle", "homepage": "https://sonata-project.org/bundles/easy-extends", "keywords": [ "Easy Extends", "sonata" ] }, { "name": "sonata-project/exporter", "version": "1.11.1", "version_normalized": "1.11.1.0", "source": { "type": "git", "url": "https://github.com/sonata-project/exporter.git", "reference": "a4925e3569fb3fa710fa7c6fecd85b6281c55f57" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sonata-project/exporter/zipball/a4925e3569fb3fa710fa7c6fecd85b6281c55f57", "reference": "a4925e3569fb3fa710fa7c6fecd85b6281c55f57", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "require-dev": { "doctrine/dbal": "^2.5", "doctrine/orm": "^2.4.5", "matthiasnoback/symfony-config-test": "^2.0", "matthiasnoback/symfony-dependency-injection-test": "^1.0", "propel/propel1": "^1.6", "symfony/config": "^2.8 || ^3.2 || ^4.0", "symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0", "symfony/http-foundation": "^2.8 || ^3.2 || ^4.0", "symfony/http-kernel": "^2.8 || ^3.2 || ^4.0", "symfony/phpunit-bridge": "^4.0", "symfony/property-access": "^2.8 || ^3.2 || ^4.0", "symfony/routing": "^2.8 || ^3.2 || ^4.0" }, "suggest": { "ext-curl": "*", "propel/propel1": "^1.6", "symfony/property-access": "To be able to export from database entities", "symfony/routing": "To be able to export the routes of a Symfony app" }, "time": "2019-04-17T21:05:17+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Exporter\\": "aliases/", "Sonata\\Exporter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Thomas Rabaix", "email": "thomas.rabaix@gmail.com", "homepage": "https://sonata-project.org/" } ], "description": "Lightweight Exporter library", "homepage": "https://github.com/sonata-project/Exporter", "keywords": [ "client", "csv", "data", "export", "xls" ] }, { "name": "sonata-project/google-authenticator", "version": "2.2.0", "version_normalized": "2.2.0.0", "source": { "type": "git", "url": "https://github.com/sonata-project/GoogleAuthenticator.git", "reference": "feda53899b26af24e3db2fe7a3e5f053ca483762" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sonata-project/GoogleAuthenticator/zipball/feda53899b26af24e3db2fe7a3e5f053ca483762", "reference": "feda53899b26af24e3db2fe7a3e5f053ca483762", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { "symfony/phpunit-bridge": "^4.0" }, "time": "2018-07-18T22:08:02+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Google\\Authenticator\\": "src/", "Sonata\\GoogleAuthenticator\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christian Stocker", "email": "me@chregu.tv" }, { "name": "Andre DeMarre", "homepage": "http://www.devnetwork.net/viewtopic.php?f=50&t=94989" }, { "name": "Thomas Rabaix", "email": "thomas.rabaix@gmail.com" } ], "description": "Library to integrate Google Authenticator into a PHP project", "homepage": "https://github.com/sonata-project/GoogleAuthenticator", "keywords": [ "google authenticator" ] }, { "name": "sonata-project/user-bundle", "version": "3.3.0", "version_normalized": "3.3.0.0", "source": { "type": "git", "url": "https://github.com/sonata-project/SonataUserBundle.git", "reference": "530494e52ca1d762766336a2da3fa3ffb26e2e09" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sonata-project/SonataUserBundle/zipball/530494e52ca1d762766336a2da3fa3ffb26e2e09", "reference": "530494e52ca1d762766336a2da3fa3ffb26e2e09", "shasum": "" }, "require": { "friendsofsymfony/user-bundle": "^1.3", "php": "^5.3 || ^7.0", "sonata-project/admin-bundle": "^3.1", "sonata-project/core-bundle": "^3.2", "sonata-project/datagrid-bundle": "^2.2.1", "sonata-project/doctrine-extensions": "^1.0", "sonata-project/easy-extends-bundle": "^2.2", "sonata-project/google-authenticator": "^1.0 || ^2.0", "symfony/console": "^2.3", "symfony/form": "^2.3", "symfony/http-foundation": "^2.3", "symfony/security": "^2.3" }, "conflict": { "friendsofsymfony/rest-bundle": "<1.1", "jms/serializer": "<0.13 || >=2.0", "nelmio/api-doc-bundle": "<2.4 || >= 3.0", "sonata-project/block-bundle": "<3.2", "sonata-project/doctrine-orm-admin-bundle": "<3.0 || >=4.0", "sonata-project/seo-bundle": "<2.0 || >=3.0" }, "require-dev": { "doctrine/orm": "^2.0", "friendsofsymfony/rest-bundle": "^1.5 || ^2.0", "jms/serializer-bundle": "^0.13 || ^1.0", "nelmio/api-doc-bundle": "^2.4", "sllh/php-cs-fixer-styleci-bridge": "^2.0", "sonata-project/block-bundle": "^3.2", "sonata-project/seo-bundle": "^2.0", "symfony/phpunit-bridge": "^2.8 || ^3.0" }, "suggest": { "friendsofsymfony/rest-bundle": "For using the public API methods.", "jms/serializer": "For using the public API methods.", "nelmio/api-doc-bundle": "For using the public API methods.", "sonata-project/doctrine-orm-admin-bundle": "^3.0", "sonata-project/seo-bundle": "For SEO breadcrumb block service usage" }, "time": "2017-09-21T18:50:23+00:00", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Sonata\\UserBundle\\": "" }, "exclude-from-classmap": [ "Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Thomas Rabaix", "email": "thomas.rabaix@sonata-project.org", "homepage": "http://sonata-project.org" }, { "name": "Sonata Community", "homepage": "https://github.com/sonata-project/SonataUserBundle/contributors" } ], "description": "Symfony SonataUserBundle", "homepage": "http://sonata-project.org/bundles/user", "keywords": [ "google authenticator", "sonata", "user" ] }, { "name": "studio-42/elfinder", "version": "2.1.49", "version_normalized": "2.1.49.0", "source": { "type": "git", "url": "https://github.com/Studio-42/elFinder.git", "reference": "8669ee276693177e2c288d852923f4a0371d1b96" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Studio-42/elFinder/zipball/8669ee276693177e2c288d852923f4a0371d1b96", "reference": "8669ee276693177e2c288d852923f4a0371d1b96", "shasum": "" }, "require": { "php": ">=5.2" }, "suggest": { "barryvdh/elfinder-flysystem-driver": "VolumeDriver for elFinder to use Flysystem as a root.", "google/apiclient": "VolumeDriver GoogleDrive require `google/apiclient:^2.0.", "kunalvarma05/dropbox-php-sdk": "VolumeDriver `Dropbox`2 require `kunalvarma05/dropbox-php-sdk.", "nao-pon/flysystem-google-drive": "require in GoogleDrive network volume mounting with Flysystem." }, "time": "2019-04-16T15:16:44+00:00", "type": "library", "installation-source": "dist", "autoload": { "classmap": [ "php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Dmitry Levashov", "email": "dio@std42.ru", "homepage": "http://std42.ru" }, { "name": "Troex Nevelin", "email": "troex@fury.scancode.ru", "homepage": "http://std42.ru" }, { "name": "Community contributions", "homepage": "https://github.com/Studio-42/elFinder/contributors" }, { "name": "Naoki Sawada", "email": "hypweb+elfinder@gmail.com", "homepage": "http://xoops.hypweb.net" } ], "description": "File manager for web", "homepage": "http://elfinder.org" }, { "name": "sunra/php-simple-html-dom-parser", "version": "v1.5.2", "version_normalized": "1.5.2.0", "source": { "type": "git", "url": "https://github.com/sunra/php-simple-html-dom-parser.git", "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/75b9b1cb64502d8f8c04dc11b5906b969af247c6", "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=5.3.2" }, "time": "2016-11-22T22:57:47+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "Sunra\\PhpSimple\\HtmlDomParser": "Src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Sunra", "email": "sunra@yandex.ru", "homepage": "https://github.com/sunra" }, { "name": "S.C. Chen", "homepage": "http://sourceforge.net/projects/simplehtmldom/" } ], "description": "Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.", "homepage": "https://github.com/sunra/php-simple-html-dom-parser", "keywords": [ "dom", "html", "parser" ] }, { "name": "swftools/swftools", "version": "0.3.2", "version_normalized": "0.3.2.0", "source": { "type": "git", "url": "https://github.com/alchemy-fr/PHPSwftools.git", "reference": "ad135893d55bffaa71de2f3f7febd0b3e455368a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/alchemy-fr/PHPSwftools/zipball/ad135893d55bffaa71de2f3f7febd0b3e455368a", "reference": "ad135893d55bffaa71de2f3f7febd0b3e455368a", "shasum": "" }, "require": { "alchemy/binary-driver": "~1.5", "php": ">=5.3.3", "pimple/pimple": "~1.0" }, "require-dev": { "phpunit/phpunit": "~3.7", "sami/sami": "~1.0", "silex/silex": "~1.0" }, "time": "2017-11-07T14:36:48+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "SwfTools": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Romain Neutron", "email": "imprec@gmail.com", "homepage": "http://www.lickmychip.com/" }, { "name": "Phraseanet Team", "email": "support@alchemy.fr", "homepage": "http://www.phraseanet.com/" } ], "description": "PHP SwfTools", "keywords": [ "adobe flash", "flash", "swf" ] }, { "name": "sylius/attribute", "version": "v0.13.0", "version_normalized": "0.13.0.0", "source": { "type": "git", "url": "https://github.com/Sylius/Attribute.git", "reference": "cadb69fa4bc7c6f61bda2ddbdbbd154921f4c907" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Sylius/Attribute/zipball/cadb69fa4bc7c6f61bda2ddbdbbd154921f4c907", "reference": "cadb69fa4bc7c6f61bda2ddbdbbd154921f4c907", "shasum": "" }, "require": { "php": ">=5.3.3", "sylius/resource": "0.13.*@dev" }, "require-dev": { "phpspec/phpspec": "~2.1" }, "time": "2015-01-28T13:33:18+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "0.13-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Sylius\\Component\\Attribute\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Sylius project", "homepage": "http://sylius.org" }, { "name": "Community contributions", "homepage": "http://github.com/Sylius/Sylius/contributors" }, { "name": "Paweล‚ Jฤ™drzejewski", "homepage": "http://pjedrzejewski.com" } ], "description": "Component for handling object attributes in PHP projects.", "homepage": "http://sylius.org", "keywords": [ "attribute", "ecommerce", "feature", "shop" ] }, { "name": "sylius/resource", "version": "v0.13.0", "version_normalized": "0.13.0.0", "source": { "type": "git", "url": "https://github.com/Sylius/Resource.git", "reference": "656be14add63fe333cf81d9c7305c95240c9c0e3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Sylius/Resource/zipball/656be14add63fe333cf81d9c7305c95240c9c0e3", "reference": "656be14add63fe333cf81d9c7305c95240c9c0e3", "shasum": "" }, "require": { "doctrine/collections": "~1.0", "doctrine/common": "~2.3", "php": ">=5.3.3", "symfony/event-dispatcher": "~2.3", "winzou/state-machine": "~0.1" }, "require-dev": { "phpspec/phpspec": "~2.1" }, "time": "2015-01-25T13:13:14+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "0.13-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Sylius\\Component\\Resource\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Sylius project", "homepage": "http://sylius.org" }, { "name": "Community contributions", "homepage": "http://github.com/Sylius/Sylius/contributors" }, { "name": "Paweล‚ Jฤ™drzejewski", "homepage": "http://pjedrzejewski.com" } ], "description": "Basic resource interfaces for PHP applications.", "homepage": "http://sylius.org", "keywords": [ "api", "doctrine", "ecommerce", "resource", "shop", "sylius" ] }, { "name": "sylius/translation", "version": "v0.13.0", "version_normalized": "0.13.0.0", "source": { "type": "git", "url": "https://github.com/Sylius/Translation.git", "reference": "ff0dd157c31d543fd78517b23053e974d3728489" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Sylius/Translation/zipball/ff0dd157c31d543fd78517b23053e974d3728489", "reference": "ff0dd157c31d543fd78517b23053e974d3728489", "shasum": "" }, "require": { "doctrine/collections": "~1.2", "doctrine/orm": "~2.4", "php": ">=5.3.3" }, "require-dev": { "phpspec/phpspec": "~2.0" }, "time": "2015-02-06T11:44:07+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "0.13-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Sylius\\Component\\Translation\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Sylius project", "homepage": "http://sylius.org" }, { "name": "Community contributions", "homepage": "http://github.com/Sylius/Sylius/contributors" }, { "name": "Paweล‚ Jฤ™drzejewski", "homepage": "http://pjedrzejewski.com" } ], "description": "Translation helper.", "homepage": "http://sylius.org", "keywords": [ "translation" ] }, { "name": "symfony/asset", "version": "v3.0.9", "version_normalized": "3.0.9.0", "source": { "type": "git", "url": "https://github.com/symfony/asset.git", "reference": "f844899f663285ce819c041237777140e0c061c3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/asset/zipball/f844899f663285ce819c041237777140e0c061c3", "reference": "f844899f663285ce819c041237777140e0c061c3", "shasum": "" }, "require": { "php": ">=5.5.9" }, "require-dev": { "symfony/http-foundation": "~2.8|~3.0" }, "suggest": { "symfony/http-foundation": "" }, "time": "2016-07-01T15:14:41+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\Asset\\": "" }, "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 Asset Component", "homepage": "https://symfony.com" }, { "name": "symfony/browser-kit", "version": "v4.2.7", "version_normalized": "4.2.7.0", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", "reference": "c09c18cca96d7067152f78956faf55346c338283" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/browser-kit/zipball/c09c18cca96d7067152f78956faf55346c338283", "reference": "c09c18cca96d7067152f78956faf55346c338283", "shasum": "" }, "require": { "php": "^7.1.3", "symfony/dom-crawler": "~3.4|~4.0" }, "require-dev": { "symfony/css-selector": "~3.4|~4.0", "symfony/process": "~3.4|~4.0" }, "suggest": { "symfony/process": "" }, "time": "2019-04-07T09:56:43+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "4.2-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\BrowserKit\\": "" }, "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 BrowserKit Component", "homepage": "https://symfony.com" }, { "name": "symfony/cache", "version": "v4.1.12", "version_normalized": "4.1.12.0", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", "reference": "399ddbf0ff98f42593827141b5fcd95d51c36b28" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/cache/zipball/399ddbf0ff98f42593827141b5fcd95d51c36b28", "reference": "399ddbf0ff98f42593827141b5fcd95d51c36b28", "shasum": "" }, "require": { "php": "^7.1.3", "psr/cache": "~1.0", "psr/log": "~1.0", "psr/simple-cache": "^1.0" }, "conflict": { "symfony/var-dumper": "<3.4" }, "provide": { "psr/cache-implementation": "1.0", "psr/simple-cache-implementation": "1.0" }, "require-dev": { "cache/integration-tests": "dev-master", "doctrine/cache": "~1.6", "doctrine/dbal": "~2.4", "predis/predis": "~1.0" }, "time": "2019-04-16T09:37:00+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "4.1-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\Cache\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Cache component with PSR-6, PSR-16, and tags", "homepage": "https://symfony.com", "keywords": [ "caching", "psr6" ] }, { "name": "symfony/class-loader", "version": "v2.8.50", "version_normalized": "2.8.50.0", "source": { "type": "git", "url": "https://github.com/symfony/class-loader.git", "reference": "8194721a1e2768cfb95079581889c41eec7a5959" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/class-loader/zipball/8194721a1e2768cfb95079581889c41eec7a5959", "reference": "8194721a1e2768cfb95079581889c41eec7a5959", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/polyfill-apcu": "~1.1" }, "require-dev": { "symfony/finder": "^2.0.5|~3.0.0" }, "time": "2018-11-11T11:18:13+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\ClassLoader\\": "" }, "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 ClassLoader Component", "homepage": "https://symfony.com" }, { "name": "symfony/config", "version": "v2.8.50", "version_normalized": "2.8.50.0", "source": { "type": "git", "url": "https://github.com/symfony/config.git", "reference": "7dd5f5040dc04c118d057fb5886563963eb70011" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/config/zipball/7dd5f5040dc04c118d057fb5886563963eb70011", "reference": "7dd5f5040dc04c118d057fb5886563963eb70011", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/filesystem": "~2.3|~3.0.0", "symfony/polyfill-ctype": "~1.8" }, "require-dev": { "symfony/yaml": "~2.7|~3.0.0" }, "suggest": { "symfony/yaml": "To use the yaml reference dumper" }, "time": "2018-11-26T09:38:12+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\Config\\": "" }, "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 Config Component", "homepage": "https://symfony.com" }, { "name": "symfony/console", "version": "v2.8.50", "version_normalized": "2.8.50.0", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12", "reference": "cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/debug": "^2.7.2|~3.0.0", "symfony/polyfill-mbstring": "~1.0" }, "require-dev": { "psr/log": "~1.0", "symfony/event-dispatcher": "~2.1|~3.0.0", "symfony/process": "~2.1|~3.0.0" }, "suggest": { "psr/log-implementation": "For using the console logger", "symfony/event-dispatcher": "", "symfony/process": "" }, "time": "2018-11-20T15:55:20+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\Console\\": "" }, "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 Console Component", "homepage": "https://symfony.com" }, { "name": "symfony/css-selector", "version": "v3.4.26", "version_normalized": "3.4.26.0", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", "reference": "8ca29297c29b64fb3a1a135e71cb25f67f9fdccf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/css-selector/zipball/8ca29297c29b64fb3a1a135e71cb25f67f9fdccf", "reference": "8ca29297c29b64fb3a1a135e71cb25f67f9fdccf", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8" }, "time": "2019-01-16T09:39:14+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\CssSelector\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jean-Franรงois Simon", "email": "jeanfrancois.simon@sensiolabs.com" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony CssSelector Component", "homepage": "https://symfony.com" }, { "name": "symfony/debug", "version": "v2.8.50", "version_normalized": "2.8.50.0", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", "reference": "74251c8d50dd3be7c4ce0c7b862497cdc641a5d0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/debug/zipball/74251c8d50dd3be7c4ce0c7b862497cdc641a5d0", "reference": "74251c8d50dd3be7c4ce0c7b862497cdc641a5d0", "shasum": "" }, "require": { "php": ">=5.3.9", "psr/log": "~1.0" }, "conflict": { "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" }, "require-dev": { "symfony/class-loader": "~2.2|~3.0.0", "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0" }, "time": "2018-11-11T11:18:13+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\Debug\\": "" }, "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 Debug Component", "homepage": "https://symfony.com" }, { "name": "symfony/dependency-injection", "version": "v2.8.50", "version_normalized": "2.8.50.0", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", "reference": "c306198fee8f872a8f5f031e6e4f6f83086992d8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c306198fee8f872a8f5f031e6e4f6f83086992d8", "reference": "c306198fee8f872a8f5f031e6e4f6f83086992d8", "shasum": "" }, "require": { "php": ">=5.3.9" }, "conflict": { "symfony/expression-language": "<2.6" }, "require-dev": { "symfony/config": "~2.2|~3.0.0", "symfony/expression-language": "~2.6|~3.0.0", "symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7" }, "suggest": { "symfony/config": "", "symfony/expression-language": "For using expressions in service container configuration", "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", "symfony/yaml": "" }, "time": "2019-04-16T11:33:46+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\DependencyInjection\\": "" }, "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 DependencyInjection Component", "homepage": "https://symfony.com" }, { "name": "symfony/doctrine-bridge", "version": "v2.8.50", "version_normalized": "2.8.50.0", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-bridge.git", "reference": "b3a1a048020bea1ea69d31e35c01e2d927fa3ba8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/b3a1a048020bea1ea69d31e35c01e2d927fa3ba8", "reference": "b3a1a048020bea1ea69d31e35c01e2d927fa3ba8", "shasum": "" }, "require": { "doctrine/common": "~2.4", "php": ">=5.3.9", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" }, "require-dev": { "doctrine/data-fixtures": "1.0.*", "doctrine/dbal": "~2.4", "doctrine/orm": "^2.4.5", "symfony/dependency-injection": "~2.2|~3.0.0", "symfony/expression-language": "~2.2|~3.0.0", "symfony/form": "^2.8.28|~3.3.10", "symfony/http-kernel": "~2.2|~3.0.0", "symfony/property-access": "~2.3|~3.0.0", "symfony/property-info": "~2.8|3.0", "symfony/security": "^2.8.31|^3.3.13", "symfony/stopwatch": "~2.2|~3.0.0", "symfony/translation": "^2.0.5|~3.0.0", "symfony/validator": "~2.7.25|^2.8.18|~3.2.5" }, "suggest": { "doctrine/data-fixtures": "", "doctrine/dbal": "", "doctrine/orm": "", "symfony/form": "", "symfony/property-info": "", "symfony/validator": "" }, "time": "2018-11-26T09:36:25+00:00", "type": "symfony-bridge", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Bridge\\Doctrine\\": "" }, "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 Doctrine Bridge", "homepage": "https://symfony.com" }, { "name": "symfony/dom-crawler", "version": "v3.4.26", "version_normalized": "3.4.26.0", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", "reference": "d40023c057393fb25f7ca80af2a56ed948c45a09" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/d40023c057393fb25f7ca80af2a56ed948c45a09", "reference": "d40023c057393fb25f7ca80af2a56ed948c45a09", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0" }, "require-dev": { "symfony/css-selector": "~2.8|~3.0|~4.0" }, "suggest": { "symfony/css-selector": "" }, "time": "2019-02-23T15:06:07+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\DomCrawler\\": "" }, "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 DomCrawler Component", "homepage": "https://symfony.com" }, { "name": "symfony/event-dispatcher", "version": "v2.8.50", "version_normalized": "2.8.50.0", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a77e974a5fecb4398833b0709210e3d5e334ffb0", "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0", "shasum": "" }, "require": { "php": ">=5.3.9" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "^2.0.5|~3.0.0", "symfony/dependency-injection": "~2.6|~3.0.0", "symfony/expression-language": "~2.6|~3.0.0", "symfony/stopwatch": "~2.3|~3.0.0" }, "suggest": { "symfony/dependency-injection": "", "symfony/http-kernel": "" }, "time": "2018-11-21T14:20:20+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\EventDispatcher\\": "" }, "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 EventDispatcher Component", "homepage": "https://symfony.com" }, { "name": "symfony/expression-language", "version": "v3.4.26", "version_normalized": "3.4.26.0", "source": { "type": "git", "url": "https://github.com/symfony/expression-language.git", "reference": "74631d47774cfa59bfb4a0de18cdf700fb98d658" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/expression-language/zipball/74631d47774cfa59bfb4a0de18cdf700fb98d658", "reference": "74631d47774cfa59bfb4a0de18cdf700fb98d658", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/cache": "~3.1|~4.0" }, "time": "2019-01-16T12:52:19+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\ExpressionLanguage\\": "" }, "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 ExpressionLanguage Component", "homepage": "https://symfony.com" }, { "name": "symfony/filesystem", "version": "v2.8.50", "version_normalized": "2.8.50.0", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", "reference": "7ae46872dad09dffb7fe1e93a0937097339d0080" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/filesystem/zipball/7ae46872dad09dffb7fe1e93a0937097339d0080", "reference": "7ae46872dad09dffb7fe1e93a0937097339d0080", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/polyfill-ctype": "~1.8" }, "time": "2018-11-11T11:18:13+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\Filesystem\\": "" }, "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 Filesystem Component", "homepage": "https://symfony.com" }, { "name": "symfony/finder", "version": "v2.8.50", "version_normalized": "2.8.50.0", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "1444eac52273e345d9b95129bf914639305a9ba4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/1444eac52273e345d9b95129bf914639305a9ba4", "reference": "1444eac52273e345d9b95129bf914639305a9ba4", "shasum": "" }, "require": { "php": ">=5.3.9" }, "time": "2018-11-11T11:18:13+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\Finder\\": "" }, "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 Finder Component", "homepage": "https://symfony.com" }, { "name": "symfony/form", "version": "v2.8.50", "version_normalized": "2.8.50.0", "source": { "type": "git", "url": "https://github.com/symfony/form.git", "reference": "74382a47aa97496d181fbb598822fdfb9e1744e4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/form/zipball/74382a47aa97496d181fbb598822fdfb9e1744e4", "reference": "74382a47aa97496d181fbb598822fdfb9e1744e4", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/event-dispatcher": "~2.1|~3.0.0", "symfony/intl": "~2.7.25|^2.8.18|~3.2.5", "symfony/options-resolver": "~2.6", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", "symfony/property-access": "~2.3|~3.0.0" }, "conflict": { "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", "symfony/doctrine-bridge": "<2.7", "symfony/framework-bundle": "<2.7", "symfony/twig-bridge": "<2.7" }, "require-dev": { "doctrine/collections": "~1.0", "symfony/dependency-injection": "~2.7|~3.0.0", "symfony/http-foundation": "~2.2|~3.0.0", "symfony/http-kernel": "~2.4|~3.0.0", "symfony/security-csrf": "^2.8.31|^3.3.13", "symfony/translation": "^2.0.5|~3.0.0", "symfony/validator": "^2.8.18|~3.2.5" }, "suggest": { "symfony/framework-bundle": "For templating with PHP.", "symfony/security-csrf": "For protecting forms against CSRF attacks.", "symfony/twig-bridge": "For templating with Twig.", "symfony/validator": "For form validation." }, "time": "2018-12-06T11:12:46+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\Form\\": "" }, "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 Form Component", "homepage": "https://symfony.com" }, { "name": "symfony/framework-bundle", "version": "v2.8.50", "version_normalized": "2.8.50.0", "source": { "type": "git", "url": "https://github.com/symfony/framework-bundle.git", "reference": "07b6056e3a84861fa8a54c33f70b189cf18a1aad" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/07b6056e3a84861fa8a54c33f70b189cf18a1aad", "reference": "07b6056e3a84861fa8a54c33f70b189cf18a1aad", "shasum": "" }, "require": { "doctrine/annotations": "~1.0", "doctrine/cache": "~1.0", "ext-xml": "*", "php": ">=5.3.9", "symfony/asset": "~2.7|~3.0.0", "symfony/class-loader": "~2.1|~3.0.0", "symfony/config": "~2.8", "symfony/dependency-injection": "~2.8.41", "symfony/event-dispatcher": "~2.8|~3.0.0", "symfony/filesystem": "~2.3|~3.0.0", "symfony/finder": "^2.0.5|~3.0.0", "symfony/http-foundation": "~2.7.36|^2.8.29", "symfony/http-kernel": "^2.8.22", "symfony/polyfill-mbstring": "~1.0", "symfony/routing": "^2.8.17", "symfony/security-core": "^2.8.41|^3.3.17", "symfony/security-csrf": "^2.8.31|^3.3.13", "symfony/stopwatch": "~2.3|~3.0.0", "symfony/templating": "~2.7|~3.0.0", "symfony/translation": "~2.8" }, "conflict": { "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" }, "require-dev": { "phpdocumentor/reflection": "^1.0.7", "sensio/framework-extra-bundle": "^3.0.2", "symfony/browser-kit": "~2.4|~3.0.0", "symfony/console": "~2.8.19|~3.2.7", "symfony/css-selector": "^2.0.5|~3.0.0", "symfony/dom-crawler": "^2.0.5|~3.0.0", "symfony/expression-language": "~2.6|~3.0.0", "symfony/form": "^2.8.19", "symfony/polyfill-intl-icu": "~1.0", "symfony/process": "^2.0.5|~3.0.0", "symfony/property-info": "~2.8|~3.0.0", "symfony/validator": "~2.5|~3.0.0", "symfony/yaml": "^2.0.5|~3.0.0", "twig/twig": "~1.34|~2.4" }, "suggest": { "symfony/console": "For using the console commands", "symfony/form": "For using forms", "symfony/process": "For using the server:run, server:start, server:stop, and server:status commands", "symfony/property-info": "For using the property_info service", "symfony/serializer": "For using the serializer service", "symfony/validator": "For using validation", "symfony/yaml": "For using the debug:config and lint:yaml commands" }, "time": "2019-04-16T10:01:35+00:00", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Bundle\\FrameworkBundle\\": "" }, "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 FrameworkBundle", "homepage": "https://symfony.com" }, { "name": "symfony/http-foundation", "version": "v2.8.50", "version_normalized": "2.8.50.0", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", "reference": "746f8d3638bf46ee8b202e62f2b214c3d61fb06a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/746f8d3638bf46ee8b202e62f2b214c3d61fb06a", "reference": "746f8d3638bf46ee8b202e62f2b214c3d61fb06a", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/polyfill-mbstring": "~1.1", "symfony/polyfill-php54": "~1.0", "symfony/polyfill-php55": "~1.0" }, "require-dev": { "symfony/expression-language": "~2.4|~3.0.0" }, "time": "2019-04-16T10:00:53+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\HttpFoundation\\": "" }, "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 HttpFoundation Component", "homepage": "https://symfony.com" }, { "name": "symfony/http-kernel", "version": "v2.8.51", "version_normalized": "2.8.51.0", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", "reference": "a01e2b4b267fda24dba9b06cd1c575ca87a51ad2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a01e2b4b267fda24dba9b06cd1c575ca87a51ad2", "reference": "a01e2b4b267fda24dba9b06cd1c575ca87a51ad2", "shasum": "" }, "require": { "php": ">=5.3.9", "psr/log": "~1.0", "symfony/debug": "^2.6.2", "symfony/event-dispatcher": "^2.6.7|~3.0.0", "symfony/http-foundation": "~2.7.36|~2.8.29|~3.1.6", "symfony/polyfill-ctype": "~1.8" }, "conflict": { "symfony/config": "<2.7", "twig/twig": "<1.34|<2.4,>=2" }, "require-dev": { "symfony/browser-kit": "~2.3|~3.0.0", "symfony/class-loader": "~2.1|~3.0.0", "symfony/config": "~2.8", "symfony/console": "~2.3|~3.0.0", "symfony/css-selector": "^2.0.5|~3.0.0", "symfony/dependency-injection": "~2.8|~3.0.0", "symfony/dom-crawler": "^2.0.5|~3.0.0", "symfony/expression-language": "~2.4|~3.0.0", "symfony/finder": "^2.0.5|~3.0.0", "symfony/process": "^2.0.5|~3.0.0", "symfony/routing": "~2.8|~3.0.0", "symfony/stopwatch": "~2.3|~3.0.0", "symfony/templating": "~2.2|~3.0.0", "symfony/translation": "^2.0.5|~3.0.0", "symfony/var-dumper": "~2.6|~3.0.0" }, "suggest": { "symfony/browser-kit": "", "symfony/class-loader": "", "symfony/config": "", "symfony/console": "", "symfony/dependency-injection": "", "symfony/finder": "", "symfony/var-dumper": "" }, "time": "2019-04-17T16:42:28+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\HttpKernel\\": "" }, "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 HttpKernel Component", "homepage": "https://symfony.com" }, { "name": "symfony/intl", "version": "v3.2.14", "version_normalized": "3.2.14.0", "source": { "type": "git", "url": "https://github.com/symfony/intl.git", "reference": "3fd98dde8e7d1c34c974d65b09e9c32abe88dafe" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/intl/zipball/3fd98dde8e7d1c34c974d65b09e9c32abe88dafe", "reference": "3fd98dde8e7d1c34c974d65b09e9c32abe88dafe", "shasum": "" }, "require": { "php": ">=5.5.9", "symfony/polyfill-intl-icu": "~1.0" }, "require-dev": { "symfony/filesystem": "~2.8|~3.0" }, "suggest": { "ext-intl": "to use the component with locales other than \"en\"" }, "time": "2017-11-16T17:55:54+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "3.2-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\Intl\\": "" }, "classmap": [ "Resources/stubs" ], "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" }, { "name": "Eriksen Costa", "email": "eriksen.costa@infranology.com.br" }, { "name": "Igor Wiedler", "email": "igor@wiedler.ch" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.", "homepage": "https://symfony.com", "keywords": [ "i18n", "icu", "internationalization", "intl", "l10n", "localization" ] }, { "name": "symfony/options-resolver", "version": "v2.8.50", "version_normalized": "2.8.50.0", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", "reference": "7aaab725bb58f0e18aa12c61bdadd4793ab4c32b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/options-resolver/zipball/7aaab725bb58f0e18aa12c61bdadd4793ab4c32b", "reference": "7aaab725bb58f0e18aa12c61bdadd4793ab4c32b", "shasum": "" }, "require": { "php": ">=5.3.9" }, "time": "2018-11-11T11:18:13+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\OptionsResolver\\": "" }, "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 OptionsResolver Component", "homepage": "https://symfony.com", "keywords": [ "config", "configuration", "options" ] }, { "name": "symfony/polyfill-apcu", "version": "v1.11.0", "version_normalized": "1.11.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-apcu.git", "reference": "a502face1da6a53289480166f24de2c3c68e5c3c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/a502face1da6a53289480166f24de2c3c68e5c3c", "reference": "a502face1da6a53289480166f24de2c3c68e5c3c", "shasum": "" }, "require": { "php": ">=5.3.3" }, "time": "2019-02-06T07:57:58+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.11-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Polyfill\\Apcu\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "apcu", "compatibility", "polyfill", "portable", "shim" ] }, { "name": "symfony/polyfill-ctype", "version": "v1.11.0", "version_normalized": "1.11.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "82ebae02209c21113908c229e9883c419720738a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a", "reference": "82ebae02209c21113908c229e9883c419720738a", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-ctype": "For best performance" }, "time": "2019-02-06T07:57:58+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.11-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" }, { "name": "Gert de Pagter", "email": "backendtea@gmail.com" } ], "description": "Symfony polyfill for ctype functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "ctype", "polyfill", "portable" ] }, { "name": "symfony/polyfill-intl-icu", "version": "v1.11.0", "version_normalized": "1.11.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-icu.git", "reference": "999878a3a09d73cae157b0cf89bb6fb2cc073057" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/999878a3a09d73cae157b0cf89bb6fb2cc073057", "reference": "999878a3a09d73cae157b0cf89bb6fb2cc073057", "shasum": "" }, "require": { "php": ">=5.3.3", "symfony/intl": "~2.3|~3.0|~4.0" }, "suggest": { "ext-intl": "For best performance" }, "time": "2019-01-07T19:39:47+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.9-dev" } }, "installation-source": "dist", "autoload": { "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for intl's ICU-related data and classes", "homepage": "https://symfony.com", "keywords": [ "compatibility", "icu", "intl", "polyfill", "portable", "shim" ] }, { "name": "symfony/polyfill-mbstring", "version": "v1.11.0", "version_normalized": "1.11.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "fe5e94c604826c35a32fa832f35bd036b6799609" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609", "reference": "fe5e94c604826c35a32fa832f35bd036b6799609", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-mbstring": "For best performance" }, "time": "2019-02-06T07:57:58+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.11-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", "mbstring", "polyfill", "portable", "shim" ] }, { "name": "symfony/polyfill-php54", "version": "v1.11.0", "version_normalized": "1.11.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php54.git", "reference": "2964b17ddc32dba7bcba009d5501c84d3fba1452" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/2964b17ddc32dba7bcba009d5501c84d3fba1452", "reference": "2964b17ddc32dba7bcba009d5501c84d3fba1452", "shasum": "" }, "require": { "php": ">=5.3.3" }, "time": "2019-02-06T07:57:58+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.11-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Polyfill\\Php54\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ] }, { "name": "symfony/polyfill-php55", "version": "v1.11.0", "version_normalized": "1.11.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php55.git", "reference": "96fa25cef405ea452919559a0025d5dc16e30e4c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/96fa25cef405ea452919559a0025d5dc16e30e4c", "reference": "96fa25cef405ea452919559a0025d5dc16e30e4c", "shasum": "" }, "require": { "ircmaxell/password-compat": "~1.0", "php": ">=5.3.3" }, "time": "2019-02-06T07:57:58+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.11-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Polyfill\\Php55\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ] }, { "name": "symfony/polyfill-php56", "version": "v1.11.0", "version_normalized": "1.11.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php56.git", "reference": "f4dddbc5c3471e1b700a147a20ae17cdb72dbe42" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/f4dddbc5c3471e1b700a147a20ae17cdb72dbe42", "reference": "f4dddbc5c3471e1b700a147a20ae17cdb72dbe42", "shasum": "" }, "require": { "php": ">=5.3.3", "symfony/polyfill-util": "~1.0" }, "time": "2019-02-06T07:57:58+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.11-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Polyfill\\Php56\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ] }, { "name": "symfony/polyfill-php70", "version": "v1.11.0", "version_normalized": "1.11.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php70.git", "reference": "bc4858fb611bda58719124ca079baff854149c89" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/bc4858fb611bda58719124ca079baff854149c89", "reference": "bc4858fb611bda58719124ca079baff854149c89", "shasum": "" }, "require": { "paragonie/random_compat": "~1.0|~2.0|~9.99", "php": ">=5.3.3" }, "time": "2019-02-06T07:57:58+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.11-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Polyfill\\Php70\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ] }, { "name": "symfony/polyfill-util", "version": "v1.11.0", "version_normalized": "1.11.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-util.git", "reference": "b46c6cae28a3106735323f00a0c38eccf2328897" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/b46c6cae28a3106735323f00a0c38eccf2328897", "reference": "b46c6cae28a3106735323f00a0c38eccf2328897", "shasum": "" }, "require": { "php": ">=5.3.3" }, "time": "2019-02-08T14:16:39+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.11-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Polyfill\\Util\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony utilities for portability of PHP codes", "homepage": "https://symfony.com", "keywords": [ "compat", "compatibility", "polyfill", "shim" ] }, { "name": "symfony/process", "version": "v3.4.26", "version_normalized": "3.4.26.0", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "a9c4dfbf653023b668c282e4e02609d131f4057a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/a9c4dfbf653023b668c282e4e02609d131f4057a", "reference": "a9c4dfbf653023b668c282e4e02609d131f4057a", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8" }, "time": "2019-04-08T16:15:54+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "3.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" }, { "name": "symfony/property-access", "version": "v3.0.9", "version_normalized": "3.0.9.0", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", "reference": "a4f1a668d0a269a65790f07d9ab2a97dd060fccb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/property-access/zipball/a4f1a668d0a269a65790f07d9ab2a97dd060fccb", "reference": "a4f1a668d0a269a65790f07d9ab2a97dd060fccb", "shasum": "" }, "require": { "php": ">=5.5.9" }, "time": "2016-07-30T07:22:48+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\PropertyAccess\\": "" }, "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 PropertyAccess Component", "homepage": "https://symfony.com", "keywords": [ "access", "array", "extraction", "index", "injection", "object", "property", "property path", "reflection" ] }, { "name": "symfony/routing", "version": "v2.8.50", "version_normalized": "2.8.50.0", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", "reference": "8b0df6869d1997baafff6a1541826eac5a03d067" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/routing/zipball/8b0df6869d1997baafff6a1541826eac5a03d067", "reference": "8b0df6869d1997baafff6a1541826eac5a03d067", "shasum": "" }, "require": { "php": ">=5.3.9" }, "conflict": { "symfony/config": "<2.7" }, "require-dev": { "doctrine/annotations": "~1.0", "psr/log": "~1.0", "symfony/config": "~2.7|~3.0.0", "symfony/expression-language": "~2.4|~3.0.0", "symfony/http-foundation": "~2.3|~3.0.0", "symfony/yaml": "^2.0.5|~3.0.0" }, "suggest": { "doctrine/annotations": "For using the annotation loader", "symfony/config": "For using the all-in-one router or any loader", "symfony/dependency-injection": "For loading routes from a service", "symfony/expression-language": "For using expression matching", "symfony/http-foundation": "For using a Symfony Request object", "symfony/yaml": "For using the YAML loader" }, "time": "2018-11-20T15:55:20+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\Routing\\": "" }, "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 Routing Component", "homepage": "https://symfony.com", "keywords": [ "router", "routing", "uri", "url" ] }, { "name": "symfony/security", "version": "v2.8.50", "version_normalized": "2.8.50.0", "source": { "type": "git", "url": "https://github.com/symfony/security.git", "reference": "b9e9130cf348d4e85e37ba1d0d27263e33b97534" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/security/zipball/b9e9130cf348d4e85e37ba1d0d27263e33b97534", "reference": "b9e9130cf348d4e85e37ba1d0d27263e33b97534", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/event-dispatcher": "~2.2|~3.0.0", "symfony/http-foundation": "^2.7.38|~3.3.13", "symfony/http-kernel": "~2.4|~3.0.0", "symfony/polyfill-php55": "~1.0", "symfony/polyfill-php56": "~1.0", "symfony/polyfill-php70": "~1.0", "symfony/polyfill-util": "~1.0", "symfony/property-access": "~2.3|~3.0.0", "symfony/security-acl": "~2.7|~3.0.0" }, "conflict": { "symfony/http-foundation": "~2.8,<2.8.31" }, "replace": { "symfony/security-core": "self.version", "symfony/security-csrf": "self.version", "symfony/security-guard": "self.version", "symfony/security-http": "self.version" }, "require-dev": { "psr/log": "~1.0", "symfony/expression-language": "~2.6|~3.0.0", "symfony/finder": "~2.3|~3.0.0", "symfony/ldap": "~2.8|~3.0.0", "symfony/polyfill-intl-icu": "~1.0", "symfony/routing": "~2.2|~3.0.0", "symfony/validator": "~2.7.25|^2.8.18|~3.2.5" }, "suggest": { "symfony/expression-language": "For using the expression voter", "symfony/form": "", "symfony/ldap": "For using the LDAP user and authentication providers", "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs", "symfony/validator": "For using the user password constraint" }, "time": "2019-04-16T10:01:12+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\Security\\": "" }, "exclude-from-classmap": [ "/Core/Tests/", "/Csrf/Tests/", "/Guard/Tests/", "/Http/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 Security Component", "homepage": "https://symfony.com" }, { "name": "symfony/security-acl", "version": "v3.0.2", "version_normalized": "3.0.2.0", "source": { "type": "git", "url": "https://github.com/symfony/security-acl.git", "reference": "22928f6be80a37f301500c67e50f57f5b25ffaa8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/security-acl/zipball/22928f6be80a37f301500c67e50f57f5b25ffaa8", "reference": "22928f6be80a37f301500c67e50f57f5b25ffaa8", "shasum": "" }, "require": { "php": ">=5.5.9", "symfony/security-core": "~2.8|~3.0|~4.0" }, "require-dev": { "doctrine/common": "~2.2", "doctrine/dbal": "~2.2", "psr/log": "~1.0", "symfony/phpunit-bridge": "~2.8|~3.0|~4.0" }, "suggest": { "doctrine/dbal": "For using the built-in ACL implementation", "symfony/class-loader": "For using the ACL generateSql script", "symfony/finder": "For using the ACL generateSql script" }, "time": "2018-12-13T16:51:15+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\Security\\Acl\\": "" }, "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 Security Component - ACL (Access Control List)", "homepage": "https://symfony.com" }, { "name": "symfony/security-bundle", "version": "v2.8.50", "version_normalized": "2.8.50.0", "source": { "type": "git", "url": "https://github.com/symfony/security-bundle.git", "reference": "4590b89b5e9b04944988f9d3b8c866abc7ff9423" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/security-bundle/zipball/4590b89b5e9b04944988f9d3b8c866abc7ff9423", "reference": "4590b89b5e9b04944988f9d3b8c866abc7ff9423", "shasum": "" }, "require": { "ext-xml": "*", "php": ">=5.3.9", "symfony/http-kernel": "~2.7|~3.0.0", "symfony/polyfill-php70": "~1.0", "symfony/security": "^2.8.45|^3.4.15", "symfony/security-acl": "~2.7|~3.0.0" }, "require-dev": { "doctrine/doctrine-bundle": "~1.2", "symfony/browser-kit": "~2.7|~3.0.0", "symfony/console": "~2.7|~3.0.0", "symfony/css-selector": "^2.7|~3.0.0", "symfony/dependency-injection": "~2.8.41", "symfony/dom-crawler": "^2.7|~3.0.0", "symfony/expression-language": "~2.7|~3.0.0", "symfony/form": "^2.8.18", "symfony/framework-bundle": "^2.8.18", "symfony/http-foundation": "~2.7|~3.0.0", "symfony/process": "^2.7|~3.0.0", "symfony/twig-bridge": "^2.7.4|~3.1.0", "symfony/twig-bundle": "~2.7|~3.1.0", "symfony/validator": "~2.7.25|^2.8.18|~3.2.5", "symfony/yaml": "^2.7|~3.0.0", "twig/twig": "~1.34|~2.4" }, "time": "2018-11-11T11:18:13+00:00", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Bundle\\SecurityBundle\\": "" }, "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 SecurityBundle", "homepage": "https://symfony.com" }, { "name": "symfony/serializer", "version": "v3.1.10", "version_normalized": "3.1.10.0", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", "reference": "f6c70e2ca70d4d0b4be0ccc0b3c7dfa8672afbad" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/serializer/zipball/f6c70e2ca70d4d0b4be0ccc0b3c7dfa8672afbad", "reference": "f6c70e2ca70d4d0b4be0ccc0b3c7dfa8672afbad", "shasum": "" }, "require": { "php": ">=5.5.9" }, "conflict": { "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4", "symfony/property-info": "<3.1" }, "require-dev": { "doctrine/annotations": "~1.0", "doctrine/cache": "~1.0", "phpdocumentor/reflection-docblock": "~3.0", "symfony/cache": "~3.1", "symfony/config": "~2.8|~3.0", "symfony/http-foundation": "~2.8|~3.0", "symfony/property-access": "~2.8|~3.0", "symfony/property-info": "~3.1", "symfony/yaml": "~2.8|~3.0" }, "suggest": { "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", "doctrine/cache": "For using the default cached annotation reader and metadata cache.", "psr/cache-implementation": "For using the metadata cache.", "symfony/config": "For using the XML mapping loader.", "symfony/http-foundation": "To use the DataUriNormalizer.", "symfony/property-access": "For using the ObjectNormalizer.", "symfony/property-info": "To deserialize relations.", "symfony/yaml": "For using the default YAML mapping loader." }, "time": "2017-01-24T12:51:25+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "3.1-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\Serializer\\": "" }, "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 Serializer Component", "homepage": "https://symfony.com" }, { "name": "symfony/stopwatch", "version": "v3.0.9", "version_normalized": "3.0.9.0", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", "reference": "49c0ea2f3d3a779df4780927671332edc406ea84" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/stopwatch/zipball/49c0ea2f3d3a779df4780927671332edc406ea84", "reference": "49c0ea2f3d3a779df4780927671332edc406ea84", "shasum": "" }, "require": { "php": ">=5.5.9" }, "time": "2016-06-29T05:40:00+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\Stopwatch\\": "" }, "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 Stopwatch Component", "homepage": "https://symfony.com" }, { "name": "symfony/templating", "version": "v3.0.9", "version_normalized": "3.0.9.0", "source": { "type": "git", "url": "https://github.com/symfony/templating.git", "reference": "8e5cc0417316d9fe62fb78e474f98e5f4d95dbfd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/templating/zipball/8e5cc0417316d9fe62fb78e474f98e5f4d95dbfd", "reference": "8e5cc0417316d9fe62fb78e474f98e5f4d95dbfd", "shasum": "" }, "require": { "php": ">=5.5.9" }, "require-dev": { "psr/log": "~1.0" }, "suggest": { "psr/log": "For using debug logging in loaders" }, "time": "2016-07-30T07:22:48+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\Templating\\": "" }, "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 Templating Component", "homepage": "https://symfony.com" }, { "name": "symfony/translation", "version": "v2.8.50", "version_normalized": "2.8.50.0", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", "reference": "fc58c2a19e56c29f5ba2736ec40d0119a0de2089" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/translation/zipball/fc58c2a19e56c29f5ba2736ec40d0119a0de2089", "reference": "fc58c2a19e56c29f5ba2736ec40d0119a0de2089", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "symfony/config": "<2.7" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~2.8", "symfony/intl": "~2.7.25|^2.8.18|~3.2.5", "symfony/yaml": "~2.2|~3.0.0" }, "suggest": { "psr/log-implementation": "To use logging capability in translator", "symfony/config": "", "symfony/yaml": "" }, "time": "2018-11-24T21:16:41+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\Translation\\": "" }, "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 Translation Component", "homepage": "https://symfony.com" }, { "name": "symfony/twig-bridge", "version": "v3.3.2", "version_normalized": "3.3.2.0", "source": { "type": "git", "url": "https://github.com/symfony/twig-bridge.git", "reference": "7f1bc6676396441dc938dc4dacb49ae91f56b930" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/7f1bc6676396441dc938dc4dacb49ae91f56b930", "reference": "7f1bc6676396441dc938dc4dacb49ae91f56b930", "shasum": "" }, "require": { "php": ">=5.5.9", "twig/twig": "~1.34|~2.4" }, "require-dev": { "fig/link-util": "^1.0", "symfony/asset": "~2.8|~3.0", "symfony/console": "~2.8|~3.0", "symfony/expression-language": "~2.8|~3.0", "symfony/finder": "~2.8|~3.0", "symfony/form": "^3.2.7", "symfony/http-kernel": "~3.2", "symfony/polyfill-intl-icu": "~1.0", "symfony/routing": "~2.8|~3.0", "symfony/security": "~2.8|~3.0", "symfony/security-acl": "~2.8|~3.0", "symfony/stopwatch": "~2.8|~3.0", "symfony/templating": "~2.8|~3.0", "symfony/translation": "~2.8|~3.0", "symfony/var-dumper": "~2.8.10|~3.1.4|~3.2", "symfony/web-link": "~3.3", "symfony/yaml": "~2.8|~3.0" }, "suggest": { "symfony/asset": "For using the AssetExtension", "symfony/expression-language": "For using the ExpressionExtension", "symfony/finder": "", "symfony/form": "For using the FormExtension", "symfony/http-kernel": "For using the HttpKernelExtension", "symfony/routing": "For using the RoutingExtension", "symfony/security": "For using the SecurityExtension", "symfony/stopwatch": "For using the StopwatchExtension", "symfony/templating": "For using the TwigEngine", "symfony/translation": "For using the TranslationExtension", "symfony/var-dumper": "For using the DumpExtension", "symfony/web-link": "For using the WebLinkExtension", "symfony/yaml": "For using the YamlExtension" }, "time": "2017-06-06T03:13:52+00:00", "type": "symfony-bridge", "extra": { "branch-alias": { "dev-master": "3.3-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Bridge\\Twig\\": "" }, "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 Twig Bridge", "homepage": "https://symfony.com" }, { "name": "symfony/twig-bundle", "version": "v3.2.1", "version_normalized": "3.2.1.0", "source": { "type": "git", "url": "https://github.com/symfony/twig-bundle.git", "reference": "6d79d8af97c6d77a87657c6d00d299b0de073c0c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/6d79d8af97c6d77a87657c6d00d299b0de073c0c", "reference": "6d79d8af97c6d77a87657c6d00d299b0de073c0c", "shasum": "" }, "require": { "php": ">=5.5.9", "symfony/http-foundation": "~2.8|~3.0", "symfony/http-kernel": "~2.8|~3.0", "symfony/twig-bridge": "^3.2.1", "twig/twig": "~1.28|~2.0" }, "require-dev": { "doctrine/annotations": "~1.0", "symfony/asset": "~2.8|~3.0", "symfony/config": "~3.2", "symfony/dependency-injection": "~2.8|~3.0", "symfony/expression-language": "~2.8|~3.0", "symfony/finder": "~2.8|~3.0", "symfony/framework-bundle": "~3.2", "symfony/routing": "~2.8|~3.0", "symfony/stopwatch": "~2.8|~3.0", "symfony/templating": "~2.8|~3.0", "symfony/yaml": "~2.8|~3.0" }, "time": "2016-12-13T09:39:43+00:00", "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "3.2-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Bundle\\TwigBundle\\": "" }, "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 TwigBundle", "homepage": "https://symfony.com" }, { "name": "symfony/validator", "version": "v2.8.50", "version_normalized": "2.8.50.0", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", "reference": "d5d2090bba3139d8ddb79959fbf516e87238fe3a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/validator/zipball/d5d2090bba3139d8ddb79959fbf516e87238fe3a", "reference": "d5d2090bba3139d8ddb79959fbf516e87238fe3a", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", "symfony/translation": "~2.4|~3.0.0" }, "require-dev": { "doctrine/annotations": "~1.0", "doctrine/cache": "~1.0", "egulias/email-validator": "^1.2.1", "symfony/config": "~2.2|~3.0.0", "symfony/expression-language": "~2.4|~3.0.0", "symfony/http-foundation": "~2.3|~3.0.0", "symfony/intl": "~2.7.25|^2.8.18|~3.2.5", "symfony/property-access": "~2.3|~3.0.0", "symfony/yaml": "^2.0.5|~3.0.0" }, "suggest": { "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", "doctrine/cache": "For using the default cached annotation reader and metadata cache.", "egulias/email-validator": "Strict (RFC compliant) email validation", "symfony/config": "", "symfony/expression-language": "For using the 2.4 Expression validator", "symfony/http-foundation": "", "symfony/intl": "", "symfony/property-access": "For using the 2.4 Validator API", "symfony/yaml": "" }, "time": "2018-11-14T14:06:48+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\Validator\\": "" }, "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 Validator Component", "homepage": "https://symfony.com" }, { "name": "symfony/yaml", "version": "v2.8.50", "version_normalized": "2.8.50.0", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", "reference": "02c1859112aa779d9ab394ae4f3381911d84052b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/yaml/zipball/02c1859112aa779d9ab394ae4f3381911d84052b", "reference": "02c1859112aa779d9ab394ae4f3381911d84052b", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/polyfill-ctype": "~1.8" }, "time": "2018-11-11T11:18:13+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\Yaml\\": "" }, "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 Yaml Component", "homepage": "https://symfony.com" }, { "name": "szymach/c-pchart", "version": "v3.0.6", "version_normalized": "3.0.6.0", "source": { "type": "git", "url": "https://github.com/szymach/c-pchart.git", "reference": "a4b77475e09de1a37a4d0d9361112c26719739e6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/szymach/c-pchart/zipball/a4b77475e09de1a37a4d0d9361112c26719739e6", "reference": "a4b77475e09de1a37a4d0d9361112c26719739e6", "shasum": "" }, "require": { "ext-gd": "*", "php": ">=5.4" }, "require-dev": { "codeception/codeception": "^2.3", "phpunit/phpunit": "^4.8|6.1", "squizlabs/php_codesniffer": "^2.8|3.0" }, "time": "2018-01-28T01:07:52+00:00", "type": "project", "extra": { "branch-alias": { "dev-master": "3.0.x-dev", "2.0": "2.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "CpChart\\": "src/" }, "files": [ "constants.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0" ], "authors": [ { "name": "Jean-Damien Pogolotti", "homepage": "http://www.pchart.net", "role": "Creator of the original pChart library" }, { "name": "Piotr Szymaszek", "homepage": "https://github.com/szymach", "role": "Developer of the CpChart wrapper package" } ], "description": "Port of \"pChart\" library into PHP 5", "homepage": "https://github.com/szymach/c-pchart", "keywords": [ "CpChart", "c-pChart", "charts", "pchart", "statistics" ] }, { "name": "toin0u/digitalocean", "version": "1.4.2", "version_normalized": "1.4.2.0", "source": { "type": "git", "url": "https://github.com/toin0u/DigitalOcean.git", "reference": "fb460785207fa4029217eef489508b9ed6c61b00" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/toin0u/DigitalOcean/zipball/fb460785207fa4029217eef489508b9ed6c61b00", "reference": "fb460785207fa4029217eef489508b9ed6c61b00", "shasum": "" }, "require": { "php": ">=5.3.0", "symfony/console": "~2.3", "symfony/yaml": "~2.3", "toin0u/http-adapter": "~1.0" }, "require-dev": { "satooshi/php-coveralls": "~0.6" }, "time": "2014-01-14T22:20:56+00:00", "bin": [ "digitalocean" ], "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "installation-source": "source", "autoload": { "psr-0": { "DigitalOcean": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Antoine Corcy", "email": "contact@sbin.dk", "homepage": "http://sbin.dk", "role": "Developer" } ], "description": "DigitalOcean API PHP 5.3+ library", "homepage": "https://github.com/toin0u/DigitalOcean", "keywords": [ "Cloud Hosting", "SSD", "api", "digitalocean", "vps" ] }, { "name": "toin0u/http-adapter", "version": "1.0.3", "version_normalized": "1.0.3.0", "source": { "type": "git", "url": "https://github.com/toin0u/HttpAdapter.git", "reference": "29253948d446bc3afc29897ac67b4cd01f56cd10" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/toin0u/HttpAdapter/zipball/29253948d446bc3afc29897ac67b4cd01f56cd10", "reference": "29253948d446bc3afc29897ac67b4cd01f56cd10", "shasum": "" }, "require": { "ext-curl": "*", "php": ">=5.3.0" }, "require-dev": { "guzzle/guzzle": "@stable", "kriswallsmith/buzz": "@stable", "satooshi/php-coveralls": "~0.6", "zendframework/zendframework": "~2.1" }, "suggest": { "guzzle/guzzle": "Enabling Guzzle allows you to use the GuzzleHttpAdapter", "kriswallsmith/buzz": "Enabling Buzz allows you to use the BuzzHttpAdapter", "zendframework/zendframework": "Enabling Zend Http allows you to use the ZendHttpAdapter" }, "time": "2013-05-26T18:18:11+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "HttpAdapter": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Antoine Corcy", "email": "contact@sbin.dk", "homepage": "http://sbin.dk", "role": "Developer" } ], "description": "HttpAdapter PHP 5.3+ library", "homepage": "https://github.com/toin0u/HttpAdapter", "keywords": [ "adapter", "http" ] }, { "name": "twig/extensions", "version": "v1.5.4", "version_normalized": "1.5.4.0", "source": { "type": "git", "url": "https://github.com/twigphp/Twig-extensions.git", "reference": "57873c8b0c1be51caa47df2cdb824490beb16202" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202", "reference": "57873c8b0c1be51caa47df2cdb824490beb16202", "shasum": "" }, "require": { "twig/twig": "^1.27|^2.0" }, "require-dev": { "symfony/phpunit-bridge": "^3.4", "symfony/translation": "^2.7|^3.4" }, "suggest": { "symfony/translation": "Allow the time_diff output to be translated" }, "time": "2018-12-05T18:34:18+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.5-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Twig_Extensions_": "lib/" }, "psr-4": { "Twig\\Extensions\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Common additional features for Twig that do not directly belong in core", "keywords": [ "i18n", "text" ] }, { "name": "twig/twig", "version": "v1.39.1", "version_normalized": "1.39.1.0", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", "reference": "23e7b6f0cfa1d7ba3de69f30d8e05cf957412fec" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/Twig/zipball/23e7b6f0cfa1d7ba3de69f30d8e05cf957412fec", "reference": "23e7b6f0cfa1d7ba3de69f30d8e05cf957412fec", "shasum": "" }, "require": { "php": ">=5.4.0", "symfony/polyfill-ctype": "^1.8" }, "require-dev": { "psr/container": "^1.0", "symfony/debug": "^2.7", "symfony/phpunit-bridge": "^3.4.19|^4.1.8" }, "time": "2019-04-16T17:12:57+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.39-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Twig_": "lib/" }, "psr-4": { "Twig\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com", "homepage": "http://fabien.potencier.org", "role": "Lead Developer" }, { "name": "Armin Ronacher", "email": "armin.ronacher@active-4.com", "role": "Project Founder" }, { "name": "Twig Team", "homepage": "https://twig.symfony.com/contributors", "role": "Contributors" } ], "description": "Twig, the flexible, fast, and secure template language for PHP", "homepage": "https://twig.symfony.com", "keywords": [ "templating" ] }, { "name": "webit/eval-math", "version": "1.0.1", "version_normalized": "1.0.1.0", "source": { "type": "git", "url": "https://github.com/dbojdo/eval-math.git", "reference": "0e7c3a1e0f536b826f04553726c112996b52ded6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dbojdo/eval-math/zipball/0e7c3a1e0f536b826f04553726c112996b52ded6", "reference": "0e7c3a1e0f536b826f04553726c112996b52ded6", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { "phpunit/phpunit": "~4.2" }, "time": "2016-02-15T09:34:24+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Webit\\Util\\EvalMath\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "description": "EvalMath", "keywords": [ "EvalMath" ] }, { "name": "winzou/state-machine", "version": "0.3.3", "version_normalized": "0.3.3.0", "source": { "type": "git", "url": "https://github.com/winzou/state-machine.git", "reference": "37f03a316b9a461ed443906e158bab8d358542df" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/winzou/state-machine/zipball/37f03a316b9a461ed443906e158bab8d358542df", "reference": "37f03a316b9a461ed443906e158bab8d358542df", "shasum": "" }, "require": { "php": ">=5.3.0", "symfony/event-dispatcher": "~2.1|~3.0|~4.0", "symfony/expression-language": "~2.4|~3.0|~4.0", "symfony/property-access": "~2.1|~3.0|~4.0" }, "require-dev": { "phpspec/phpspec": "~2.0", "twig/twig": "~1.0" }, "suggest": { "twig/twig": "Access the state machine in your twig templates (~1.0)" }, "time": "2018-02-11T18:07:15+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "SM": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Alexandre Bacco", "email": "alexandre.bacco@gmail.com", "homepage": "http://alex.bacco.fr" } ], "description": "A very lightweight yet powerful PHP state machine", "homepage": "https://github.com/winzou/StateMachine", "keywords": [ "callback", "event", "state", "statemachine" ] }, { "name": "yuloh/bccomp-polyfill", "version": "dev-master", "version_normalized": "9999999-dev", "source": { "type": "git", "url": "https://github.com/matt-allan/bccomp-polyfill.git", "reference": "62813e0841a92e8bf409869a3ba10cdaf88e120e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/matt-allan/bccomp-polyfill/zipball/62813e0841a92e8bf409869a3ba10cdaf88e120e", "reference": "62813e0841a92e8bf409869a3ba10cdaf88e120e", "shasum": "" }, "time": "2016-08-22T19:24:35+00:00", "type": "library", "installation-source": "source", "autoload": { "psr-4": { "Yuloh\\BcCompPolyfill\\": "src" }, "files": [ "src/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Matt Allan", "email": "matthew.james.allan@gmail.com" } ] }, { "name": "zendframework/zend-code", "version": "3.3.1", "version_normalized": "3.3.1.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-code.git", "reference": "c21db169075c6ec4b342149f446e7b7b724f95eb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-code/zipball/c21db169075c6ec4b342149f446e7b7b724f95eb", "reference": "c21db169075c6ec4b342149f446e7b7b724f95eb", "shasum": "" }, "require": { "php": "^7.1", "zendframework/zend-eventmanager": "^2.6 || ^3.0" }, "require-dev": { "doctrine/annotations": "~1.0", "ext-phar": "*", "phpunit/phpunit": "^6.2.3", "zendframework/zend-coding-standard": "^1.0.0", "zendframework/zend-stdlib": "^2.7 || ^3.0" }, "suggest": { "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features", "zendframework/zend-stdlib": "Zend\\Stdlib component" }, "time": "2018-08-13T20:36:59+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "3.3.x-dev", "dev-develop": "3.4.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Zend\\Code\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides facilities to generate arbitrary code using an object oriented interface", "homepage": "https://github.com/zendframework/zend-code", "keywords": [ "code", "zf2" ] }, { "name": "zendframework/zend-config", "version": "2.6.0", "version_normalized": "2.6.0.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-config.git", "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-config/zipball/2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d", "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d", "shasum": "" }, "require": { "php": "^5.5 || ^7.0", "zendframework/zend-stdlib": "^2.7 || ^3.0" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "zendframework/zend-filter": "^2.6", "zendframework/zend-i18n": "^2.5", "zendframework/zend-json": "^2.6.1", "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3" }, "suggest": { "zendframework/zend-filter": "Zend\\Filter component", "zendframework/zend-i18n": "Zend\\I18n component", "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes", "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances" }, "time": "2016-02-04T23:01:10+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.6-dev", "dev-develop": "2.7-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Zend\\Config\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides a nested object property based user interface for accessing this configuration data within application code", "homepage": "https://github.com/zendframework/zend-config", "keywords": [ "config", "zf2" ] }, { "name": "zendframework/zend-escaper", "version": "2.6.0", "version_normalized": "2.6.0.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-escaper.git", "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/31d8aafae982f9568287cb4dce987e6aff8fd074", "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", "zendframework/zend-coding-standard": "~1.0.0" }, "time": "2018-04-25T15:48:53+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.6.x-dev", "dev-develop": "2.7.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Zend\\Escaper\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs", "keywords": [ "ZendFramework", "escaper", "zf" ] }, { "name": "zendframework/zend-eventmanager", "version": "3.2.1", "version_normalized": "3.2.1.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-eventmanager.git", "reference": "a5e2583a211f73604691586b8406ff7296a946dd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd", "reference": "a5e2583a211f73604691586b8406ff7296a946dd", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "require-dev": { "athletic/athletic": "^0.1", "container-interop/container-interop": "^1.1.0", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-stdlib": "^2.7.3 || ^3.0" }, "suggest": { "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature", "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature" }, "time": "2018-04-25T15:33:34+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "3.2-dev", "dev-develop": "3.3-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Zend\\EventManager\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Trigger and listen to events within a PHP application", "homepage": "https://github.com/zendframework/zend-eventmanager", "keywords": [ "event", "eventmanager", "events", "zf2" ] }, { "name": "zendframework/zend-feed", "version": "2.10.3", "version_normalized": "2.10.3.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-feed.git", "reference": "6641f4cf3f4586c63f83fd70b6d19966025c8888" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/6641f4cf3f4586c63f83fd70b6d19966025c8888", "reference": "6641f4cf3f4586c63f83fd70b6d19966025c8888", "shasum": "" }, "require": { "php": "^5.6 || ^7.0", "zendframework/zend-escaper": "^2.5.2", "zendframework/zend-stdlib": "^2.7.7 || ^3.1" }, "require-dev": { "phpunit/phpunit": "^5.7.23 || ^6.4.3", "psr/http-message": "^1.0.1", "zendframework/zend-cache": "^2.7.2", "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-db": "^2.8.2", "zendframework/zend-http": "^2.7", "zendframework/zend-servicemanager": "^2.7.8 || ^3.3", "zendframework/zend-validator": "^2.10.1" }, "suggest": { "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator", "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests", "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub", "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader", "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations", "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent" }, "time": "2018-08-01T13:53:20+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.10.x-dev", "dev-develop": "2.11.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Zend\\Feed\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides functionality for consuming RSS and Atom feeds", "keywords": [ "ZendFramework", "feed", "zf" ] }, { "name": "zendframework/zend-http", "version": "2.8.4", "version_normalized": "2.8.4.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-http.git", "reference": "d160aedc096be230af0fe9c31151b2b33ad4e807" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-http/zipball/d160aedc096be230af0fe9c31151b2b33ad4e807", "reference": "d160aedc096be230af0fe9c31151b2b33ad4e807", "shasum": "" }, "require": { "php": "^5.6 || ^7.0", "zendframework/zend-loader": "^2.5.1", "zendframework/zend-stdlib": "^3.1 || ^2.7.7", "zendframework/zend-uri": "^2.5.2", "zendframework/zend-validator": "^2.10.1" }, "require-dev": { "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.3", "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-config": "^3.1 || ^2.6" }, "suggest": { "paragonie/certainty": "For automated management of cacert.pem" }, "time": "2019-02-07T17:47:08+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.8.x-dev", "dev-develop": "2.9.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Zend\\Http\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests", "keywords": [ "ZendFramework", "http", "http client", "zend", "zf" ] }, { "name": "zendframework/zend-hydrator", "version": "1.1.0", "version_normalized": "1.1.0.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-hydrator.git", "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/22652e1661a5a10b3f564cf7824a2206cf5a4a65", "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65", "shasum": "" }, "require": { "php": "^5.5 || ^7.0", "zendframework/zend-stdlib": "^2.7 || ^3.0" }, "require-dev": { "phpunit/phpunit": "~4.0", "squizlabs/php_codesniffer": "^2.0@dev", "zendframework/zend-eventmanager": "^2.6.2 || ^3.0", "zendframework/zend-filter": "^2.6", "zendframework/zend-inputfilter": "^2.6", "zendframework/zend-serializer": "^2.6.1", "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3" }, "suggest": { "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage", "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage", "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy", "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage" }, "time": "2016-02-18T22:38:26+00:00", "type": "library", "extra": { "branch-alias": { "dev-release-1.0": "1.0-dev", "dev-release-1.1": "1.1-dev", "dev-master": "2.0-dev", "dev-develop": "2.1-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Zend\\Hydrator\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-hydrator", "keywords": [ "hydrator", "zf2" ] }, { "name": "zendframework/zend-loader", "version": "2.6.0", "version_normalized": "2.6.0.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-loader.git", "reference": "78f11749ea340f6ca316bca5958eef80b38f9b6c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-loader/zipball/78f11749ea340f6ca316bca5958eef80b38f9b6c", "reference": "78f11749ea340f6ca316bca5958eef80b38f9b6c", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4", "zendframework/zend-coding-standard": "~1.0.0" }, "time": "2018-04-30T15:20:54+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.6.x-dev", "dev-develop": "2.7.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Zend\\Loader\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Autoloading and plugin loading strategies", "keywords": [ "ZendFramework", "loader", "zf" ] }, { "name": "zendframework/zend-server", "version": "2.8.0", "version_normalized": "2.8.0.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-server.git", "reference": "23a2e9a5599c83c05da831cb7c649e8a7809595e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-server/zipball/23a2e9a5599c83c05da831cb7c649e8a7809595e", "reference": "23a2e9a5599c83c05da831cb7c649e8a7809595e", "shasum": "" }, "require": { "php": "^5.6 || ^7.0", "zendframework/zend-code": "^2.5 || ^3.0", "zendframework/zend-stdlib": "^2.5 || ^3.0" }, "require-dev": { "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4", "zendframework/zend-coding-standard": "~1.0.0" }, "time": "2018-04-30T22:21:28+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.8.x-dev", "dev-develop": "2.9.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Zend\\Server\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Create Reflection-based RPC servers", "keywords": [ "ZendFramework", "server", "zf" ] }, { "name": "zendframework/zend-soap", "version": "2.7.0", "version_normalized": "2.7.0.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-soap.git", "reference": "af03c32f0db2b899b3df8cfe29aeb2b49857d284" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-soap/zipball/af03c32f0db2b899b3df8cfe29aeb2b49857d284", "reference": "af03c32f0db2b899b3df8cfe29aeb2b49857d284", "shasum": "" }, "require": { "ext-soap": "*", "php": "^5.6 || ^7.0", "zendframework/zend-server": "^2.6.1", "zendframework/zend-stdlib": "^2.7 || ^3.0", "zendframework/zend-uri": "^2.5.2" }, "require-dev": { "phpunit/phpunit": "^5.7.21 || ^6.3", "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-config": "^2.6", "zendframework/zend-http": "^2.5.4" }, "suggest": { "zendframework/zend-http": "Zend\\Http component" }, "time": "2018-01-29T17:51:26+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.7.x-dev", "dev-develop": "2.8.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Zend\\Soap\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-soap", "keywords": [ "soap", "zf2" ] }, { "name": "zendframework/zend-stdlib", "version": "2.7.7", "version_normalized": "2.7.7.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-stdlib.git", "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/0e44eb46788f65e09e077eb7f44d2659143bcc1f", "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f", "shasum": "" }, "require": { "php": "^5.5 || ^7.0", "zendframework/zend-hydrator": "~1.1" }, "require-dev": { "athletic/athletic": "~0.1", "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "zendframework/zend-config": "~2.5", "zendframework/zend-eventmanager": "~2.5", "zendframework/zend-filter": "~2.5", "zendframework/zend-inputfilter": "~2.5", "zendframework/zend-serializer": "~2.5", "zendframework/zend-servicemanager": "~2.5" }, "suggest": { "zendframework/zend-eventmanager": "To support aggregate hydrator usage", "zendframework/zend-filter": "To support naming strategy hydrator usage", "zendframework/zend-serializer": "Zend\\Serializer component", "zendframework/zend-servicemanager": "To support hydrator plugin manager usage" }, "time": "2016-04-12T21:17:31+00:00", "type": "library", "extra": { "branch-alias": { "dev-release-2.7": "2.7-dev", "dev-master": "3.0-dev", "dev-develop": "3.1-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Zend\\Stdlib\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-stdlib", "keywords": [ "stdlib", "zf2" ] }, { "name": "zendframework/zend-uri", "version": "2.7.0", "version_normalized": "2.7.0.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-uri.git", "reference": "b2785cd38fe379a784645449db86f21b7739b1ee" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/b2785cd38fe379a784645449db86f21b7739b1ee", "reference": "b2785cd38fe379a784645449db86f21b7739b1ee", "shasum": "" }, "require": { "php": "^5.6 || ^7.0", "zendframework/zend-escaper": "^2.5", "zendframework/zend-validator": "^2.10" }, "require-dev": { "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4", "zendframework/zend-coding-standard": "~1.0.0" }, "time": "2019-02-27T21:39:04+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.7.x-dev", "dev-develop": "2.8.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Zend\\Uri\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "A component that aids in manipulating and validating ยป Uniform Resource Identifiers (URIs)", "keywords": [ "ZendFramework", "uri", "zf" ] }, { "name": "zendframework/zend-validator", "version": "2.11.1", "version_normalized": "2.11.1.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-validator.git", "reference": "3c28dfe4e5951ba38059cea895244d9d206190b3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/3c28dfe4e5951ba38059cea895244d9d206190b3", "reference": "3c28dfe4e5951ba38059cea895244d9d206190b3", "shasum": "" }, "require": { "container-interop/container-interop": "^1.1", "php": "^5.6 || ^7.0", "zendframework/zend-stdlib": "^2.7.6 || ^3.1" }, "require-dev": { "phpunit/phpunit": "^6.0.8 || ^5.7.15", "psr/http-message": "^1.0", "zendframework/zend-cache": "^2.6.1", "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-config": "^2.6", "zendframework/zend-db": "^2.7", "zendframework/zend-filter": "^2.6", "zendframework/zend-http": "^2.5.4", "zendframework/zend-i18n": "^2.6", "zendframework/zend-math": "^2.6", "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", "zendframework/zend-session": "^2.8", "zendframework/zend-uri": "^2.5" }, "suggest": { "psr/http-message": "psr/http-message, required when validating PSR-7 UploadedFileInterface instances via the Upload and UploadFile validators", "zendframework/zend-db": "Zend\\Db component, required by the (No)RecordExists validator", "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator", "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages", "zendframework/zend-i18n-resources": "Translations of validator messages", "zendframework/zend-math": "Zend\\Math component, required by the Csrf validator", "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains", "zendframework/zend-session": "Zend\\Session component, ^2.8; required by the Csrf validator", "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators" }, "time": "2019-01-29T22:26:39+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.11.x-dev", "dev-develop": "2.12.x-dev" }, "zf": { "component": "Zend\\Validator", "config-provider": "Zend\\Validator\\ConfigProvider" } }, "installation-source": "dist", "autoload": { "psr-4": { "Zend\\Validator\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides a set of commonly needed validators", "homepage": "https://github.com/zendframework/zend-validator", "keywords": [ "validator", "zf2" ] } ]