26 lines
		
	
	
		
			514 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			26 lines
		
	
	
		
			514 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								    "name": "psr/cache",
							 | 
						||
| 
								 | 
							
								    "description": "Common interface for caching libraries",
							 | 
						||
| 
								 | 
							
								    "keywords": ["psr", "psr-6", "cache"],
							 | 
						||
| 
								 | 
							
								    "license": "MIT",
							 | 
						||
| 
								 | 
							
								    "authors": [
							 | 
						||
| 
								 | 
							
								        {
							 | 
						||
| 
								 | 
							
								            "name": "PHP-FIG",
							 | 
						||
| 
								 | 
							
								            "homepage": "https://www.php-fig.org/"
							 | 
						||
| 
								 | 
							
								        }
							 | 
						||
| 
								 | 
							
								    ],
							 | 
						||
| 
								 | 
							
								    "require": {
							 | 
						||
| 
								 | 
							
								        "php": ">=8.0.0"
							 | 
						||
| 
								 | 
							
								    },
							 | 
						||
| 
								 | 
							
								    "autoload": {
							 | 
						||
| 
								 | 
							
								        "psr-4": {
							 | 
						||
| 
								 | 
							
								            "Psr\\Cache\\": "src/"
							 | 
						||
| 
								 | 
							
								        }
							 | 
						||
| 
								 | 
							
								    },
							 | 
						||
| 
								 | 
							
								    "extra": {
							 | 
						||
| 
								 | 
							
								        "branch-alias": {
							 | 
						||
| 
								 | 
							
								            "dev-master": "1.0.x-dev"
							 | 
						||
| 
								 | 
							
								        }
							 | 
						||
| 
								 | 
							
								    }
							 | 
						||
| 
								 | 
							
								}
							 |