Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
iampersistent committed Jan 16, 2013
0 parents commit 811fcd6
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
@@ -0,0 +1,5 @@
VespolinaBilling
================
[![Build Status](https://travis-ci.org/vespolina/VespolinaBilling.png?branch=master)](https://travis-ci.org/vespolina/Vespolina)


27 changes: 27 additions & 0 deletions composer.json
@@ -0,0 +1,27 @@
{
"name": "vespolina/billing",
"type": "library",
"description": "Vespolina Billing.",
"keywords": ["vespolina", "billing", "ecommerce"],
"homepage": "http://vespolina-project.org",
"license": "MIT",
"authors": [
{
"name": "Vespolina Team",
"homepage": "https://github.com/vespolina/VespolinaPartner/contributors"
}
],
"require": {
"php": ">=5.3.2",
"vespolina/core": "*"
},
"require-dev": {
"doctrine/mongodb-odm-bundle": "2.2.*"
},
"minimum-stability": "dev",
"autoload": {
"psr-0": {
"Vespolina": "lib/"
}
}
}
9 changes: 9 additions & 0 deletions phpunit.xml.dist
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>

<phpunit colors="true" bootstrap="tests/bootstrap.php">
<testsuites>
<testsuite name="Vespolina Billing">
<directory suffix="Test.php">./tests</directory>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit 811fcd6

Please sign in to comment.