friendship ended with social-app. php is my new best friend
at main 712 B view raw
1{ 2 "name": "fig/http-message-util", 3 "description": "Utility classes and constants for use with PSR-7 (psr/http-message)", 4 "keywords": ["psr", "psr-7", "http", "http-message", "request", "response"], 5 "license": "MIT", 6 "authors": [ 7 { 8 "name": "PHP-FIG", 9 "homepage": "https://www.php-fig.org/" 10 } 11 ], 12 "require": { 13 "php": "^5.3 || ^7.0 || ^8.0" 14 }, 15 "suggest": { 16 "psr/http-message": "The package containing the PSR-7 interfaces" 17 }, 18 "autoload": { 19 "psr-4": { 20 "Fig\\Http\\Message\\": "src/" 21 } 22 }, 23 "extra": { 24 "branch-alias": { 25 "dev-master": "1.1.x-dev" 26 } 27 } 28}