[COMPOSER] Added predis/predis and updated packages
This commit is contained in:
		
				
					committed by
					
						 Diogo Cordeiro
						Diogo Cordeiro
					
				
			
			
				
	
			
			
			
						parent
						
							0bb35d7e7f
						
					
				
				
					commit
					630a578e1d
				
			
							
								
								
									
										22
									
								
								vendor/symfony/options-resolver/Options.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								vendor/symfony/options-resolver/Options.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,22 @@ | ||||
| <?php | ||||
|  | ||||
| /* | ||||
|  * This file is part of the Symfony package. | ||||
|  * | ||||
|  * (c) Fabien Potencier <fabien@symfony.com> | ||||
|  * | ||||
|  * For the full copyright and license information, please view the LICENSE | ||||
|  * file that was distributed with this source code. | ||||
|  */ | ||||
|  | ||||
| namespace Symfony\Component\OptionsResolver; | ||||
|  | ||||
| /** | ||||
|  * Contains resolved option values. | ||||
|  * | ||||
|  * @author Bernhard Schussek <bschussek@gmail.com> | ||||
|  * @author Tobias Schultze <http://tobion.de> | ||||
|  */ | ||||
| interface Options extends \ArrayAccess, \Countable | ||||
| { | ||||
| } | ||||
		Reference in New Issue
	
	Block a user