{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "e945773accdb3c5255098843af4ab53c", "packages": [ { "name": "alchemy/binary-driver", "version": "1.6.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" }, "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": "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" ], "time": "2016-03-02T13:49:15+00:00" }, { "name": "alchemy/ghostscript", "version": "0.4.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" }, "type": "library", "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" ], "time": "2013-06-25T09:12:58+00:00" }, { "name": "alchemy/mediavorus", "version": "0.4.11", "source": { "type": "git", "url": "https://github.com/alchemy-fr/MediaVorus.git", "reference": "0108a4b93d258dff00d154d1c05ddb296a34d621" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/alchemy-fr/MediaVorus/zipball/0108a4b93d258dff00d154d1c05ddb296a34d621", "reference": "0108a4b93d258dff00d154d1c05ddb296a34d621", "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", "phpunit/phpunit": "^4.0|^5.0", "silex/silex": "~1.0", "symfony/yaml": "~2.0" }, "suggest": { "jms/serializer": "To serialize Medias", "symfony/yaml": "To serialize Medias in Yaml format" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.4.x-dev" } }, "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" ], "time": "2021-09-29T12:09:06+00:00" }, { "name": "alchemy/phpexiftool", "version": "0.7.2", "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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.5.x-dev" } }, "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" ], "time": "2019-02-13T13:06:43+00:00" }, { "name": "doctrine/cache", "version": "1.13.0", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", "reference": "56cd022adb5514472cb144c087393c1821911d09" }, "dist": { "type": "zip", "url": "https://composer.tiki.org/dist/doctrine/cache/doctrine-cache-56cd022adb5514472cb144c087393c1821911d09-zip-d1f7dc.zip", "reference": "56cd022adb5514472cb144c087393c1821911d09", "shasum": "f0467f748fce4bc09de1963007d69794d017cd4d" }, "require": { "php": "~7.1 || ^8.0" }, "conflict": { "doctrine/common": ">2.2,<2.4" }, "require-dev": { "alcaeus/mongo-php-adapter": "^1.1", "cache/integration-tests": "dev-master", "doctrine/coding-standard": "^9", "mongodb/mongodb": "^1.1", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "predis/predis": "~1.0", "psr/cache": "^1.0 || ^2.0 || ^3.0", "symfony/cache": "^4.4 || ^5.4 || ^6", "symfony/var-exporter": "^4.4 || ^5.4 || ^6" }, "suggest": { "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.", "homepage": "https://www.doctrine-project.org/projects/cache.html", "keywords": [ "abstraction", "apcu", "cache", "caching", "couchdb", "memcached", "php", "redis", "xcache" ], "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache", "type": "tidelift" } ], "time": "2022-05-20T20:06:54+00:00" }, { "name": "doctrine/collections", "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", "reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e" }, "dist": { "type": "zip", "url": "https://composer.tiki.org/dist/doctrine/collections/doctrine-collections-2b44dd4cbca8b5744327de78bafef5945c7e7b5e-zip-7e7fdb.zip", "reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e", "shasum": "601ea4434abf73ba091f6a3fd3d051a46f46fc89" }, "require": { "doctrine/deprecations": "^0.5.3 || ^1", "php": "^7.1.3 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^9.0 || ^10.0", "phpstan/phpstan": "^1.4.8", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5", "vimeo/psalm": "^4.22" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "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" ], "time": "2022-09-01T20:12:10+00:00" }, { "name": "doctrine/deprecations", "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/doctrine/deprecations.git", "reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3" }, "dist": { "type": "zip", "url": "https://composer.tiki.org/dist/doctrine/deprecations/doctrine-deprecations-612a3ee5ab0d5dd97b7cf3874a6efe24325efac3-zip-ca0178.zip", "reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3", "shasum": "fec3de69dd40a7022fe351ad6b7111e18237c604" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^9", "phpstan/phpstan": "1.4.10 || 1.10.15", "phpstan/phpstan-phpunit": "^1.0", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "psalm/plugin-phpunit": "0.18.4", "psr/log": "^1 || ^2 || ^3", "vimeo/psalm": "4.30.0 || 5.12.0" }, "suggest": { "psr/log": "Allows logging deprecations via PSR-3 logger implementation" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.", "homepage": "https://www.doctrine-project.org/", "time": "2023-06-03T09:27:29+00:00" }, { "name": "evenement/evenement", "version": "v2.1.0", "source": { "type": "git", "url": "https://github.com/igorw/evenement.git", "reference": "6ba9a777870ab49f417e703229d53931ed40fd7a" }, "dist": { "type": "zip", "url": "https://composer.tiki.org/dist/evenement/evenement/evenement-evenement-6ba9a777870ab49f417e703229d53931ed40fd7a-zip-cf727b.zip", "reference": "6ba9a777870ab49f417e703229d53931ed40fd7a", "shasum": "add3a9687879cc32171ab7b32d2d5079ad75d631" }, "require": { "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "^6.0||^5.7||^4.8.35" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "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", "keywords": [ "event-dispatcher", "event-emitter" ], "time": "2017-07-17T17:39:19+00:00" }, { "name": "imagine/imagine", "version": "v0.6.3", "source": { "type": "git", "url": "https://github.com/php-imagine/Imagine.git", "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-imagine/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" }, "type": "library", "extra": { "branch-alias": { "dev-develop": "0.7-dev" } }, "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" ], "time": "2015-09-19T16:54:05+00:00" }, { "name": "media-alchemyst/media-alchemyst", "version": "0.5.6", "source": { "type": "git", "url": "https://github.com/alchemy-fr/Media-Alchemyst.git", "reference": "2b9f7697997f7863bbc3d08344c559a1cba519c2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/alchemy-fr/Media-Alchemyst/zipball/2b9f7697997f7863bbc3d08344c559a1cba519c2", "reference": "2b9f7697997f7863bbc3d08344c559a1cba519c2", "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": "^v0.15", "php-mp4box/php-mp4box": "~0.3.0", "php-unoconv/php-unoconv": "~0.3.1", "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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.5.x-dev" } }, "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" ], "time": "2020-04-01T08:51:55+00:00" }, { "name": "monolog/monolog", "version": "1.27.1", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "904713c5929655dc9b97288b69cfeedad610c9a1" }, "dist": { "type": "zip", "url": "https://composer.tiki.org/dist/monolog/monolog/monolog-monolog-904713c5929655dc9b97288b69cfeedad610c9a1-zip-f32287.zip", "reference": "904713c5929655dc9b97288b69cfeedad610c9a1", "shasum": "a6ebef7bde457082b18907b20f65e3f64a6cb5d4" }, "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", "php-amqplib/php-amqplib": "~2.4", "php-console/php-console": "^3.1.3", "phpstan/phpstan": "^0.12.59", "phpunit/phpunit": "~4.5", "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" }, "type": "library", "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" ], "funding": [ { "url": "https://github.com/Seldaek", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", "type": "tidelift" } ], "time": "2022-06-09T08:53:42+00:00" }, { "name": "neutron/temporary-filesystem", "version": "2.4", "source": { "type": "git", "url": "https://github.com/romainneutron/Temporary-Filesystem.git", "reference": "3c55497da8d7762fb4dcabc91d54a5de510e3c99" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/romainneutron/Temporary-Filesystem/zipball/3c55497da8d7762fb4dcabc91d54a5de510e3c99", "reference": "3c55497da8d7762fb4dcabc91d54a5de510e3c99", "shasum": "" }, "require": { "php": "^5.6 || ^7.0", "symfony/filesystem": "^2.3 || ^3.0 || ^4.0 || ^5.0" }, "require-dev": { "symfony/phpunit-bridge": "^5.0.4" }, "type": "library", "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", "time": "2020-02-17T15:27:36+00:00" }, { "name": "php-ffmpeg/php-ffmpeg", "version": "v0.15", "source": { "type": "git", "url": "https://github.com/PHP-FFMpeg/PHP-FFMpeg.git", "reference": "984dbd046b6d8c285f9e7419fc7645f197513bfa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHP-FFMpeg/PHP-FFMpeg/zipball/984dbd046b6d8c285f9e7419fc7645f197513bfa", "reference": "984dbd046b6d8c285f9e7419fc7645f197513bfa", "shasum": "" }, "require": { "alchemy/binary-driver": "^1.5 || ~2.0.0 || ^5.0", "doctrine/cache": "^1.0", "evenement/evenement": "^3.0 || ^2.0 || ^1.0", "neutron/temporary-filesystem": "^2.1.1", "php": "^5.3.9 || ^7.0" }, "require-dev": { "sami/sami": "~1.0", "silex/silex": "~1.0", "symfony/phpunit-bridge": "^5.0.4" }, "suggest": { "php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.7-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/" }, { "name": "Patrik Karisch", "email": "patrik@karisch.guru", "homepage": "http://www.karisch.guru" }, { "name": "Romain Biard", "email": "romain.biard@gmail.com", "homepage": "https://www.strime.io/" }, { "name": "Jens Hausdorf", "email": "hello@jens-hausdorf.de", "homepage": "https://jens-hausdorf.de" } ], "description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg", "keywords": [ "audio", "audio processing", "avconv", "avprobe", "ffmpeg", "ffprobe", "video", "video processing" ], "time": "2020-03-23T09:32:09+00:00" }, { "name": "php-mp4box/php-mp4box", "version": "0.3.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" }, "type": "library", "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" ], "time": "2013-06-25T10:13:06+00:00" }, { "name": "php-unoconv/php-unoconv", "version": "0.3.1", "source": { "type": "git", "url": "https://github.com/alchemy-fr/PHP-Unoconv.git", "reference": "8fa666972f6c13fe9703dfe894cd311a61f89f33" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/alchemy-fr/PHP-Unoconv/zipball/8fa666972f6c13fe9703dfe894cd311a61f89f33", "reference": "8fa666972f6c13fe9703dfe894cd311a61f89f33", "shasum": "" }, "require": { "alchemy/binary-driver": "~1.5", "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~3.7", "silex/silex": "~1.0" }, "type": "library", "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" ], "time": "2019-09-16T09:54:30+00:00" }, { "name": "phpexiftool/exiftool", "version": "10.10", "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": "" }, "type": "library", "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" ], "time": "2016-01-25T11:10:14+00:00" }, { "name": "pimple/pimple", "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/silexphp/Pimple.git", "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d" }, "dist": { "type": "zip", "url": "https://composer.tiki.org/dist/pimple/pimple/pimple-pimple-2019c145fe393923f3441b23f29bbdfaa5c58c4d-zip-4bebf7.zip", "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d", "shasum": "ddee475dd096ecc2b167ba88a2768d63359cda46" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "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" ], "time": "2013-11-22T08:30:29+00:00" }, { "name": "psr/log", "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", "url": "https://composer.tiki.org/dist/psr/log/psr-log-d49695b909c3b7628b6289db5479a1c204601f11-zip-eb602c.zip", "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "b923b1880a9e35058191091caa1ac7b3ca117612" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "time": "2021-05-03T11:20:27+00:00" }, { "name": "swftools/swftools", "version": "0.3.2", "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" }, "type": "library", "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" ], "time": "2017-11-07T14:36:48+00:00" }, { "name": "symfony/console", "version": "v3.4.47", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81" }, "dist": { "type": "zip", "url": "https://composer.tiki.org/dist/symfony/console/symfony-console-a10b1da6fc93080c180bba7219b5ff5b7518fe81-zip-73b350.zip", "reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81", "shasum": "38c00d0d877c8b534332545b504ec00d20bb4e85" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/debug": "~2.8|~3.0|~4.0", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "symfony/dependency-injection": "<3.4", "symfony/process": "<3.3" }, "provide": { "psr/log-implementation": "1.0" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~3.3|~4.0", "symfony/dependency-injection": "~3.4|~4.0", "symfony/event-dispatcher": "~2.8|~3.0|~4.0", "symfony/lock": "~3.4|~4.0", "symfony/process": "~3.3|~4.0" }, "suggest": { "psr/log": "For using the console logger", "symfony/event-dispatcher": "", "symfony/lock": "", "symfony/process": "" }, "type": "library", "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", "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-10-24T10:57:07+00:00" }, { "name": "symfony/debug", "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", "reference": "1a692492190773c5310bc7877cb590c04c2f05be" }, "dist": { "type": "zip", "url": "https://composer.tiki.org/dist/symfony/debug/symfony-debug-1a692492190773c5310bc7877cb590c04c2f05be-zip-e39a9d.zip", "reference": "1a692492190773c5310bc7877cb590c04c2f05be", "shasum": "6ea7cb1de054098a7da750e22bb1ba2ef1836229" }, "require": { "php": ">=7.1.3", "psr/log": "^1|^2|^3" }, "conflict": { "symfony/http-kernel": "<3.4" }, "require-dev": { "symfony/http-kernel": "^3.4|^4.0|^5.0" }, "type": "library", "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": "Provides tools to ease debugging PHP code", "homepage": "https://symfony.com", "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "abandoned": "symfony/error-handler", "time": "2022-07-28T16:29:46+00:00" }, { "name": "symfony/filesystem", "version": "v3.4.47", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", "reference": "e58d7841cddfed6e846829040dca2cca0ebbbbb3" }, "dist": { "type": "zip", "url": "https://composer.tiki.org/dist/symfony/filesystem/symfony-filesystem-e58d7841cddfed6e846829040dca2cca0ebbbbb3-zip-62834b.zip", "reference": "e58d7841cddfed6e846829040dca2cca0ebbbbb3", "shasum": "4bde5609ab34206af942896d31d06b046631633b" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/polyfill-ctype": "~1.8" }, "type": "library", "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", "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-10-24T10:57:07+00:00" }, { "name": "symfony/http-foundation", "version": "v2.8.0", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", "reference": "5ed0ec39ef684bec84d1fd9f2a55104e403b7e49" }, "dist": { "type": "zip", "url": "https://composer.tiki.org/dist/symfony/http-foundation/symfony-http-foundation-5ed0ec39ef684bec84d1fd9f2a55104e403b7e49-zip-a924e9.zip", "reference": "5ed0ec39ef684bec84d1fd9f2a55104e403b7e49", "shasum": "4f5655119b27d303037b0447048fad8adee4e20a" }, "require": { "php": ">=5.3.9", "symfony/polyfill-php54": "~1.0" }, "require-dev": { "symfony/expression-language": "~2.4|~3.0.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "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", "time": "2015-11-27T11:03:19+00:00" }, { "name": "symfony/polyfill-ctype", "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "5bbc823adecdae860bb64756d639ecfec17b050a" }, "dist": { "type": "zip", "url": "https://composer.tiki.org/dist/symfony/polyfill-ctype/symfony-polyfill-ctype-5bbc823adecdae860bb64756d639ecfec17b050a-zip-773ad3.zip", "reference": "5bbc823adecdae860bb64756d639ecfec17b050a", "shasum": "084b70f62ded75d38ad491d8a6d15a9cd4c5b89d" }, "require": { "php": ">=7.1" }, "provide": { "ext-ctype": "*" }, "suggest": { "ext-ctype": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for ctype functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "ctype", "polyfill", "portable" ], "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534" }, "dist": { "type": "zip", "url": "https://composer.tiki.org/dist/symfony/polyfill-mbstring/symfony-polyfill-mbstring-8ad114f6b39e2c98a8b0e3bd907732c207c2b534-zip-72c64f.zip", "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534", "shasum": "8e458269a6e68991b9ae7ca686d21480e6ca178a" }, "require": { "php": ">=7.1" }, "provide": { "ext-mbstring": "*" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" } }, "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" ], "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-php54", "version": "v1.20.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php54.git", "reference": "37285b1d5d13f37c8bee546d8d2ad0353460c4c7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/37285b1d5d13f37c8bee546d8d2ad0353460c4c7", "reference": "37285b1d5d13f37c8bee546d8d2ad0353460c4c7", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "metapackage", "extra": { "branch-alias": { "dev-main": "1.20-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "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" ], "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-10-23T14:02:19+00:00" }, { "name": "symfony/process", "version": "v3.4.47", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca" }, "dist": { "type": "zip", "url": "https://composer.tiki.org/dist/symfony/process/symfony-process-b8648cf1d5af12a44a51d07ef9bf980921f15fca-zip-354e62.zip", "reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca", "shasum": "8da83c9a28fbc7607b74125431dd8822e2e2c538" }, "require": { "php": "^5.5.9|>=7.0.8" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Process\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Process Component", "homepage": "https://symfony.com", "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-10-24T10:57:07+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "plugin-api-version": "1.1.0" }