mirror of
https://github.com/notrab/dumbo.git
synced 2025-01-29 11:47:52 +01:00
66 lines
1.8 KiB
JSON
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": "a2b6d88439595ac374df32e82f168249",
|
|
"packages": [
|
|
{
|
|
"name": "notrab/dumbo",
|
|
"version": "dev-main",
|
|
"dist": {
|
|
"type": "path",
|
|
"url": "..",
|
|
"reference": "42f63456173e86e0c925e6c02f2d617463a22f0e"
|
|
},
|
|
"require": {
|
|
"php": ">=7.4"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.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"
|
|
}
|