27 lines
		
	
	
		
			555 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			555 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "name": "psr/log",
 | 
						|
    "description": "Common interface for logging libraries",
 | 
						|
    "keywords": ["psr", "psr-3", "log"],
 | 
						|
    "homepage": "https://github.com/php-fig/log",
 | 
						|
    "license": "MIT",
 | 
						|
    "authors": [
 | 
						|
        {
 | 
						|
            "name": "PHP-FIG",
 | 
						|
            "homepage": "https://www.php-fig.org/"
 | 
						|
        }
 | 
						|
    ],
 | 
						|
    "require": {
 | 
						|
        "php": ">=8.0.0"
 | 
						|
    },
 | 
						|
    "autoload": {
 | 
						|
        "psr-4": {
 | 
						|
            "Psr\\Log\\": "src"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "extra": {
 | 
						|
        "branch-alias": {
 | 
						|
            "dev-master": "3.x-dev"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |