commit d89a7aba8d724c485530e85d79674f3004694d6f Author: fsacado Date: Thu Feb 28 15:51:25 2019 +0100 First commit diff --git a/BillingBundle/BillingBundle.php b/BillingBundle/BillingBundle.php new file mode 100644 index 0000000..993335b --- /dev/null +++ b/BillingBundle/BillingBundle.php @@ -0,0 +1,28 @@ +extension) +// $this->extension = new StorageExtension(); +// return $this->extension; +// } +} diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..4e88699 --- /dev/null +++ b/composer.json @@ -0,0 +1,22 @@ +{ + "name": "bluesquare-packages/symfony-billing", + "description": "Billing bunlde created by Bluesquare Computing", + "keywords": ["template", "composer", "package"], + "license": "proprietary", + "authors": [ + { + "name": "MEIGNANT Loann", + "email": "loann@bluesquare.io" + } + ], + "type": "symfony-bundle", + "require": { + "php": ">=7.1", + "doctrine/event-manager": "*" + }, + "autoload": { + "psr-4": { + "Bluesquare\\BillingBundle\\": "BillingBundle/" + } + } +}