Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
trash
/
vhost_www.rec-app.app_1716798588
/
htdocs
/
vendor
/
willdurand
/
negotiation
/
/srv/data/trash/vhost_www.rec-app.app_1716798588/htdocs/vendor/willdurand/negotiation/composer.json
{ "name": "willdurand/negotiation", "description": "Content Negotiation tools for PHP provided as a standalone library.", "keywords": [ "content", "negotiation", "format", "accept", "header" ], "license": "MIT", "homepage": "http://williamdurand.fr/Negotiation/", "authors": [ { "name": "William Durand", "email": "will+git@drnd.me" } ], "require": { "php": ">=7.1.0" }, "autoload": { "psr-4": { "Negotiation\\": "src/Negotiation" } }, "autoload-dev": { "psr-4": { "Negotiation\\Tests\\": "tests/Negotiation/Tests" } }, "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "require-dev": { "symfony/phpunit-bridge": "^5.0" } }