mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 01:09:41 +00:00 
			
		
		
		
	Implemented doctrine ENUM types
This commit is contained in:
		| @@ -5,6 +5,7 @@ | ||||
|         "php": "^7.1.3", | ||||
|         "ext-ctype": "*", | ||||
|         "ext-iconv": "*", | ||||
|         "fresh/doctrine-enum-bundle": "~6.2", | ||||
|         "friendsofsymfony/user-bundle": "~2.1", | ||||
|         "knplabs/knp-menu-bundle": "^2.0", | ||||
|         "sensio/framework-extra-bundle": "^5.1", | ||||
|   | ||||
							
								
								
									
										82
									
								
								application/composer.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										82
									
								
								application/composer.lock
									
									
									
										generated
									
									
									
								
							| @@ -4,7 +4,7 @@ | ||||
|         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", | ||||
|         "This file is @generated automatically" | ||||
|     ], | ||||
|     "content-hash": "e13afdbcd385c77e0ce9b734cf02f8c0", | ||||
|     "content-hash": "d49903ff1dc85f65ca277d339dac5d5e", | ||||
|     "packages": [ | ||||
|         { | ||||
|             "name": "doctrine/annotations", | ||||
| @@ -1281,6 +1281,86 @@ | ||||
|             ], | ||||
|             "time": "2016-10-17T18:31:11+00:00" | ||||
|         }, | ||||
|         { | ||||
|             "name": "fresh/doctrine-enum-bundle", | ||||
|             "version": "v6.2.1", | ||||
|             "source": { | ||||
|                 "type": "git", | ||||
|                 "url": "https://github.com/fre5h/DoctrineEnumBundle.git", | ||||
|                 "reference": "5ee610a02fdc4b8a0f3073fb2740dfc817ff6424" | ||||
|             }, | ||||
|             "dist": { | ||||
|                 "type": "zip", | ||||
|                 "url": "https://api.github.com/repos/fre5h/DoctrineEnumBundle/zipball/5ee610a02fdc4b8a0f3073fb2740dfc817ff6424", | ||||
|                 "reference": "5ee610a02fdc4b8a0f3073fb2740dfc817ff6424", | ||||
|                 "shasum": "" | ||||
|             }, | ||||
|             "require": { | ||||
|                 "doctrine/common": "^2.8", | ||||
|                 "doctrine/dbal": "^2.6", | ||||
|                 "php": ">=7.1.3", | ||||
|                 "symfony/config": "^4.0", | ||||
|                 "symfony/dependency-injection": "^4.0", | ||||
|                 "symfony/doctrine-bridge": "^4.0", | ||||
|                 "symfony/framework-bundle": "^4.0", | ||||
|                 "symfony/http-kernel": "^4.0", | ||||
|                 "symfony/validator": "^4.0", | ||||
|                 "twig/twig": "~2.4" | ||||
|             }, | ||||
|             "require-dev": { | ||||
|                 "escapestudios/symfony2-coding-standard": "^3.4", | ||||
|                 "phpstan/phpstan": "^0.9", | ||||
|                 "phpunit/phpunit": "^7.1", | ||||
|                 "squizlabs/php_codesniffer": "^3.2", | ||||
|                 "symfony/form": "^4.0" | ||||
|             }, | ||||
|             "type": "symfony-bundle", | ||||
|             "extra": { | ||||
|                 "branch-alias": { | ||||
|                     "dev-master": "6.x-dev" | ||||
|                 } | ||||
|             }, | ||||
|             "autoload": { | ||||
|                 "psr-4": { | ||||
|                     "Fresh\\DoctrineEnumBundle\\": "" | ||||
|                 }, | ||||
|                 "exclude-from-classmap": [ | ||||
|                     "/Tests/" | ||||
|                 ] | ||||
|             }, | ||||
|             "notification-url": "https://packagist.org/downloads/", | ||||
|             "license": [ | ||||
|                 "MIT" | ||||
|             ], | ||||
|             "authors": [ | ||||
|                 { | ||||
|                     "name": "Community", | ||||
|                     "homepage": "https://github.com/fre5h/DoctrineEnumBundle/graphs/contributors", | ||||
|                     "role": "Contributors" | ||||
|                 }, | ||||
|                 { | ||||
|                     "name": "Artem Henvald", | ||||
|                     "email": "genvaldartem@gmail.com", | ||||
|                     "role": "Creator" | ||||
|                 } | ||||
|             ], | ||||
|             "description": "Provides support of ENUM type for Doctrine2 in Symfony applications.", | ||||
|             "homepage": "https://github.com/fre5h/DoctrineEnumBundle", | ||||
|             "keywords": [ | ||||
|                 "bundle", | ||||
|                 "dbal", | ||||
|                 "doctrine", | ||||
|                 "entity", | ||||
|                 "enum", | ||||
|                 "mssql", | ||||
|                 "mysql", | ||||
|                 "postgresql", | ||||
|                 "sqlite", | ||||
|                 "symfony", | ||||
|                 "type" | ||||
|             ], | ||||
|             "time": "2018-06-02T09:50:27+00:00" | ||||
|         }, | ||||
|         { | ||||
|             "name": "friendsofsymfony/user-bundle", | ||||
|             "version": "v2.1.2", | ||||
|   | ||||
							
								
								
									
										0
									
								
								application/src/DBAL/Types/.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								application/src/DBAL/Types/.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -86,6 +86,15 @@ | ||||
|     "fig/link-util": { | ||||
|         "version": "1.0.0" | ||||
|     }, | ||||
|     "fresh/doctrine-enum-bundle": { | ||||
|         "version": "6.0", | ||||
|         "recipe": { | ||||
|             "repo": "github.com/symfony/recipes-contrib", | ||||
|             "branch": "master", | ||||
|             "version": "6.0", | ||||
|             "ref": "fab86661c13bc12e4f14f706c86af09912d55bfb" | ||||
|         } | ||||
|     }, | ||||
|     "friendsofphp/php-cs-fixer": { | ||||
|         "version": "2.2", | ||||
|         "recipe": { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user