-
Notifications
You must be signed in to change notification settings - Fork 19
/
composer.lock
48 lines (48 loc) · 1.37 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
{
"_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": "0087e94420aae84a6ed51179bc79e075",
"packages": [
{
"name": "elightup/slim-twig",
"version": "dev-master",
"source": {
"type": "git",
"url": "[email protected]:elightup/slim-twig.git",
"reference": "04ebb63b2d6c857ce842a1f089803abd4a020d80"
},
"require-dev": {
"phpunit/phpunit": "^11.2"
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
"SlimTwig\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"time": "2024-07-18T04:56:26+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"elightup/slim-twig": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.2"
},
"platform-dev": [],
"plugin-api-version": "2.3.0"
}