{ "_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": "f0c1cdad72e767fb4bd161ff5d668f8e", "packages": [ { "name": "civicrm/composer-downloads-plugin", "version": "v4.0.0", "source": { "type": "git", "url": "https://github.com/civicrm/composer-downloads-plugin.git", "reference": "7af08ca4a78607ac2bad3215c05a10390da9c673" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/civicrm/composer-downloads-plugin/zipball/7af08ca4a78607ac2bad3215c05a10390da9c673", "reference": "7af08ca4a78607ac2bad3215c05a10390da9c673", "shasum": "" }, "require": { "civicrm/gitignore": "~1.2.0", "composer-plugin-api": "^2.0", "php": ">=7.2" }, "require-dev": { "composer/composer": "~2.0", "friendsofphp/php-cs-fixer": "^2.3", "phpunit/phpunit": "^8.5 || ^9.5", "totten/process-helper": "^1.0.1" }, "type": "composer-plugin", "extra": { "class": "LastCall\\DownloadsPlugin\\Plugin" }, "autoload": { "psr-4": { "LastCall\\DownloadsPlugin\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Rob Bayliss", "email": "rob@lastcallmedia.com" }, { "name": "Tim Otten", "email": "totten@civicrm.org" } ], "description": "Composer plugin for downloading additional files within any composer package.", "support": { "source": "https://github.com/civicrm/composer-downloads-plugin/tree/v4.0.0" }, "time": "2024-04-09T20:34:36+00:00" }, { "name": "civicrm/gitignore", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/civicrm/PHPGitIgnore.git", "reference": "7491782ee89c4e14bbcc9b30bebb90389054cb2e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/civicrm/PHPGitIgnore/zipball/7491782ee89c4e14bbcc9b30bebb90389054cb2e", "reference": "7491782ee89c4e14bbcc9b30bebb90389054cb2e", "shasum": "" }, "require": { "php": ">=5.6" }, "replace": { "togos/gitignore": "1.*" }, "require-dev": { "togos/simpler-test": "1.1.1" }, "type": "library", "autoload": { "psr-0": { "TOGoS_GitIgnore_": "src/main/php/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Parser for .gitignore (and sparse-checkout, and anything else using the same format) files", "support": { "source": "https://github.com/civicrm/PHPGitIgnore/tree/1.2.0" }, "time": "2024-04-09T07:07:33+00:00" }, { "name": "cweagans/composer-patches", "version": "1.7.3", "source": { "type": "git", "url": "https://github.com/cweagans/composer-patches.git", "reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/e190d4466fe2b103a55467dfa83fc2fecfcaf2db", "reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 || ^2.0", "php": ">=5.3.0" }, "require-dev": { "composer/composer": "~1.0 || ~2.0", "phpunit/phpunit": "~4.6" }, "type": "composer-plugin", "extra": { "class": "cweagans\\Composer\\Patches" }, "autoload": { "psr-4": { "cweagans\\Composer\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Cameron Eagans", "email": "me@cweagans.net" } ], "description": "Provides a way to patch Composer packages.", "support": { "issues": "https://github.com/cweagans/composer-patches/issues", "source": "https://github.com/cweagans/composer-patches/tree/1.7.3" }, "time": "2022-12-20T22:53:13+00:00" }, { "name": "intervention/image", "version": "2.7.2", "source": { "type": "git", "url": "https://github.com/Intervention/image.git", "reference": "04be355f8d6734c826045d02a1079ad658322dad" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Intervention/image/zipball/04be355f8d6734c826045d02a1079ad658322dad", "reference": "04be355f8d6734c826045d02a1079ad658322dad", "shasum": "" }, "require": { "ext-fileinfo": "*", "guzzlehttp/psr7": "~1.1 || ^2.0", "php": ">=5.4.0" }, "require-dev": { "mockery/mockery": "~0.9.2", "phpunit/phpunit": "^4.8 || ^5.7 || ^7.5.15" }, "suggest": { "ext-gd": "to use GD library based image processing.", "ext-imagick": "to use Imagick based image processing.", "intervention/imagecache": "Caching extension for the Intervention Image library" }, "type": "library", "extra": { "laravel": { "aliases": { "Image": "Intervention\\Image\\Facades\\Image" }, "providers": [ "Intervention\\Image\\ImageServiceProvider" ] }, "branch-alias": { "dev-master": "2.4-dev" } }, "autoload": { "psr-4": { "Intervention\\Image\\": "src/Intervention/Image" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Oliver Vogel", "email": "oliver@intervention.io", "homepage": "https://intervention.io/" } ], "description": "Image handling and manipulation library with support for Laravel integration", "homepage": "http://image.intervention.io/", "keywords": [ "gd", "image", "imagick", "laravel", "thumbnail", "watermark" ], "support": { "issues": "https://github.com/Intervention/image/issues", "source": "https://github.com/Intervention/image/tree/2.7.2" }, "funding": [ { "url": "https://paypal.me/interventionio", "type": "custom" }, { "url": "https://github.com/Intervention", "type": "github" } ], "time": "2022-05-21T17:30:32+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "plugin-api-version": "2.6.0" }