123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "symfony/web-link",
- "type": "library",
- "description": "Manages links between resources",
- "keywords": ["link", "psr13", "http", "http2", "preload", "prefetch", "prerender", "dns-prefetch", "push", "performance"],
- "homepage": "https://symfony.com",
- "license": "MIT",
- "authors": [
- {
- "name": "Kévin Dunglas",
- "email": "dunglas@gmail.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "provide": {
- "psr/link-implementation": "1.0"
- },
- "require": {
- "php": ">=7.2.5",
- "psr/link": "^1.0"
- },
- "suggest": {
- "symfony/http-kernel": ""
- },
- "require-dev": {
- "symfony/http-foundation": "^4.4|^5.0",
- "symfony/http-kernel": "^4.4|^5.0"
- },
- "conflict": {
- "symfony/http-kernel": "<4.4"
- },
- "autoload": {
- "psr-4": { "Symfony\\Component\\WebLink\\": "" },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "minimum-stability": "dev"
- }
|