mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 09:00:18 +01:00 
			
		
		
		
	Add symfony/filesystem to requires block.
This commit is contained in:
		
							parent
							
								
									ce2da4e270
								
							
						
					
					
						commit
						9d30900798
					
				@ -6,7 +6,8 @@
 | 
				
			|||||||
    "type": "library",
 | 
					    "type": "library",
 | 
				
			||||||
    "keywords": ["deployment"],
 | 
					    "keywords": ["deployment"],
 | 
				
			||||||
    "require": {
 | 
					    "require": {
 | 
				
			||||||
        "php": ">=5.3"
 | 
					        "php": ">=5.3",
 | 
				
			||||||
 | 
					        "symfony/filesystem": ">=2.1.0,<=2.6.0"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "autoload": {
 | 
					    "autoload": {
 | 
				
			||||||
        "psr-4": {
 | 
					        "psr-4": {
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										66
									
								
								composer.lock
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										66
									
								
								composer.lock
									
									
									
										generated
									
									
									
										Normal file
									
								
							@ -0,0 +1,66 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					    "_readme": [
 | 
				
			||||||
 | 
					        "This file locks the dependencies of your project to a known state",
 | 
				
			||||||
 | 
					        "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
 | 
				
			||||||
 | 
					        "This file is @generated automatically"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
 | 
					    "hash": "e7a3fa9a09b1ab45ed140d6813a94262",
 | 
				
			||||||
 | 
					    "packages": [
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            "name": "symfony/filesystem",
 | 
				
			||||||
 | 
					            "version": "v2.5.6",
 | 
				
			||||||
 | 
					            "target-dir": "Symfony/Component/Filesystem",
 | 
				
			||||||
 | 
					            "source": {
 | 
				
			||||||
 | 
					                "type": "git",
 | 
				
			||||||
 | 
					                "url": "https://github.com/symfony/Filesystem.git",
 | 
				
			||||||
 | 
					                "reference": "4e62fab0060a826561c78b665925b37c870c45f5"
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
 | 
					            "dist": {
 | 
				
			||||||
 | 
					                "type": "zip",
 | 
				
			||||||
 | 
					                "url": "https://api.github.com/repos/symfony/Filesystem/zipball/4e62fab0060a826561c78b665925b37c870c45f5",
 | 
				
			||||||
 | 
					                "reference": "4e62fab0060a826561c78b665925b37c870c45f5",
 | 
				
			||||||
 | 
					                "shasum": ""
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
 | 
					            "require": {
 | 
				
			||||||
 | 
					                "php": ">=5.3.3"
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
 | 
					            "type": "library",
 | 
				
			||||||
 | 
					            "extra": {
 | 
				
			||||||
 | 
					                "branch-alias": {
 | 
				
			||||||
 | 
					                    "dev-master": "2.5-dev"
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
 | 
					            "autoload": {
 | 
				
			||||||
 | 
					                "psr-0": {
 | 
				
			||||||
 | 
					                    "Symfony\\Component\\Filesystem\\": ""
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
 | 
					            "notification-url": "https://packagist.org/downloads/",
 | 
				
			||||||
 | 
					            "license": [
 | 
				
			||||||
 | 
					                "MIT"
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "authors": [
 | 
				
			||||||
 | 
					                {
 | 
				
			||||||
 | 
					                    "name": "Symfony Community",
 | 
				
			||||||
 | 
					                    "homepage": "http://symfony.com/contributors"
 | 
				
			||||||
 | 
					                },
 | 
				
			||||||
 | 
					                {
 | 
				
			||||||
 | 
					                    "name": "Fabien Potencier",
 | 
				
			||||||
 | 
					                    "email": "fabien@symfony.com"
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "description": "Symfony Filesystem Component",
 | 
				
			||||||
 | 
					            "homepage": "http://symfony.com",
 | 
				
			||||||
 | 
					            "time": "2014-09-22 09:14:18"
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
 | 
					    "packages-dev": [],
 | 
				
			||||||
 | 
					    "aliases": [],
 | 
				
			||||||
 | 
					    "minimum-stability": "stable",
 | 
				
			||||||
 | 
					    "stability-flags": [],
 | 
				
			||||||
 | 
					    "prefer-stable": false,
 | 
				
			||||||
 | 
					    "platform": {
 | 
				
			||||||
 | 
					        "php": ">=5.3"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "platform-dev": []
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user