mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 09:19:08 +00:00 
			
		
		
		
	Merge pull request #5 from KevinFrantz/dependabot/composer/application/symfony/symfony/http-foundation-4.4.1
Bump symfony/http-foundation from 4.1.12 to 4.4.1 in /application/symfony
This commit is contained in:
		
							
								
								
									
										89
									
								
								application/symfony/composer.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										89
									
								
								application/symfony/composer.lock
									
									
									
										generated
									
									
									
								
							| @@ -3883,30 +3883,31 @@ | ||||
|         }, | ||||
|         { | ||||
|             "name": "symfony/http-foundation", | ||||
|             "version": "v4.1.12", | ||||
|             "version": "v4.4.1", | ||||
|             "source": { | ||||
|                 "type": "git", | ||||
|                 "url": "https://github.com/symfony/http-foundation.git", | ||||
|                 "reference": "b08bbec147e1d2dc01b6bb2e65f6718c0821f507" | ||||
|                 "reference": "8bccc59e61b41963d14c3dbdb23181e5c932a1d5" | ||||
|             }, | ||||
|             "dist": { | ||||
|                 "type": "zip", | ||||
|                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b08bbec147e1d2dc01b6bb2e65f6718c0821f507", | ||||
|                 "reference": "b08bbec147e1d2dc01b6bb2e65f6718c0821f507", | ||||
|                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/8bccc59e61b41963d14c3dbdb23181e5c932a1d5", | ||||
|                 "reference": "8bccc59e61b41963d14c3dbdb23181e5c932a1d5", | ||||
|                 "shasum": "" | ||||
|             }, | ||||
|             "require": { | ||||
|                 "php": "^7.1.3", | ||||
|                 "symfony/mime": "^4.3|^5.0", | ||||
|                 "symfony/polyfill-mbstring": "~1.1" | ||||
|             }, | ||||
|             "require-dev": { | ||||
|                 "predis/predis": "~1.0", | ||||
|                 "symfony/expression-language": "~3.4|~4.0" | ||||
|                 "symfony/expression-language": "^3.4|^4.0|^5.0" | ||||
|             }, | ||||
|             "type": "library", | ||||
|             "extra": { | ||||
|                 "branch-alias": { | ||||
|                     "dev-master": "4.1-dev" | ||||
|                     "dev-master": "4.4-dev" | ||||
|                 } | ||||
|             }, | ||||
|             "autoload": { | ||||
| @@ -3933,7 +3934,7 @@ | ||||
|             ], | ||||
|             "description": "Symfony HttpFoundation Component", | ||||
|             "homepage": "https://symfony.com", | ||||
|             "time": "2019-04-16T06:39:32+00:00" | ||||
|             "time": "2019-11-28T13:33:56+00:00" | ||||
|         }, | ||||
|         { | ||||
|             "name": "symfony/http-kernel", | ||||
| @@ -4155,6 +4156,68 @@ | ||||
|             ], | ||||
|             "time": "2019-01-16T18:35:49+00:00" | ||||
|         }, | ||||
|         { | ||||
|             "name": "symfony/mime", | ||||
|             "version": "v4.4.1", | ||||
|             "source": { | ||||
|                 "type": "git", | ||||
|                 "url": "https://github.com/symfony/mime.git", | ||||
|                 "reference": "010cc488e56cafe5f7494dea70aea93100c234df" | ||||
|             }, | ||||
|             "dist": { | ||||
|                 "type": "zip", | ||||
|                 "url": "https://api.github.com/repos/symfony/mime/zipball/010cc488e56cafe5f7494dea70aea93100c234df", | ||||
|                 "reference": "010cc488e56cafe5f7494dea70aea93100c234df", | ||||
|                 "shasum": "" | ||||
|             }, | ||||
|             "require": { | ||||
|                 "php": "^7.1.3", | ||||
|                 "symfony/polyfill-intl-idn": "^1.10", | ||||
|                 "symfony/polyfill-mbstring": "^1.0" | ||||
|             }, | ||||
|             "conflict": { | ||||
|                 "symfony/mailer": "<4.4" | ||||
|             }, | ||||
|             "require-dev": { | ||||
|                 "egulias/email-validator": "^2.1.10", | ||||
|                 "symfony/dependency-injection": "^3.4|^4.1|^5.0" | ||||
|             }, | ||||
|             "type": "library", | ||||
|             "extra": { | ||||
|                 "branch-alias": { | ||||
|                     "dev-master": "4.4-dev" | ||||
|                 } | ||||
|             }, | ||||
|             "autoload": { | ||||
|                 "psr-4": { | ||||
|                     "Symfony\\Component\\Mime\\": "" | ||||
|                 }, | ||||
|                 "exclude-from-classmap": [ | ||||
|                     "/Tests/" | ||||
|                 ] | ||||
|             }, | ||||
|             "notification-url": "https://packagist.org/downloads/", | ||||
|             "license": [ | ||||
|                 "MIT" | ||||
|             ], | ||||
|             "authors": [ | ||||
|                 { | ||||
|                     "name": "Fabien Potencier", | ||||
|                     "email": "fabien@symfony.com" | ||||
|                 }, | ||||
|                 { | ||||
|                     "name": "Symfony Community", | ||||
|                     "homepage": "https://symfony.com/contributors" | ||||
|                 } | ||||
|             ], | ||||
|             "description": "A library to manipulate MIME messages", | ||||
|             "homepage": "https://symfony.com", | ||||
|             "keywords": [ | ||||
|                 "mime", | ||||
|                 "mime-type" | ||||
|             ], | ||||
|             "time": "2019-11-30T08:27:26+00:00" | ||||
|         }, | ||||
|         { | ||||
|             "name": "symfony/monolog-bridge", | ||||
|             "version": "v4.1.12", | ||||
| @@ -4489,16 +4552,16 @@ | ||||
|         }, | ||||
|         { | ||||
|             "name": "symfony/polyfill-mbstring", | ||||
|             "version": "v1.12.0", | ||||
|             "version": "v1.13.1", | ||||
|             "source": { | ||||
|                 "type": "git", | ||||
|                 "url": "https://github.com/symfony/polyfill-mbstring.git", | ||||
|                 "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17" | ||||
|                 "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f" | ||||
|             }, | ||||
|             "dist": { | ||||
|                 "type": "zip", | ||||
|                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17", | ||||
|                 "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17", | ||||
|                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f", | ||||
|                 "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f", | ||||
|                 "shasum": "" | ||||
|             }, | ||||
|             "require": { | ||||
| @@ -4510,7 +4573,7 @@ | ||||
|             "type": "library", | ||||
|             "extra": { | ||||
|                 "branch-alias": { | ||||
|                     "dev-master": "1.12-dev" | ||||
|                     "dev-master": "1.13-dev" | ||||
|                 } | ||||
|             }, | ||||
|             "autoload": { | ||||
| @@ -4544,7 +4607,7 @@ | ||||
|                 "portable", | ||||
|                 "shim" | ||||
|             ], | ||||
|             "time": "2019-08-06T08:03:45+00:00" | ||||
|             "time": "2019-11-27T14:18:11+00:00" | ||||
|         }, | ||||
|         { | ||||
|             "name": "symfony/polyfill-php72", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user