Created empty repository with empty bundle

This commit is contained in:
Gergely POLONKAI 2012-10-07 00:17:30 +02:00
commit c7896f3818
3 changed files with 701 additions and 0 deletions

6
SmsSenderBundle.php Normal file
View File

@ -0,0 +1,6 @@
<?php
namespace GergelyPolonkai\SmsSenderBundle;
class SmsSenderBundle
{
}

29
composer.json Normal file
View File

@ -0,0 +1,29 @@
{
"name": "gergelypolonkai/smssender-bundle",
"description": "Symfony2 bundle to interact with gergelypolonkai/smssender",
"minimum-stability": "dev",
"type": "symfony-bundle",
"homepage": "https://github.com/gergelypolonkai/smssender-bundle",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/gergelypolonkai/smssender"
}
],
"authors": [
{
"name": "Gergely Polonkai",
"email": "gergely@polonkai.eu"
}
],
"require": {
"symfony/framework-bundle": "2.1.*",
"gergelypolonkai/smssender": "dev-master"
},
"autoload": {
"psr-0": {
"GergelyPolonkai\\SmsSenderBundle": ""
}
},
"target-dir": "GergelyPolonkai/SmsSenderBundle"
}

666
composer.lock generated Normal file
View File

@ -0,0 +1,666 @@
{
"hash": "7aecf665b32ff4b7f37f17e07bb1675d",
"packages": [
{
"name": "doctrine/common",
"version": "2.3.x-dev",
"source": {
"type": "git",
"url": "https://github.com/doctrine/common",
"reference": "bb0aebbf234db52df476a2b473d434745b34221c"
},
"dist": {
"type": "zip",
"url": "https://github.com/doctrine/common/zipball/bb0aebbf234db52df476a2b473d434745b34221c",
"reference": "bb0aebbf234db52df476a2b473d434745b34221c",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"time": "1348120518",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3.x-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Doctrine\\Common": "lib/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com",
"homepage": "http://www.jwage.com/"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com",
"homepage": "http://www.instaclick.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com",
"homepage": "https://github.com/schmittjoh",
"role": "Developer of wrapped JMSSerializerBundle"
}
],
"description": "Common Library for Doctrine projects",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"collections",
"spl",
"eventmanager",
"annotations",
"persistence"
]
},
{
"name": "gergelypolonkai/smssender",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/gergelypolonkai/smssender",
"reference": "f4a45d8a8758c779b5777c277330a1bc11a1e3b3"
},
"dist": {
"type": "zip",
"url": "https://github.com/gergelypolonkai/smssender/zipball/f4a45d8a8758c779b5777c277330a1bc11a1e3b3",
"reference": "f4a45d8a8758c779b5777c277330a1bc11a1e3b3",
"shasum": ""
},
"time": "1349561205",
"type": "library",
"installation-source": "source",
"autoload": {
"psr-0": {
"GergelyPolonkai\\SmsSender": "lib/"
}
},
"license": [
"LGPL"
],
"authors": [
{
"name": "Gergely Polonkai",
"email": "gergely@polonkai.eu"
}
],
"description": "SMS Sender class to interact with gergelypolonkai/smsgateway",
"homepage": "https://github.com/gergelypolonkai/smssender",
"keywords": [
"sms"
],
"support": {
"source": "https://github.com/gergelypolonkai/smssender/tree/master",
"issues": "https://github.com/gergelypolonkai/smssender/issues"
}
},
{
"name": "symfony/config",
"version": "2.1.x-dev",
"target-dir": "Symfony/Component/Config",
"source": {
"type": "git",
"url": "https://github.com/symfony/Config",
"reference": "3f3b6af8930cd6604830de904fda17f60f648cf9"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/Config/zipball/3f3b6af8930cd6604830de904fda17f60f648cf9",
"reference": "3f3b6af8930cd6604830de904fda17f60f648cf9",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"time": "1349363877",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Component\\Config": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony Config Component",
"homepage": "http://symfony.com"
},
{
"name": "symfony/dependency-injection",
"version": "2.1.x-dev",
"target-dir": "Symfony/Component/DependencyInjection",
"source": {
"type": "git",
"url": "https://github.com/symfony/DependencyInjection",
"reference": "1f1b728f9930e20a0441e90221fddf4670791974"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/DependencyInjection/zipball/1f1b728f9930e20a0441e90221fddf4670791974",
"reference": "1f1b728f9930e20a0441e90221fddf4670791974",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"symfony/yaml": "2.1.*",
"symfony/config": "2.1.*"
},
"suggest": {
"symfony/yaml": "2.1.*",
"symfony/config": "2.1.*"
},
"time": "1349363877",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Component\\DependencyInjection": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony DependencyInjection Component",
"homepage": "http://symfony.com"
},
{
"name": "symfony/event-dispatcher",
"version": "2.1.x-dev",
"target-dir": "Symfony/Component/EventDispatcher",
"source": {
"type": "git",
"url": "https://github.com/symfony/EventDispatcher",
"reference": "fb273317c0505ba657aa3d727530d36ae671fb82"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/EventDispatcher/zipball/fb273317c0505ba657aa3d727530d36ae671fb82",
"reference": "fb273317c0505ba657aa3d727530d36ae671fb82",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"symfony/dependency-injection": "2.1.*"
},
"suggest": {
"symfony/dependency-injection": "2.1.*",
"symfony/http-kernel": "2.1.*"
},
"time": "1349363877",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Component\\EventDispatcher": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony EventDispatcher Component",
"homepage": "http://symfony.com"
},
{
"name": "symfony/filesystem",
"version": "2.1.x-dev",
"target-dir": "Symfony/Component/Filesystem",
"source": {
"type": "git",
"url": "https://github.com/symfony/Filesystem",
"reference": "de224eb984501c189e7c5827f38dc47789cdb840"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/Filesystem/zipball/de224eb984501c189e7c5827f38dc47789cdb840",
"reference": "de224eb984501c189e7c5827f38dc47789cdb840",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"time": "1349363877",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Component\\Filesystem": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony Filesystem Component",
"homepage": "http://symfony.com"
},
{
"name": "symfony/framework-bundle",
"version": "2.1.x-dev",
"target-dir": "Symfony/Bundle/FrameworkBundle",
"source": {
"type": "git",
"url": "https://github.com/symfony/FrameworkBundle",
"reference": "9e0485a47916f3e9845fce058fa610effbf66a31"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/FrameworkBundle/zipball/9e0485a47916f3e9845fce058fa610effbf66a31",
"reference": "9e0485a47916f3e9845fce058fa610effbf66a31",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"doctrine/common": ">=2.2,<2.4-dev",
"symfony/dependency-injection": "2.1.*",
"symfony/config": "2.1.*",
"symfony/event-dispatcher": "2.1.*",
"symfony/http-kernel": "2.1.*",
"symfony/filesystem": "2.1.*",
"symfony/routing": "2.1.*",
"symfony/templating": "2.1.*",
"symfony/translation": "2.1.*"
},
"require-dev": {
"symfony/finder": "2.1.*"
},
"suggest": {
"symfony/console": "2.1.*",
"symfony/finder": "2.1.*",
"symfony/form": "2.1.*",
"symfony/validator": "2.1.*"
},
"time": "1349363877",
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Bundle\\FrameworkBundle": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony FrameworkBundle",
"homepage": "http://symfony.com"
},
{
"name": "symfony/http-foundation",
"version": "2.1.x-dev",
"target-dir": "Symfony/Component/HttpFoundation",
"source": {
"type": "git",
"url": "https://github.com/symfony/HttpFoundation",
"reference": "5f18e1d5b901b320d05230aa91934e7d81f64bb4"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/HttpFoundation/zipball/5f18e1d5b901b320d05230aa91934e7d81f64bb4",
"reference": "5f18e1d5b901b320d05230aa91934e7d81f64bb4",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"time": "1349553277",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "source",
"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/http-kernel",
"version": "2.1.x-dev",
"target-dir": "Symfony/Component/HttpKernel",
"source": {
"type": "git",
"url": "https://github.com/symfony/HttpKernel",
"reference": "676a7bb2c6c4d5669ca073cceae3ac393748752a"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/HttpKernel/zipball/676a7bb2c6c4d5669ca073cceae3ac393748752a",
"reference": "676a7bb2c6c4d5669ca073cceae3ac393748752a",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/event-dispatcher": "2.1.*",
"symfony/http-foundation": "2.1.*"
},
"require-dev": {
"symfony/browser-kit": "2.1.*",
"symfony/class-loader": "2.1.*",
"symfony/config": "2.1.*",
"symfony/console": "2.1.*",
"symfony/dependency-injection": "2.1.*",
"symfony/finder": "2.1.*",
"symfony/process": "2.1.*",
"symfony/routing": "2.1.*"
},
"suggest": {
"symfony/browser-kit": "2.1.*",
"symfony/class-loader": "2.1.*",
"symfony/config": "2.1.*",
"symfony/console": "2.1.*",
"symfony/dependency-injection": "2.1.*",
"symfony/finder": "2.1.*"
},
"time": "1349553277",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Component\\HttpKernel": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony HttpKernel Component",
"homepage": "http://symfony.com"
},
{
"name": "symfony/routing",
"version": "2.1.x-dev",
"target-dir": "Symfony/Component/Routing",
"source": {
"type": "git",
"url": "https://github.com/symfony/Routing",
"reference": "0443e2f9a10f49cac77128eb7f11d055fcf4db9d"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/Routing/zipball/0443e2f9a10f49cac77128eb7f11d055fcf4db9d",
"reference": "0443e2f9a10f49cac77128eb7f11d055fcf4db9d",
"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": {
"doctrine/common": ">=2.2,<2.4-dev",
"symfony/config": "2.1.*",
"symfony/yaml": "2.1.*"
},
"time": "1349363877",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "source",
"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"
},
{
"name": "symfony/templating",
"version": "2.1.x-dev",
"target-dir": "Symfony/Component/Templating",
"source": {
"type": "git",
"url": "https://github.com/symfony/Templating",
"reference": "25543fdce183a3f6f3075304f59e08b45ddce451"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/Templating/zipball/25543fdce183a3f6f3075304f59e08b45ddce451",
"reference": "25543fdce183a3f6f3075304f59e08b45ddce451",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"time": "1349363877",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Component\\Templating": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony Templating Component",
"homepage": "http://symfony.com"
},
{
"name": "symfony/translation",
"version": "2.1.x-dev",
"target-dir": "Symfony/Component/Translation",
"source": {
"type": "git",
"url": "https://github.com/symfony/Translation",
"reference": "5467d51dafa4409fe9ed0f7256d9a5d2d8077dbd"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/Translation/zipball/5467d51dafa4409fe9ed0f7256d9a5d2d8077dbd",
"reference": "5467d51dafa4409fe9ed0f7256d9a5d2d8077dbd",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"symfony/config": "2.1.*",
"symfony/yaml": "2.1.*"
},
"suggest": {
"symfony/config": "2.1.*",
"symfony/yaml": "2.1.*"
},
"time": "1349553277",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Component\\Translation": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony Translation Component",
"homepage": "http://symfony.com"
}
],
"packages-dev": null,
"aliases": [
],
"minimum-stability": "dev",
"stability-flags": {
"gergelypolonkai/smssender": 20
}
}