123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368 |
- {
- "_readme": [
- "This file locks the dependencies of your project to a known state",
- "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
- "This file is @generated automatically"
- ],
- "hash": "b9a64081b907e6968045cc2c894d141f",
- "packages": [
- {
- "name": "aferrandini/phpqrcode",
- "version": "1.0.1",
- "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"
- },
- "type": "library",
- "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"
- ],
- "time": "2013-07-08 09:39:08"
- },
- {
- "name": "alchemy/binary-driver",
- "version": "1.5.0",
- "source": {
- "type": "git",
- "url": "https://github.com/alchemy-fr/BinaryDriver.git",
- "reference": "b32c03d4b56ce29f783051eac55887adae654b41"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/alchemy-fr/BinaryDriver/zipball/b32c03d4b56ce29f783051eac55887adae654b41",
- "reference": "b32c03d4b56ce29f783051eac55887adae654b41",
- "shasum": ""
- },
- "require": {
- "evenement/evenement": "~1.0",
- "monolog/monolog": "~1.3",
- "php": ">=5.3.3",
- "psr/log": "~1.0",
- "symfony/process": "~2.0"
- },
- "require-dev": {
- "phpunit/phpunit": "~3.7"
- },
- "type": "library",
- "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": "nlegoff",
- "email": "legoff.n@gmail.com"
- },
- {
- "name": "Phraseanet Team",
- "email": "info@alchemy.fr",
- "homepage": "http://www.phraseanet.com/"
- }
- ],
- "description": "A set of tools to build binary drivers",
- "keywords": [
- "binary",
- "driver"
- ],
- "time": "2013-06-21 15:51:20"
- },
- {
- "name": "barryvdh/elfinder-builds",
- "version": "v2.1.0.3",
- "source": {
- "type": "git",
- "url": "https://github.com/barryvdh/elfinder-builds.git",
- "reference": "5826d79edbeccf2a63404f7ca8e9ca66758fd762"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/barryvdh/elfinder-builds/zipball/5826d79edbeccf2a63404f7ca8e9ca66758fd762",
- "reference": "5826d79edbeccf2a63404f7ca8e9ca66758fd762",
- "shasum": ""
- },
- "require": {
- "php": ">=5.2"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.1-dev"
- }
- },
- "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": "Naoki Sawada",
- "email": "hypweb@gmail.com",
- "homepage": "http://xoops.hypweb.net"
- },
- {
- "name": "Community contributions",
- "homepage": "https://github.com/Studio-42/elFinder/contributors"
- }
- ],
- "description": "File manager for web",
- "homepage": "http://elfinder.org",
- "time": "2015-02-11 11:10:51"
- },
- {
- "name": "ckeditor/ckeditor",
- "version": "4.4.7",
- "source": {
- "type": "git",
- "url": "https://github.com/ckeditor/ckeditor-releases.git",
- "reference": "cc324415302784eb1abe33a3762fbdd3b48c558b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/ckeditor/ckeditor-releases/zipball/cc324415302784eb1abe33a3762fbdd3b48c558b",
- "reference": "cc324415302784eb1abe33a3762fbdd3b48c558b",
- "shasum": ""
- },
- "type": "library",
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "GPL-2.0+",
- "LGPL-2.1+",
- "MPL-1.1+"
- ],
- "authors": [
- {
- "name": "CKSource",
- "homepage": "http://cksource.com"
- }
- ],
- "description": "JavaScript WYSIWYG web text editor.",
- "homepage": "http://ckeditor.com",
- "keywords": [
- "CKEditor",
- "editor",
- "fckeditor",
- "html",
- "javascript",
- "richtext",
- "text",
- "wysiwyg"
- ],
- "time": "2015-01-27 15:13:53"
- },
- {
- "name": "doctrine/cache",
- "version": "v1.4.0",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/cache.git",
- "reference": "2346085d2b027b233ae1d5de59b07440b9f288c8"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/cache/zipball/2346085d2b027b233ae1d5de59b07440b9f288c8",
- "reference": "2346085d2b027b233ae1d5de59b07440b9f288c8",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.2"
- },
- "conflict": {
- "doctrine/common": ">2.2,<2.4"
- },
- "require-dev": {
- "phpunit/phpunit": ">=3.7",
- "predis/predis": "~0.8",
- "satooshi/php-coveralls": "~0.6"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.4.x-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "Doctrine\\Common\\Cache\\": "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"
- },
- {
- "name": "Johannes Schmitt",
- "email": "schmittjoh@gmail.com"
- }
- ],
- "description": "Caching library offering an object-oriented API for many cache backends",
- "homepage": "http://www.doctrine-project.org",
- "keywords": [
- "cache",
- "caching"
- ],
- "time": "2015-01-15 20:38:55"
- },
- {
- "name": "emojione/emojione",
- "version": "v1.3.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"
- },
- "type": "library",
- "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"
- ],
- "time": "2014-10-31 19:31:57"
- },
- {
- "name": "evenement/evenement",
- "version": "v1.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/igorw/evenement.git",
- "reference": "fa966683e7df3e5dd5929d984a44abfbd6bafe8d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/igorw/evenement/zipball/fa966683e7df3e5dd5929d984a44abfbd6bafe8d",
- "reference": "fa966683e7df3e5dd5929d984a44abfbd6bafe8d",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "Evenement": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Igor Wiedler",
- "email": "igor@wiedler.ch",
- "homepage": "http://wiedler.ch/igor/"
- }
- ],
- "description": "Événement is a very simple event dispatching library for PHP 5.3",
- "keywords": [
- "event-dispatcher"
- ],
- "time": "2012-05-30 15:01:08"
- },
- {
- "name": "ezyang/htmlpurifier",
- "version": "v4.6.0",
- "source": {
- "type": "git",
- "url": "https://github.com/ezyang/htmlpurifier.git",
- "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/6f389f0f25b90d0b495308efcfa073981177f0fd",
- "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd",
- "shasum": ""
- },
- "require": {
- "php": ">=5.2"
- },
- "type": "library",
- "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"
- ],
- "time": "2013-11-30 08:25:19"
- },
- {
- "name": "jbroadway/urlify",
- "version": "1.0.3-stable",
- "source": {
- "type": "git",
- "url": "https://github.com/jbroadway/urlify.git",
- "reference": "c9ada9d3873d11f72fa772aecd6896efad11ee67"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/jbroadway/urlify/zipball/c9ada9d3873d11f72fa772aecd6896efad11ee67",
- "reference": "c9ada9d3873d11f72fa772aecd6896efad11ee67",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "URLify": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Johnny Broadway",
- "email": "johnny@johnnybroadway.com",
- "homepage": "http://www.johnnybroadway.com/",
- "role": "Main Developer"
- }
- ],
- "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"
- ],
- "time": "2014-03-17 16:14:04"
- },
- {
- "name": "michelf/php-markdown",
- "version": "1.4.1",
- "source": {
- "type": "git",
- "url": "https://github.com/michelf/php-markdown.git",
- "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/michelf/php-markdown/zipball/de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
- "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-lib": "1.4.x-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "Michelf": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Michel Fortin",
- "email": "michel.fortin@michelf.ca",
- "homepage": "http://michelf.ca/",
- "role": "Developer"
- },
- {
- "name": "John Gruber",
- "homepage": "http://daringfireball.net/"
- }
- ],
- "description": "PHP Markdown",
- "homepage": "http://michelf.ca/projects/php-markdown/",
- "keywords": [
- "markdown"
- ],
- "time": "2014-05-05 02:43:50"
- },
- {
- "name": "monolog/monolog",
- "version": "1.12.0",
- "source": {
- "type": "git",
- "url": "https://github.com/Seldaek/monolog.git",
- "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1fbe8c2641f2b163addf49cc5e18f144bec6b19f",
- "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f",
- "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, >2.4.8",
- "doctrine/couchdb": "~1.0@dev",
- "graylog2/gelf-php": "~1.0",
- "phpunit/phpunit": "~4.0",
- "raven/raven": "~0.5",
- "ruflin/elastica": "0.90.*",
- "videlalvaro/php-amqplib": "~2.4"
- },
- "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",
- "raven/raven": "Allow sending log messages to a Sentry server",
- "rollbar/rollbar": "Allow sending log messages to Rollbar",
- "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
- "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.12.x-dev"
- }
- },
- "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"
- ],
- "time": "2014-12-29 21:29:35"
- },
- {
- "name": "mpdf/mpdf",
- "version": "v5.7.4",
- "source": {
- "type": "git",
- "url": "https://github.com/finwe/mpdf.git",
- "reference": "f9a374c7ea975ce8c795cec4dfd17ef55addac9c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/finwe/mpdf/zipball/f9a374c7ea975ce8c795cec4dfd17ef55addac9c",
- "reference": "f9a374c7ea975ce8c795cec4dfd17ef55addac9c",
- "shasum": ""
- },
- "require": {
- "ext-mbstring": "*",
- "php": ">=4.3.10"
- },
- "type": "library",
- "autoload": {
- "classmap": [
- "mpdf.php",
- "classes"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "GPL-1.0+"
- ],
- "authors": [
- {
- "name": "Ian Back"
- }
- ],
- "description": "A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support",
- "homepage": "http://www.mpdf1.com/mpdf/index.php",
- "keywords": [
- "pdf",
- "php",
- "utf-8"
- ],
- "time": "2014-12-14 18:32:11"
- },
- {
- "name": "neutron/temporary-filesystem",
- "version": "2.1.1",
- "source": {
- "type": "git",
- "url": "https://github.com/romainneutron/Temporary-Filesystem.git",
- "reference": "6b21fa99fd452efea16b9a7adb7304ccfff854d0"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/romainneutron/Temporary-Filesystem/zipball/6b21fa99fd452efea16b9a7adb7304ccfff854d0",
- "reference": "6b21fa99fd452efea16b9a7adb7304ccfff854d0",
- "shasum": ""
- },
- "require": {
- "symfony/filesystem": "~2.0"
- },
- "require-dev": {
- "phpunit/phpunit": "~3.7"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "Neutron": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Romain Neutron",
- "email": "imprec@gmail.com",
- "homepage": "http://www.lickmychip.com/"
- }
- ],
- "description": "Symfony filesystem extension to handle temporary files",
- "time": "2013-10-10 10:58:09"
- },
- {
- "name": "php-ffmpeg/php-ffmpeg",
- "version": "0.6.0",
- "source": {
- "type": "git",
- "url": "https://github.com/PHP-FFMpeg/PHP-FFMpeg.git",
- "reference": "6e3134e4ecc96852b1205e6c88ceffdb8cf17d34"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/PHP-FFMpeg/PHP-FFMpeg/zipball/6e3134e4ecc96852b1205e6c88ceffdb8cf17d34",
- "reference": "6e3134e4ecc96852b1205e6c88ceffdb8cf17d34",
- "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"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "0.5-dev"
- }
- },
- "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"
- ],
- "time": "2015-01-30 19:07:38"
- },
- {
- "name": "psr/log",
- "version": "1.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/log.git",
- "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
- "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
- "shasum": ""
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "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",
- "keywords": [
- "log",
- "psr",
- "psr-3"
- ],
- "time": "2012-12-21 11:40:51"
- },
- {
- "name": "sabre/vobject",
- "version": "3.3.5",
- "source": {
- "type": "git",
- "url": "https://github.com/fruux/sabre-vobject.git",
- "reference": "77cb636a5bde4c19d7522c2c548b258859ddd1ef"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/fruux/sabre-vobject/zipball/77cb636a5bde4c19d7522c2c548b258859ddd1ef",
- "reference": "77cb636a5bde4c19d7522c2c548b258859ddd1ef",
- "shasum": ""
- },
- "require": {
- "ext-mbstring": "*",
- "php": ">=5.3.1"
- },
- "require-dev": {
- "phpunit/phpunit": "*",
- "squizlabs/php_codesniffer": "*"
- },
- "bin": [
- "bin/vobject",
- "bin/generate_vcards"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.2.x-dev"
- }
- },
- "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"
- ],
- "time": "2015-01-10 00:54:52"
- },
- {
- "name": "symfony/console",
- "version": "v2.6.4",
- "target-dir": "Symfony/Component/Console",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/Console.git",
- "reference": "e44154bfe3e41e8267d7a3794cd9da9a51cfac34"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/Console/zipball/e44154bfe3e41e8267d7a3794cd9da9a51cfac34",
- "reference": "e44154bfe3e41e8267d7a3794cd9da9a51cfac34",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "psr/log": "~1.0",
- "symfony/event-dispatcher": "~2.1",
- "symfony/process": "~2.1"
- },
- "suggest": {
- "psr/log": "For using the console logger",
- "symfony/event-dispatcher": "",
- "symfony/process": ""
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.6-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\Console\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
- },
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- }
- ],
- "description": "Symfony Console Component",
- "homepage": "http://symfony.com",
- "time": "2015-01-25 04:39:26"
- },
- {
- "name": "symfony/filesystem",
- "version": "v2.6.4",
- "target-dir": "Symfony/Component/Filesystem",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/Filesystem.git",
- "reference": "a1f566d1f92e142fa1593f4555d6d89e3044a9b7"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/Filesystem/zipball/a1f566d1f92e142fa1593f4555d6d89e3044a9b7",
- "reference": "a1f566d1f92e142fa1593f4555d6d89e3044a9b7",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.6-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\Filesystem\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
- },
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- }
- ],
- "description": "Symfony Filesystem Component",
- "homepage": "http://symfony.com",
- "time": "2015-01-03 21:13:09"
- },
- {
- "name": "symfony/process",
- "version": "v2.6.4",
- "target-dir": "Symfony/Component/Process",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/Process.git",
- "reference": "ecfc23e89d9967999fa5f60a1e9af7384396e9ae"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/Process/zipball/ecfc23e89d9967999fa5f60a1e9af7384396e9ae",
- "reference": "ecfc23e89d9967999fa5f60a1e9af7384396e9ae",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.6-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\Process\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
- },
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- }
- ],
- "description": "Symfony Process Component",
- "homepage": "http://symfony.com",
- "time": "2015-01-25 04:39:26"
- },
- {
- "name": "symfony/yaml",
- "version": "v2.6.4",
- "target-dir": "Symfony/Component/Yaml",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/Yaml.git",
- "reference": "60ed7751671113cf1ee7d7778e691642c2e9acd8"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/Yaml/zipball/60ed7751671113cf1ee7d7778e691642c2e9acd8",
- "reference": "60ed7751671113cf1ee7d7778e691642c2e9acd8",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.6-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\Yaml\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
- },
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- }
- ],
- "description": "Symfony Yaml Component",
- "homepage": "http://symfony.com",
- "time": "2015-01-25 04:39:26"
- },
- {
- "name": "szymach/c-pchart",
- "version": "1.1.5",
- "source": {
- "type": "git",
- "url": "https://github.com/szymach/c-pchart.git",
- "reference": "1d54c14f8b7295abc87039ba806fed45d29d67d9"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/szymach/c-pchart/zipball/1d54c14f8b7295abc87039ba806fed45d29d67d9",
- "reference": "1d54c14f8b7295abc87039ba806fed45d29d67d9",
- "shasum": ""
- },
- "require": {
- "ext-gd": "*",
- "php": ">=5.3.3"
- },
- "type": "project",
- "autoload": {
- "psr-4": {
- "CpChart\\": "src/"
- },
- "files": [
- "src/Resources/data/constants.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "Port of \"pChart\" library into PHP 5.3.",
- "homepage": "https://github.com/szymach/c-pchart",
- "keywords": [
- "c-pChart",
- "charts",
- "composer",
- "pchart",
- "statistics"
- ],
- "time": "2015-01-28 19:54:53"
- },
- {
- "name": "toin0u/digitalocean",
- "version": "1.4.2",
- "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"
- },
- "bin": [
- "digitalocean"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.4-dev"
- }
- },
- "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"
- ],
- "time": "2014-01-14 22:20:56"
- },
- {
- "name": "toin0u/http-adapter",
- "version": "1.0.3",
- "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"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0-dev"
- }
- },
- "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"
- ],
- "time": "2013-05-26 18:18:11"
- },
- {
- "name": "twig/twig",
- "version": "v1.18.0",
- "source": {
- "type": "git",
- "url": "https://github.com/twigphp/Twig.git",
- "reference": "4cf7464348e7f9893a93f7096a90b73722be99cf"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/twigphp/Twig/zipball/4cf7464348e7f9893a93f7096a90b73722be99cf",
- "reference": "4cf7464348e7f9893a93f7096a90b73722be99cf",
- "shasum": ""
- },
- "require": {
- "php": ">=5.2.4"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.18-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "Twig_": "lib/"
- }
- },
- "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": "http://twig.sensiolabs.org/contributors",
- "role": "Contributors"
- }
- ],
- "description": "Twig, the flexible, fast, and secure template language for PHP",
- "homepage": "http://twig.sensiolabs.org",
- "keywords": [
- "templating"
- ],
- "time": "2015-01-25 17:32:08"
- },
- {
- "name": "zendframework/zend-config",
- "version": "2.3.3",
- "target-dir": "Zend/Config",
- "source": {
- "type": "git",
- "url": "https://github.com/zendframework/Component_ZendConfig.git",
- "reference": "a9ad512e1482461a5b500ee3fcf2d06ec9c7c7e8"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/zendframework/Component_ZendConfig/zipball/a9ad512e1482461a5b500ee3fcf2d06ec9c7c7e8",
- "reference": "a9ad512e1482461a5b500ee3fcf2d06ec9c7c7e8",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.23",
- "zendframework/zend-stdlib": "self.version"
- },
- "require-dev": {
- "zendframework/zend-filter": "self.version",
- "zendframework/zend-i18n": "self.version",
- "zendframework/zend-json": "self.version",
- "zendframework/zend-servicemanager": "self.version"
- },
- "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"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.3-dev",
- "dev-develop": "2.4-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "Zend\\Config\\": ""
- }
- },
- "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/zf2",
- "keywords": [
- "config",
- "zf2"
- ],
- "time": "2014-09-16 22:58:11"
- },
- {
- "name": "zendframework/zend-stdlib",
- "version": "2.3.3",
- "target-dir": "Zend/Stdlib",
- "source": {
- "type": "git",
- "url": "https://github.com/zendframework/Component_ZendStdlib.git",
- "reference": "fa33e6647f830d0d2a1cb451efcdfe1bb9a66c33"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/zendframework/Component_ZendStdlib/zipball/fa33e6647f830d0d2a1cb451efcdfe1bb9a66c33",
- "reference": "fa33e6647f830d0d2a1cb451efcdfe1bb9a66c33",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.23"
- },
- "require-dev": {
- "zendframework/zend-eventmanager": "self.version",
- "zendframework/zend-serializer": "self.version",
- "zendframework/zend-servicemanager": "self.version"
- },
- "suggest": {
- "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
- "zendframework/zend-serializer": "Zend\\Serializer component",
- "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.3-dev",
- "dev-develop": "2.4-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "Zend\\Stdlib\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "homepage": "https://github.com/zendframework/zf2",
- "keywords": [
- "stdlib",
- "zf2"
- ],
- "time": "2014-09-16 22:58:11"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": [],
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": {
- "php": ">=5.3.3"
- },
- "platform-dev": []
- }
|