Made this a composer project
This commit is contained in:
		
							
								
								
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -1 +1,2 @@ | ||||
| /nbproject/private/ | ||||
| /nbproject/private/ | ||||
| vendor | ||||
|   | ||||
							
								
								
									
										19
									
								
								composer.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								composer.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | ||||
| { | ||||
|     "name": "gergelypolonkai/smsgateway", | ||||
|     "description": "A JSON-RPC based SMS gateway", | ||||
|     "autoload": { | ||||
|     	"psr-0": { "": "src/" } | ||||
|     }, | ||||
|     "require": { | ||||
|         "symfony/class-loader": "v2.1.2", | ||||
|         "symfony/http-foundation": "v2.1.2", | ||||
|         "symfony/routing": "v2.1.2" | ||||
|     }, | ||||
|     "minimum-stability": "dev", | ||||
|     "authors": [ | ||||
|         { | ||||
|             "name": "Gergely Polonkai", | ||||
|             "email": "gergely@polonkai.eu" | ||||
|         } | ||||
|     ] | ||||
| } | ||||
							
								
								
									
										169
									
								
								composer.lock
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										169
									
								
								composer.lock
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,169 @@ | ||||
| { | ||||
|     "hash": "193ba730886d4f4fc2fb6f618f18af31", | ||||
|     "packages": [ | ||||
|         { | ||||
|             "name": "symfony/class-loader", | ||||
|             "version": "v2.1.2", | ||||
|             "target-dir": "Symfony/Component/ClassLoader", | ||||
|             "source": { | ||||
|                 "type": "git", | ||||
|                 "url": "https://github.com/symfony/ClassLoader", | ||||
|                 "reference": "v2.1.2" | ||||
|             }, | ||||
|             "dist": { | ||||
|                 "type": "zip", | ||||
|                 "url": "https://github.com/symfony/ClassLoader/zipball/v2.1.2", | ||||
|                 "reference": "v2.1.2", | ||||
|                 "shasum": "" | ||||
|             }, | ||||
|             "require": { | ||||
|                 "php": ">=5.3.3" | ||||
|             }, | ||||
|             "require-dev": { | ||||
|                 "symfony/finder": "2.1.*" | ||||
|             }, | ||||
|             "time": "2012-09-01 01:02:36", | ||||
|             "type": "library", | ||||
|             "extra": { | ||||
|                 "branch-alias": { | ||||
|                     "dev-master": "2.1-dev" | ||||
|                 } | ||||
|             }, | ||||
|             "installation-source": "dist", | ||||
|             "autoload": { | ||||
|                 "psr-0": { | ||||
|                     "Symfony\\Component\\ClassLoader": "" | ||||
|                 } | ||||
|             }, | ||||
|             "license": [ | ||||
|                 "MIT" | ||||
|             ], | ||||
|             "authors": [ | ||||
|                 { | ||||
|                     "name": "Fabien Potencier", | ||||
|                     "email": "fabien@symfony.com" | ||||
|                 }, | ||||
|                 { | ||||
|                     "name": "Symfony Community", | ||||
|                     "homepage": "http://symfony.com/contributors" | ||||
|                 } | ||||
|             ], | ||||
|             "description": "Symfony ClassLoader Component", | ||||
|             "homepage": "http://symfony.com" | ||||
|         }, | ||||
|         { | ||||
|             "name": "symfony/http-foundation", | ||||
|             "version": "v2.1.2", | ||||
|             "target-dir": "Symfony/Component/HttpFoundation", | ||||
|             "source": { | ||||
|                 "type": "git", | ||||
|                 "url": "https://github.com/symfony/HttpFoundation", | ||||
|                 "reference": "v2.1.2" | ||||
|             }, | ||||
|             "dist": { | ||||
|                 "type": "zip", | ||||
|                 "url": "https://github.com/symfony/HttpFoundation/zipball/v2.1.2", | ||||
|                 "reference": "v2.1.2", | ||||
|                 "shasum": "" | ||||
|             }, | ||||
|             "require": { | ||||
|                 "php": ">=5.3.3" | ||||
|             }, | ||||
|             "time": "2012-09-18 12:09:52", | ||||
|             "type": "library", | ||||
|             "extra": { | ||||
|                 "branch-alias": { | ||||
|                     "dev-master": "2.1-dev" | ||||
|                 } | ||||
|             }, | ||||
|             "installation-source": "dist", | ||||
|             "autoload": { | ||||
|                 "psr-0": { | ||||
|                     "Symfony\\Component\\HttpFoundation": "", | ||||
|                     "SessionHandlerInterface": "Symfony/Component/HttpFoundation/Resources/stubs" | ||||
|                 } | ||||
|             }, | ||||
|             "license": [ | ||||
|                 "MIT" | ||||
|             ], | ||||
|             "authors": [ | ||||
|                 { | ||||
|                     "name": "Fabien Potencier", | ||||
|                     "email": "fabien@symfony.com" | ||||
|                 }, | ||||
|                 { | ||||
|                     "name": "Symfony Community", | ||||
|                     "homepage": "http://symfony.com/contributors" | ||||
|                 } | ||||
|             ], | ||||
|             "description": "Symfony HttpFoundation Component", | ||||
|             "homepage": "http://symfony.com" | ||||
|         }, | ||||
|         { | ||||
|             "name": "symfony/routing", | ||||
|             "version": "v2.1.2", | ||||
|             "target-dir": "Symfony/Component/Routing", | ||||
|             "source": { | ||||
|                 "type": "git", | ||||
|                 "url": "https://github.com/symfony/Routing", | ||||
|                 "reference": "v2.1.2" | ||||
|             }, | ||||
|             "dist": { | ||||
|                 "type": "zip", | ||||
|                 "url": "https://github.com/symfony/Routing/zipball/v2.1.2", | ||||
|                 "reference": "v2.1.2", | ||||
|                 "shasum": "" | ||||
|             }, | ||||
|             "require": { | ||||
|                 "php": ">=5.3.3" | ||||
|             }, | ||||
|             "require-dev": { | ||||
|                 "symfony/config": "2.1.*", | ||||
|                 "symfony/yaml": "2.1.*", | ||||
|                 "symfony/http-kernel": "2.1.*", | ||||
|                 "doctrine/common": ">=2.2,<2.4-dev" | ||||
|             }, | ||||
|             "suggest": { | ||||
|                 "symfony/config": "2.1.*", | ||||
|                 "symfony/yaml": "2.1.*", | ||||
|                 "doctrine/common": ">=2.2,<2.4-dev" | ||||
|             }, | ||||
|             "time": "2012-09-10 08:53:42", | ||||
|             "type": "library", | ||||
|             "extra": { | ||||
|                 "branch-alias": { | ||||
|                     "dev-master": "2.1-dev" | ||||
|                 } | ||||
|             }, | ||||
|             "installation-source": "dist", | ||||
|             "autoload": { | ||||
|                 "psr-0": { | ||||
|                     "Symfony\\Component\\Routing": "" | ||||
|                 } | ||||
|             }, | ||||
|             "license": [ | ||||
|                 "MIT" | ||||
|             ], | ||||
|             "authors": [ | ||||
|                 { | ||||
|                     "name": "Fabien Potencier", | ||||
|                     "email": "fabien@symfony.com" | ||||
|                 }, | ||||
|                 { | ||||
|                     "name": "Symfony Community", | ||||
|                     "homepage": "http://symfony.com/contributors" | ||||
|                 } | ||||
|             ], | ||||
|             "description": "Symfony Routing Component", | ||||
|             "homepage": "http://symfony.com" | ||||
|         } | ||||
|     ], | ||||
|     "packages-dev": null, | ||||
|     "aliases": [ | ||||
|  | ||||
|     ], | ||||
|     "minimum-stability": "dev", | ||||
|     "stability-flags": [ | ||||
|  | ||||
|     ] | ||||
| } | ||||
		Reference in New Issue
	
	Block a user