-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
128 lines (128 loc) · 4.35 KB
/
composer.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"_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": "562b66a590c684f90649afa19b27fc5a",
"packages": [
{
"name": "morningtrain/php-loader",
"version": "v0.3.3",
"source": {
"type": "git",
"url": "https://github.com/Morning-Train/php-loader.git",
"reference": "c175b9fbdafe5542b5a983f3191cbf1d1358fcc4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Morning-Train/php-loader/zipball/c175b9fbdafe5542b5a983f3191cbf1d1358fcc4",
"reference": "c175b9fbdafe5542b5a983f3191cbf1d1358fcc4",
"shasum": ""
},
"require": {
"php": "^8.0",
"symfony/finder": "^5.1|^6"
},
"require-dev": {
"pestphp/pest": "^1.20"
},
"type": "library",
"autoload": {
"psr-4": {
"Morningtrain\\PHPLoader\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mathias Munk",
"email": "mh@morningtrain.dk"
}
],
"description": "A class for loading PHP files and classes in a PSR-4 directory",
"keywords": [
"loader",
"morningtrain"
],
"support": {
"issues": "https://github.com/Morning-Train/php-loader/issues",
"source": "https://github.com/Morning-Train/php-loader/tree/v0.3.3"
},
"time": "2022-09-02T09:03:38+00:00"
},
{
"name": "symfony/finder",
"version": "6.0.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "47446ca195426f75f0378ba759a72fc1afabb15a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/47446ca195426f75f0378ba759a72fc1afabb15a",
"reference": "47446ca195426f75f0378ba759a72fc1afabb15a",
"shasum": ""
},
"require": {
"php": ">=8.0.2"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
},
"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": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/finder/tree/6.0"
},
"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": "2023-01-01T08:36:10+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.3.0"
}