-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
93 lines (93 loc) · 3.43 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
{
"_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": "ba68c0511114673fd6e8b7f018119631",
"packages": [
{
"name": "flightphp/core",
"version": "v3.9.0",
"source": {
"type": "git",
"url": "https://github.com/flightphp/core.git",
"reference": "c3c5c29f7c2dc6e2ae08aad24c2c14ad5b2ac24b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/flightphp/core/zipball/c3c5c29f7c2dc6e2ae08aad24c2c14ad5b2ac24b",
"reference": "c3c5c29f7c2dc6e2ae08aad24c2c14ad5b2ac24b",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^7.4|^8.0|^8.1|^8.2|^8.3"
},
"replace": {
"mikecao/flight": "2.0.2"
},
"require-dev": {
"ext-pdo_sqlite": "*",
"flightphp/runway": "^0.2.0",
"league/container": "^4.2",
"level-2/dice": "^4.0",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.5",
"rregeer/phpunit-coverage-check": "^0.3.1",
"squizlabs/php_codesniffer": "^3.8"
},
"suggest": {
"latte/latte": "Latte template engine",
"phpstan/phpstan": "PHP Static Analyzer",
"tracy/tracy": "Tracy debugger"
},
"type": "library",
"autoload": {
"files": [
"flight/autoload.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike Cao",
"email": "mike@mikecao.com",
"homepage": "http://www.mikecao.com/",
"role": "Original Developer"
},
{
"name": "Franyer Sánchez",
"email": "franyeradriansanchez@gmail.com",
"homepage": "https://faslatam.000webhostapp.com",
"role": "Maintainer"
},
{
"name": "n0nag0n",
"email": "n0nag0n@sky-9.com",
"role": "Maintainer"
}
],
"description": "Flight is a fast, simple, extensible framework for PHP. Flight enables you to quickly and easily build RESTful web applications. This is the maintained fork of mikecao/flight",
"homepage": "http://flightphp.com",
"support": {
"issues": "https://github.com/flightphp/core/issues",
"source": "https://github.com/flightphp/core/tree/v3.9.0"
},
"time": "2024-05-09T04:23:39+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"
}