-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
75 lines (75 loc) · 2.57 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
{
"_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": "6638df3c59db789e7008f998dce48d34",
"packages": [
{
"name": "web-fu/php-dot-notation",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/web-fu/php-dot-notation.git",
"reference": "949adcb7293f986e68cf45811431bf8e04c2e09a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/web-fu/php-dot-notation/zipball/949adcb7293f986e68cf45811431bf8e04c2e09a",
"reference": "949adcb7293f986e68cf45811431bf8e04c2e09a",
"shasum": ""
},
"require": {
"php": "8.0.* || 8.1.* || 8.2.*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.13",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^5.4",
"web-fu/reflection": "dev-main"
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
"WebFu\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gabriele Manganello",
"email": "[email protected]",
"homepage": "https://web-fu.it"
}
],
"description": "Library that allows to access array and object with strong type support in Dot Notation",
"keywords": [
"array",
"dot-notation",
"object",
"php",
"php8"
],
"support": {
"issues": "https://github.com/web-fu/php-dot-notation/issues",
"source": "https://github.com/web-fu/php-dot-notation/tree/main"
},
"time": "2023-04-07T14:25:09+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"
}