Mark/composer.lock
2021-08-07 13:58:26 +03:00

146 lines
4.8 KiB
JSON

{
"_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": "edf5a55fa4704f2361d0eb2b9be0aa05",
"packages": [
{
"name": "mark-php/mark",
"version": "v1.1.11",
"source": {
"type": "git",
"url": "https://github.com/passwalls/mark.git",
"reference": "d92ba52b1bbb5c66498c67612e7c2ba90caa5f65"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/passwalls/mark/zipball/d92ba52b1bbb5c66498c67612e7c2ba90caa5f65",
"reference": "d92ba52b1bbb5c66498c67612e7c2ba90caa5f65",
"shasum": ""
},
"require": {
"nikic/fast-route": "^1.3",
"php": ">=7.1",
"workerman/workerman": "^4.0.4"
},
"suggest": {
"ext-event": "For better performance. "
},
"type": "library",
"autoload": {
"psr-4": {
"Mark\\": "./src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "a PHP micro framework based on workerman",
"time": "2021-02-14T08:56:10+00:00"
},
{
"name": "nikic/fast-route",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/FastRoute.git",
"reference": "181d480e08d9476e61381e04a71b34dc0432e812"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
"reference": "181d480e08d9476e61381e04a71b34dc0432e812",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35|~5.7"
},
"type": "library",
"autoload": {
"psr-4": {
"FastRoute\\": "src/"
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov",
"email": "nikic@php.net"
}
],
"description": "Fast request router for PHP",
"keywords": [
"router",
"routing"
],
"time": "2018-02-13T20:26:39+00:00"
},
{
"name": "workerman/workerman",
"version": "v4.0.19",
"source": {
"type": "git",
"url": "https://github.com/walkor/Workerman.git",
"reference": "af6025976fba817eeb4d5fbf8d0c1059a5819da3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/walkor/Workerman/zipball/af6025976fba817eeb4d5fbf8d0c1059a5819da3",
"reference": "af6025976fba817eeb4d5fbf8d0c1059a5819da3",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"suggest": {
"ext-event": "For better performance. "
},
"type": "library",
"autoload": {
"psr-4": {
"Workerman\\": "./"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "walkor",
"email": "walkor@workerman.net",
"homepage": "http://www.workerman.net",
"role": "Developer"
}
],
"description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
"homepage": "http://www.workerman.net",
"keywords": [
"asynchronous",
"event-loop"
],
"time": "2021-03-05T06:44:28+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}