dumbo/examples/composer.lock
2024-07-16 12:19:37 +01:00

66 lines
1.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": "b90682638694a02fb9a0f15a8ae5d2cf",
"packages": [
{
"name": "notrab/dumbo",
"version": "dev-main",
"dist": {
"type": "path",
"url": "..",
"reference": "e1b0e8df27939c72269cb6722690bdae2a699ce4"
},
"require": {
"php": ">=7.4"
},
"require-dev": {
"phpunit/phpunit": "^11.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Dumbo\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Dumbo\\Tests\\": "tests/"
}
},
"scripts": {
"test": [
"vendor/bin/phpunit tests"
]
},
"license": [
"MIT"
],
"authors": [
{
"name": "Jamie Barton",
"email": "jamie@notrab.dev"
}
],
"description": "A lightweight, friendly PHP framework for HTTP.",
"transport-options": {
"relative": true
}
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"notrab/dumbo": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.6.0"
}