1{
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically"
6 ],
7 "content-hash": "04664aa86ba468bc6c83825839823dd7",
8 "packages": [
9 {
10 "name": "nix-community/composer-local-repo-plugin",
11 "version": "1.1.0",
12 "dist": {
13 "type": "path",
14 "url": "./src",
15 "reference": "56bd0f1fb990aa295ca43fc23141b7147a3b5490"
16 },
17 "require": {
18 "composer-plugin-api": "^2",
19 "php": ">= 7.2"
20 },
21 "require-dev": {
22 "composer/composer": "^2.6 || ^2.7",
23 "phpunit/phpunit": "^8"
24 },
25 "type": "composer-plugin",
26 "extra": {
27 "class": "NixCommunity\\ComposerLocalRepoPlugin\\Plugin"
28 },
29 "autoload": {
30 "psr-4": {
31 "NixCommunity\\ComposerLocalRepoPlugin\\": "src"
32 }
33 },
34 "autoload-dev": {
35 "psr-4": {
36 "test\\NixCommunity\\ComposerLocalRepoPlugin\\": "test"
37 }
38 },
39 "scripts": {
40 "changelog-unreleased": [
41 "auto-changelog -c .auto-changelog -u"
42 ],
43 "changelog-version": [
44 "auto-changelog -c .auto-changelog -v"
45 ]
46 },
47 "license": [
48 "MIT"
49 ],
50 "description": "A plugin for Composer which provides a command to create local Composer repository for your projects.",
51 "homepage": "https://github.com/nix-community/composer-local-repo-plugin",
52 "funding": [
53 {
54 "type": "github",
55 "url": "https://github.com/drupol"
56 }
57 ],
58 "transport-options": {
59 "relative": true
60 }
61 }
62 ],
63 "packages-dev": [],
64 "aliases": [],
65 "minimum-stability": "stable",
66 "stability-flags": [],
67 "prefer-stable": false,
68 "prefer-lowest": false,
69 "platform": [],
70 "platform-dev": [],
71 "plugin-api-version": "2.6.0"
72}