2026-02-12 19:36:48 +00:00
|
|
|
{
|
|
|
|
|
"name": "getphred/atlas",
|
|
|
|
|
"description": "A high-performance, modular PHP routing engine with PSR-7 support.",
|
|
|
|
|
"type": "library",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
2026-02-12 20:34:25 +00:00
|
|
|
"name": "Phred",
|
|
|
|
|
"email": "phred@getphred.com",
|
|
|
|
|
"homepage": "https://getphred.com",
|
|
|
|
|
"role": "Owner"
|
2026-02-12 19:36:48 +00:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"require": {
|
|
|
|
|
"php": "^8.2",
|
|
|
|
|
"psr/http-message": "^1.0 || ^2.0"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "^10.0"
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Atlas\\": "src/"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload-dev": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Atlas\\Tests\\": "tests/"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"config": {
|
|
|
|
|
"sort-packages": true
|
|
|
|
|
},
|
|
|
|
|
"minimum-stability": "stable"
|
|
|
|
|
}
|