![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mets.corals.io/wp-content/metras.v32.1/ |
{ "_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": "7e6c07aa49e64832e7fe18aa9d26a482", "packages": [ { "name": "doctrine/inflector", "version": "v1.3.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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "[email protected]" }, { "name": "Benjamin Eberlei", "email": "[email protected]" }, { "name": "Guilherme Blanco", "email": "[email protected]" }, { "name": "Jonathan Wage", "email": "[email protected]" }, { "name": "Johannes Schmitt", "email": "[email protected]" } ], "description": "Common String Manipulations with regard to casing and singular/plural rules.", "homepage": "http://www.doctrine-project.org", "keywords": [ "inflection", "pluralize", "singularize", "string" ], "time": "2018-01-09T20:05:19+00:00" }, { "name": "doctrine/instantiator", "version": "1.0.5", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", "shasum": "" }, "require": { "php": ">=5.3,<8.0-DEV" }, "require-dev": { "athletic/athletic": "~0.1.8", "ext-pdo": "*", "ext-phar": "*", "phpunit/phpunit": "~4.0", "squizlabs/php_codesniffer": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marco Pivetta", "email": "[email protected]", "homepage": "http://ocramius.github.com/" } ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", "homepage": "https://github.com/doctrine/instantiator", "keywords": [ "constructor", "instantiate" ], "time": "2015-06-14T21:17:01+00:00" }, { "name": "generoi/sage-acfblocks", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/generoi/sage-acfblocks.git", "reference": "9ae5606ccc8bb748b97eab13160f2f5e6b9b75c3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/generoi/sage-acfblocks/zipball/9ae5606ccc8bb748b97eab13160f2f5e6b9b75c3", "reference": "9ae5606ccc8bb748b97eab13160f2f5e6b9b75c3", "shasum": "" }, "archive": { "exclude": [ ".gitignore" ] }, "require": { "roots/acorn": "*" }, "require-dev": { "squizlabs/php_codesniffer": "~3.0" }, "type": "library", "extra": { "acorn": { "providers": [ "Genero\\Sage\\AcfBlocks\\AcfBlockServiceProvider" ], "aliases": { "AcfBlock": "Genero\\Sage\\AcfBlocks\\Facades\\AcfBlock" } } }, "autoload": { "psr-4": { "Genero\\Sage\\AcfBlocks\\": "src/" } }, "scripts": { "test": [ "phpcs --ignore=vendor --extensions=php --standard=PSR2 ." ] }, "license": [ "MIT" ], "authors": [ { "name": "Oskar Schöldström", "email": "[email protected]" } ], "homepage": "https://github.com/generoi/sage-foundation", "support": { "source": "https://github.com/generoi/sage-acfblocks/tree/master", "issues": "https://github.com/generoi/sage-acfblocks/issues" }, "time": "2019-06-18T17:35:25+00:00" }, { "name": "illuminate/cache", "version": "v5.8.31", "source": { "type": "git", "url": "https://github.com/illuminate/cache.git", "reference": "d040bd34aad4718fbfbfb0b62b61cd0359ec78ad" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/cache/zipball/d040bd34aad4718fbfbfb0b62b61cd0359ec78ad", "reference": "d040bd34aad4718fbfbfb0b62b61cd0359ec78ad", "shasum": "" }, "require": { "illuminate/contracts": "5.8.*", "illuminate/support": "5.8.*", "php": "^7.1.3" }, "suggest": { "illuminate/database": "Required to use the database cache driver (5.8.*).", "illuminate/filesystem": "Required to use the file cache driver (5.8.*).", "illuminate/redis": "Required to use the redis cache driver (5.8.*)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.8-dev" } }, "autoload": { "psr-4": { "Illuminate\\Cache\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "[email protected]" } ], "description": "The Illuminate Cache package.", "homepage": "https://laravel.com", "time": "2019-08-06T07:27:24+00:00" }, { "name": "illuminate/config", "version": "v5.8.31", "source": { "type": "git", "url": "https://github.com/illuminate/config.git", "reference": "6dac1dee3fb51704767c69a07aead1bc75c12368" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/config/zipball/6dac1dee3fb51704767c69a07aead1bc75c12368", "reference": "6dac1dee3fb51704767c69a07aead1bc75c12368", "shasum": "" }, "require": { "illuminate/contracts": "5.8.*", "illuminate/support": "5.8.*", "php": "^7.1.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.8-dev" } }, "autoload": { "psr-4": { "Illuminate\\Config\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "[email protected]" } ], "description": "The Illuminate Config package.", "homepage": "https://laravel.com", "time": "2019-02-14T12:51:50+00:00" }, { "name": "illuminate/console", "version": "v5.8.31", "source": { "type": "git", "url": "https://github.com/illuminate/console.git", "reference": "19fc2dbfbee0462c53e31866cf726404adbc0d6e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/console/zipball/19fc2dbfbee0462c53e31866cf726404adbc0d6e", "reference": "19fc2dbfbee0462c53e31866cf726404adbc0d6e", "shasum": "" }, "require": { "illuminate/contracts": "5.8.*", "illuminate/support": "5.8.*", "php": "^7.1.3", "symfony/console": "^4.2", "symfony/process": "^4.2" }, "suggest": { "dragonmantank/cron-expression": "Required to use scheduling component (^2.0).", "guzzlehttp/guzzle": "Required to use the ping methods on schedules (^6.0).", "illuminate/filesystem": "Required to use the generator command (5.8.*)" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.8-dev" } }, "autoload": { "psr-4": { "Illuminate\\Console\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "[email protected]" } ], "description": "The Illuminate Console package.", "homepage": "https://laravel.com", "time": "2019-07-15T20:54:32+00:00" }, { "name": "illuminate/container", "version": "v5.8.31", "source": { "type": "git", "url": "https://github.com/illuminate/container.git", "reference": "7afee1ef2cb53190a98d727ea77096b6a610c05e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/container/zipball/7afee1ef2cb53190a98d727ea77096b6a610c05e", "reference": "7afee1ef2cb53190a98d727ea77096b6a610c05e", "shasum": "" }, "require": { "illuminate/contracts": "5.8.*", "illuminate/support": "5.8.*", "php": "^7.1.3", "psr/container": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.8-dev" } }, "autoload": { "psr-4": { "Illuminate\\Container\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "[email protected]" } ], "description": "The Illuminate Container package.", "homepage": "https://laravel.com", "time": "2019-07-16T13:14:16+00:00" }, { "name": "illuminate/contracts", "version": "v5.8.31", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", "reference": "00fc6afee788fa07c311b0650ad276585f8aef96" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/contracts/zipball/00fc6afee788fa07c311b0650ad276585f8aef96", "reference": "00fc6afee788fa07c311b0650ad276585f8aef96", "shasum": "" }, "require": { "php": "^7.1.3", "psr/container": "^1.0", "psr/simple-cache": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.8-dev" } }, "autoload": { "psr-4": { "Illuminate\\Contracts\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "[email protected]" } ], "description": "The Illuminate Contracts package.", "homepage": "https://laravel.com", "time": "2019-07-30T13:57:21+00:00" }, { "name": "illuminate/database", "version": "v5.8.31", "source": { "type": "git", "url": "https://github.com/illuminate/database.git", "reference": "4ede24ddbf39ab7893c2c3d2d643ac13584db8ba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/database/zipball/4ede24ddbf39ab7893c2c3d2d643ac13584db8ba", "reference": "4ede24ddbf39ab7893c2c3d2d643ac13584db8ba", "shasum": "" }, "require": { "ext-json": "*", "illuminate/container": "5.8.*", "illuminate/contracts": "5.8.*", "illuminate/support": "5.8.*", "php": "^7.1.3" }, "suggest": { "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).", "fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).", "illuminate/console": "Required to use the database commands (5.8.*).", "illuminate/events": "Required to use the observers with Eloquent (5.8.*).", "illuminate/filesystem": "Required to use the migrations (5.8.*).", "illuminate/pagination": "Required to paginate the result set (5.8.*)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.8-dev" } }, "autoload": { "psr-4": { "Illuminate\\Database\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "[email protected]" } ], "description": "The Illuminate Database package.", "homepage": "https://laravel.com", "keywords": [ "database", "laravel", "orm", "sql" ], "time": "2019-08-06T14:57:14+00:00" }, { "name": "illuminate/events", "version": "v5.8.31", "source": { "type": "git", "url": "https://github.com/illuminate/events.git", "reference": "a85d7c273bc4e3357000c5fc4812374598515de3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/events/zipball/a85d7c273bc4e3357000c5fc4812374598515de3", "reference": "a85d7c273bc4e3357000c5fc4812374598515de3", "shasum": "" }, "require": { "illuminate/container": "5.8.*", "illuminate/contracts": "5.8.*", "illuminate/support": "5.8.*", "php": "^7.1.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.8-dev" } }, "autoload": { "psr-4": { "Illuminate\\Events\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "[email protected]" } ], "description": "The Illuminate Events package.", "homepage": "https://laravel.com", "time": "2019-02-18T18:37:54+00:00" }, { "name": "illuminate/filesystem", "version": "v5.8.31", "source": { "type": "git", "url": "https://github.com/illuminate/filesystem.git", "reference": "e5a022f38cac6c37d6627be0db2ddaa13153bc35" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/filesystem/zipball/e5a022f38cac6c37d6627be0db2ddaa13153bc35", "reference": "e5a022f38cac6c37d6627be0db2ddaa13153bc35", "shasum": "" }, "require": { "illuminate/contracts": "5.8.*", "illuminate/support": "5.8.*", "php": "^7.1.3", "symfony/finder": "^4.2" }, "suggest": { "league/flysystem": "Required to use the Flysystem local and FTP drivers (^1.0).", "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).", "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).", "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (^1.0).", "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.8-dev" } }, "autoload": { "psr-4": { "Illuminate\\Filesystem\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "[email protected]" } ], "description": "The Illuminate Filesystem package.", "homepage": "https://laravel.com", "time": "2019-06-25T09:00:38+00:00" }, { "name": "illuminate/log", "version": "v5.8.31", "source": { "type": "git", "url": "https://github.com/illuminate/log.git", "reference": "e3b8b413ccdcfb923ba334a6064d8040209a062b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/log/zipball/e3b8b413ccdcfb923ba334a6064d8040209a062b", "reference": "e3b8b413ccdcfb923ba334a6064d8040209a062b", "shasum": "" }, "require": { "illuminate/contracts": "5.8.*", "illuminate/support": "5.8.*", "monolog/monolog": "^1.11", "php": "^7.1.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.8-dev" } }, "autoload": { "psr-4": { "Illuminate\\Log\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "[email protected]" } ], "description": "The Illuminate Log package.", "homepage": "https://laravel.com", "time": "2019-05-15T13:35:51+00:00" }, { "name": "illuminate/support", "version": "v5.8.31", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", "reference": "60fdf2cd0fe8092947f42add1681c34fa252af33" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/support/zipball/60fdf2cd0fe8092947f42add1681c34fa252af33", "reference": "60fdf2cd0fe8092947f42add1681c34fa252af33", "shasum": "" }, "require": { "doctrine/inflector": "^1.1", "ext-json": "*", "ext-mbstring": "*", "illuminate/contracts": "5.8.*", "nesbot/carbon": "^1.26.3 || ^2.0", "php": "^7.1.3" }, "conflict": { "tightenco/collect": "<5.5.33" }, "suggest": { "illuminate/filesystem": "Required to use the composer class (5.8.*).", "moontoast/math": "Required to use ordered UUIDs (^1.1).", "ramsey/uuid": "Required to use Str::uuid() (^3.7).", "symfony/process": "Required to use the composer class (^4.2).", "symfony/var-dumper": "Required to use the dd function (^4.2).", "vlucas/phpdotenv": "Required to use the env helper (^3.3)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.8-dev" } }, "autoload": { "psr-4": { "Illuminate\\Support\\": "" }, "files": [ "helpers.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "[email protected]" } ], "description": "The Illuminate Support package.", "homepage": "https://laravel.com", "time": "2019-08-06T08:53:24+00:00" }, { "name": "illuminate/view", "version": "v5.8.31", "source": { "type": "git", "url": "https://github.com/illuminate/view.git", "reference": "c859919bc3be97a3f114377d5d812f047b8ea90d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/view/zipball/c859919bc3be97a3f114377d5d812f047b8ea90d", "reference": "c859919bc3be97a3f114377d5d812f047b8ea90d", "shasum": "" }, "require": { "ext-json": "*", "illuminate/container": "5.8.*", "illuminate/contracts": "5.8.*", "illuminate/events": "5.8.*", "illuminate/filesystem": "5.8.*", "illuminate/support": "5.8.*", "php": "^7.1.3", "symfony/debug": "^4.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.8-dev" } }, "autoload": { "psr-4": { "Illuminate\\View\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "[email protected]" } ], "description": "The Illuminate View package.", "homepage": "https://laravel.com", "time": "2019-06-20T13:13:59+00:00" }, { "name": "jaybizzle/crawler-detect", "version": "v1.2.84", "source": { "type": "git", "url": "https://github.com/JayBizzle/Crawler-Detect.git", "reference": "b7f35477a56609dd0d753c07ada912b66af3df01" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/b7f35477a56609dd0d753c07ada912b66af3df01", "reference": "b7f35477a56609dd0d753c07ada912b66af3df01", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "^4.8|^5.5|^6.5", "satooshi/php-coveralls": "1.*" }, "type": "library", "autoload": { "psr-4": { "Jaybizzle\\CrawlerDetect\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mark Beech", "email": "[email protected]", "role": "Developer" } ], "description": "CrawlerDetect is a PHP class for detecting bots/crawlers/spiders via the user agent", "homepage": "https://github.com/JayBizzle/Crawler-Detect/", "keywords": [ "crawler", "crawler detect", "crawler detector", "crawlerdetect", "php crawler detect" ], "time": "2019-06-14T21:10:21+00:00" }, { "name": "jenssegers/agent", "version": "v2.6.3", "source": { "type": "git", "url": "https://github.com/jenssegers/agent.git", "reference": "bcb895395e460478e101f41cdab139c48dc721ce" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jenssegers/agent/zipball/bcb895395e460478e101f41cdab139c48dc721ce", "reference": "bcb895395e460478e101f41cdab139c48dc721ce", "shasum": "" }, "require": { "jaybizzle/crawler-detect": "^1.2", "mobiledetect/mobiledetectlib": "^2.7.6", "php": ">=5.6" }, "require-dev": { "php-coveralls/php-coveralls": "^2.1", "phpunit/phpunit": "^5.0|^6.0|^7.0" }, "suggest": { "illuminate/support": "^4.0|^5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" }, "laravel": { "providers": [ "Jenssegers\\Agent\\AgentServiceProvider" ], "aliases": { "Agent": "Jenssegers\\Agent\\Facades\\Agent" } } }, "autoload": { "psr-4": { "Jenssegers\\Agent\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jens Segers", "homepage": "https://jenssegers.com" } ], "description": "Desktop/mobile user agent parser with support for Laravel, based on Mobiledetect", "homepage": "https://github.com/jenssegers/agent", "keywords": [ "Agent", "browser", "desktop", "laravel", "mobile", "platform", "user agent", "useragent" ], "time": "2019-01-19T21:32:55+00:00" }, { "name": "league/flysystem", "version": "1.0.53", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", "reference": "08e12b7628f035600634a5e76d95b5eb66cea674" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/08e12b7628f035600634a5e76d95b5eb66cea674", "reference": "08e12b7628f035600634a5e76d95b5eb66cea674", "shasum": "" }, "require": { "ext-fileinfo": "*", "php": ">=5.5.9" }, "conflict": { "league/flysystem-sftp": "<1.0.6" }, "require-dev": { "phpspec/phpspec": "^3.4", "phpunit/phpunit": "^5.7.10" }, "suggest": { "ext-fileinfo": "Required for MimeType", "ext-ftp": "Allows you to use FTP server storage", "ext-openssl": "Allows you to use FTPS server storage", "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", "league/flysystem-webdav": "Allows you to use WebDAV storage", "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter", "spatie/flysystem-dropbox": "Allows you to use Dropbox storage", "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "psr-4": { "League\\Flysystem\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Frank de Jonge", "email": "[email protected]" } ], "description": "Filesystem abstraction: Many filesystems, one API.", "keywords": [ "Cloud Files", "WebDAV", "abstraction", "aws", "cloud", "copy.com", "dropbox", "file systems", "files", "filesystem", "filesystems", "ftp", "rackspace", "remote", "s3", "sftp", "storage" ], "time": "2019-06-18T20:09:29+00:00" }, { "name": "mobiledetect/mobiledetectlib", "version": "2.8.34", "source": { "type": "git", "url": "https://github.com/serbanghita/Mobile-Detect.git", "reference": "6f8113f57a508494ca36acbcfa2dc2d923c7ed5b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/6f8113f57a508494ca36acbcfa2dc2d923c7ed5b", "reference": "6f8113f57a508494ca36acbcfa2dc2d923c7ed5b", "shasum": "" }, "require": { "php": ">=5.0.0" }, "require-dev": { "phpunit/phpunit": "~4.8.35||~5.7" }, "type": "library", "autoload": { "classmap": [ "Mobile_Detect.php" ], "psr-0": { "Detection": "namespaced/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Serban Ghita", "email": "[email protected]", "homepage": "http://mobiledetect.net", "role": "Developer" } ], "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.", "homepage": "https://github.com/serbanghita/Mobile-Detect", "keywords": [ "detect mobile devices", "mobile", "mobile detect", "mobile detector", "php mobile detect" ], "time": "2019-09-18T18:44:20+00:00" }, { "name": "monolog/monolog", "version": "1.24.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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Monolog\\": "src/Monolog" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "[email protected]", "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": "2018-11-05T09:00:11+00:00" }, { "name": "nesbot/carbon", "version": "2.22.3", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", "reference": "738fbd8d80b2c5e158fda76c29c2de432fcc6f7e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/738fbd8d80b2c5e158fda76c29c2de432fcc6f7e", "reference": "738fbd8d80b2c5e158fda76c29c2de432fcc6f7e", "shasum": "" }, "require": { "ext-json": "*", "php": "^7.1.8 || ^8.0", "symfony/translation": "^3.4 || ^4.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.14 || ^3.0", "kylekatarnls/multi-tester": "^1.1", "phpmd/phpmd": "dev-php-7.1-compatibility", "phpstan/phpstan": "^0.11", "phpunit/phpunit": "^7.5 || ^8.0", "squizlabs/php_codesniffer": "^3.4" }, "bin": [ "bin/carbon" ], "type": "library", "extra": { "laravel": { "providers": [ "Carbon\\Laravel\\ServiceProvider" ] } }, "autoload": { "psr-4": { "Carbon\\": "src/Carbon/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Brian Nesbitt", "email": "[email protected]", "homepage": "http://nesbot.com" }, { "name": "kylekatarnls", "homepage": "http://github.com/kylekatarnls" } ], "description": "A simple API extension for DateTime.", "homepage": "http://carbon.nesbot.com", "keywords": [ "date", "datetime", "time" ], "time": "2019-08-07T12:36:44+00:00" }, { "name": "psr/container", "version": "1.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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "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" ], "time": "2017-02-14T16:28:37+00:00" }, { "name": "psr/log", "version": "1.1.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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "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" ], "time": "2018-11-20T15:27:04+00:00" }, { "name": "psr/simple-cache", "version": "1.0.1", "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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "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" ], "time": "2017-10-23T01:57:42+00:00" }, { "name": "roots/acorn", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/roots/acorn.git", "reference": "b21abc0cd642ecf018305d5ee5b2270fa7eab7a2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/roots/acorn/zipball/b21abc0cd642ecf018305d5ee5b2270fa7eab7a2", "reference": "b21abc0cd642ecf018305d5ee5b2270fa7eab7a2", "shasum": "" }, "require": { "illuminate/cache": "^5.8", "illuminate/config": "^5.8", "illuminate/console": "^5.8", "illuminate/container": "^5.8", "illuminate/contracts": "^5.8", "illuminate/database": "^5.8", "illuminate/events": "^5.8", "illuminate/filesystem": "^5.8", "illuminate/log": "^5.8", "illuminate/support": "^5.8", "illuminate/view": "^5.8", "league/flysystem": "^1.0", "php": "^7.1.3", "roots/support": "dev-master", "symfony/var-dumper": "^4.3" }, "require-dev": { "filp/whoops": "^2.4", "mikey179/vfsstream": "^1.6", "phpunit/phpunit": "^7.5|^8.0", "roave/security-advisories": "dev-master", "squizlabs/php_codesniffer": "^3.3" }, "type": "library", "autoload": { "psr-4": { "Roots\\": "src/" }, "files": [ "src/helpers.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "QWp6t", "email": "[email protected]" } ], "description": "Lazy-loaded framework for Roots WordPress projects", "homepage": "https://roots.io/acorn/", "keywords": [ "sage", "wordpress" ], "time": "2019-08-03T13:22:51+00:00" }, { "name": "roots/support", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/roots/support.git", "reference": "0c5231dc194407e32bfee000d49a36775040289a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/roots/support/zipball/0c5231dc194407e32bfee000d49a36775040289a", "reference": "0c5231dc194407e32bfee000d49a36775040289a", "shasum": "" }, "require": { "php": ">=5.6" }, "require-dev": { "phpunit/phpunit": "^7.2", "squizlabs/php_codesniffer": "^3.3" }, "type": "library", "autoload": { "files": [ "helpers.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "QWp6t", "email": "[email protected]" } ], "homepage": "https://github.com/roots/support/", "time": "2019-01-28T09:46:14+00:00" }, { "name": "stoutlogic/acf-builder", "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/StoutLogic/acf-builder.git", "reference": "68e3705505bc85b2d75e8e8d7fbb31181004b4cb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/StoutLogic/acf-builder/zipball/68e3705505bc85b2d75e8e8d7fbb31181004b4cb", "reference": "68e3705505bc85b2d75e8e8d7fbb31181004b4cb", "shasum": "" }, "require": { "doctrine/inflector": "~1.1", "doctrine/instantiator": "~1.0.0", "php": ">=5.4.0" }, "require-dev": { "phpdocumentor/reflection-docblock": "2.*", "phpunit/phpunit": "4.*", "squizlabs/php_codesniffer": "^2.6" }, "type": "library", "autoload": { "psr-4": { "StoutLogic\\AcfBuilder\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Steve Pfisterer", "email": "[email protected]" } ], "description": "An Advanced Custom Field Configuration Builder", "time": "2018-09-14T16:55:15+00:00" }, { "name": "symfony/console", "version": "v4.3.3", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "8b0ae5742ce9aaa8b0075665862c1ca397d1c1d9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/8b0ae5742ce9aaa8b0075665862c1ca397d1c1d9", "reference": "8b0ae5742ce9aaa8b0075665862c1ca397d1c1d9", "shasum": "" }, "require": { "php": "^7.1.3", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php73": "^1.8", "symfony/service-contracts": "^1.1" }, "conflict": { "symfony/dependency-injection": "<3.4", "symfony/event-dispatcher": "<4.3", "symfony/process": "<3.3" }, "provide": { "psr/log-implementation": "1.0" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~3.4|~4.0", "symfony/dependency-injection": "~3.4|~4.0", "symfony/event-dispatcher": "^4.3", "symfony/lock": "~3.4|~4.0", "symfony/process": "~3.4|~4.0", "symfony/var-dumper": "^4.3" }, "suggest": { "psr/log": "For using the console logger", "symfony/event-dispatcher": "", "symfony/lock": "", "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Console\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "[email protected]" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Console Component", "homepage": "https://symfony.com", "time": "2019-07-24T17:13:59+00:00" }, { "name": "symfony/debug", "version": "v4.3.3", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", "reference": "527887c3858a2462b0137662c74837288b998ee3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/debug/zipball/527887c3858a2462b0137662c74837288b998ee3", "reference": "527887c3858a2462b0137662c74837288b998ee3", "shasum": "" }, "require": { "php": "^7.1.3", "psr/log": "~1.0" }, "conflict": { "symfony/http-kernel": "<3.4" }, "require-dev": { "symfony/http-kernel": "~3.4|~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Debug\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "[email protected]" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", "time": "2019-07-23T11:21:36+00:00" }, { "name": "symfony/finder", "version": "v4.3.3", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "9638d41e3729459860bb96f6247ccb61faaa45f2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/9638d41e3729459860bb96f6247ccb61faaa45f2", "reference": "9638d41e3729459860bb96f6247ccb61faaa45f2", "shasum": "" }, "require": { "php": "^7.1.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Finder\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "[email protected]" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", "time": "2019-06-28T13:16:30+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.12.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17", "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.12-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "[email protected]" }, { "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" ], "time": "2019-08-06T08:03:45+00:00" }, { "name": "symfony/polyfill-php72", "version": "v1.12.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", "reference": "04ce3335667451138df4307d6a9b61565560199e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/04ce3335667451138df4307d6a9b61565560199e", "reference": "04ce3335667451138df4307d6a9b61565560199e", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.12-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php72\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "[email protected]" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "time": "2019-08-06T08:03:45+00:00" }, { "name": "symfony/polyfill-php73", "version": "v1.12.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/2ceb49eaccb9352bff54d22570276bb75ba4a188", "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.12-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php73\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "[email protected]" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "time": "2019-08-06T08:03:45+00:00" }, { "name": "symfony/process", "version": "v4.3.3", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "856d35814cf287480465bb7a6c413bb7f5f5e69c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/856d35814cf287480465bb7a6c413bb7f5f5e69c", "reference": "856d35814cf287480465bb7a6c413bb7f5f5e69c", "shasum": "" }, "require": { "php": "^7.1.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Process\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "[email protected]" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Process Component", "homepage": "https://symfony.com", "time": "2019-05-30T16:10:05+00:00" }, { "name": "symfony/service-contracts", "version": "v1.1.5", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", "reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d", "reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d", "shasum": "" }, "require": { "php": "^7.1.3", "psr/container": "^1.0" }, "suggest": { "symfony/service-implementation": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\Service\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "[email protected]" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Generic abstractions related to writing services", "homepage": "https://symfony.com", "keywords": [ "abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards" ], "time": "2019-06-13T11:15:36+00:00" }, { "name": "symfony/translation", "version": "v4.3.3", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", "reference": "4e3e39cc485304f807622bdc64938e4633396406" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/translation/zipball/4e3e39cc485304f807622bdc64938e4633396406", "reference": "4e3e39cc485304f807622bdc64938e4633396406", "shasum": "" }, "require": { "php": "^7.1.3", "symfony/polyfill-mbstring": "~1.0", "symfony/translation-contracts": "^1.1.2" }, "conflict": { "symfony/config": "<3.4", "symfony/dependency-injection": "<3.4", "symfony/yaml": "<3.4" }, "provide": { "symfony/translation-implementation": "1.0" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~3.4|~4.0", "symfony/console": "~3.4|~4.0", "symfony/dependency-injection": "~3.4|~4.0", "symfony/finder": "~2.8|~3.0|~4.0", "symfony/http-kernel": "~3.4|~4.0", "symfony/intl": "~3.4|~4.0", "symfony/service-contracts": "^1.1.2", "symfony/var-dumper": "~3.4|~4.0", "symfony/yaml": "~3.4|~4.0" }, "suggest": { "psr/log-implementation": "To use logging capability in translator", "symfony/config": "", "symfony/yaml": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Translation\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "[email protected]" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Translation Component", "homepage": "https://symfony.com", "time": "2019-07-18T10:34:59+00:00" }, { "name": "symfony/translation-contracts", "version": "v1.1.5", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", "reference": "cb4b18ad7b92a26e83b65dde940fab78339e6f3c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/cb4b18ad7b92a26e83b65dde940fab78339e6f3c", "reference": "cb4b18ad7b92a26e83b65dde940fab78339e6f3c", "shasum": "" }, "require": { "php": "^7.1.3" }, "suggest": { "symfony/translation-implementation": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\Translation\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "[email protected]" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Generic abstractions related to translation", "homepage": "https://symfony.com", "keywords": [ "abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards" ], "time": "2019-06-13T11:15:36+00:00" }, { "name": "symfony/var-dumper", "version": "v4.3.3", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", "reference": "e4110b992d2cbe198d7d3b244d079c1c58761d07" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/e4110b992d2cbe198d7d3b244d079c1c58761d07", "reference": "e4110b992d2cbe198d7d3b244d079c1c58761d07", "shasum": "" }, "require": { "php": "^7.1.3", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php72": "~1.5" }, "conflict": { "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", "symfony/console": "<3.4" }, "require-dev": { "ext-iconv": "*", "symfony/console": "~3.4|~4.0", "symfony/process": "~3.4|~4.0", "twig/twig": "~1.34|~2.4" }, "suggest": { "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", "ext-intl": "To show region name in time zone dump", "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" }, "bin": [ "Resources/bin/var-dump-server" ], "type": "library", "extra": { "branch-alias": { "dev-master": "4.3-dev" } }, "autoload": { "files": [ "Resources/functions/dump.php" ], "psr-4": { "Symfony\\Component\\VarDumper\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "[email protected]" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony mechanism for exploring and dumping PHP variables", "homepage": "https://symfony.com", "keywords": [ "debug", "dump" ], "time": "2019-07-27T06:42:46+00:00" } ], "packages-dev": [ { "name": "squizlabs/php_codesniffer", "version": "3.4.2", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8", "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8", "shasum": "" }, "require": { "ext-simplexml": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "bin": [ "bin/phpcs", "bin/phpcbf" ], "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Greg Sherwood", "role": "lead" } ], "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", "keywords": [ "phpcs", "standards" ], "time": "2019-04-10T23:49:02+00:00" } ], "aliases": [], "minimum-stability": "dev", "stability-flags": { "generoi/sage-acfblocks": 20, "roots/acorn": 20 }, "prefer-stable": true, "prefer-lowest": false, "platform": { "php": "^7.1.3" }, "platform-dev": [] }