Initial Drupal 11 with DDEV setup
This commit is contained in:
		
							
								
								
									
										38
									
								
								vendor/symfony/polyfill-iconv/composer.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										38
									
								
								vendor/symfony/polyfill-iconv/composer.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,38 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "symfony/polyfill-iconv",
 | 
			
		||||
    "type": "library",
 | 
			
		||||
    "description": "Symfony polyfill for the Iconv extension",
 | 
			
		||||
    "keywords": ["polyfill", "shim", "compatibility", "portable", "iconv"],
 | 
			
		||||
    "homepage": "https://symfony.com",
 | 
			
		||||
    "license": "MIT",
 | 
			
		||||
    "authors": [
 | 
			
		||||
        {
 | 
			
		||||
            "name": "Nicolas Grekas",
 | 
			
		||||
            "email": "p@tchwork.com"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "Symfony Community",
 | 
			
		||||
            "homepage": "https://symfony.com/contributors"
 | 
			
		||||
        }
 | 
			
		||||
    ],
 | 
			
		||||
    "require": {
 | 
			
		||||
        "php": ">=7.2"
 | 
			
		||||
    },
 | 
			
		||||
    "provide": {
 | 
			
		||||
        "ext-iconv": "*"
 | 
			
		||||
    },
 | 
			
		||||
    "autoload": {
 | 
			
		||||
        "psr-4": { "Symfony\\Polyfill\\Iconv\\": "" },
 | 
			
		||||
        "files": [ "bootstrap.php" ]
 | 
			
		||||
    },
 | 
			
		||||
    "suggest": {
 | 
			
		||||
        "ext-iconv": "For best performance"
 | 
			
		||||
    },
 | 
			
		||||
    "minimum-stability": "dev",
 | 
			
		||||
    "extra": {
 | 
			
		||||
        "thanks": {
 | 
			
		||||
            "name": "symfony/polyfill",
 | 
			
		||||
            "url": "https://github.com/symfony/polyfill"
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user