Skip to content

Commit

Permalink
OpenTBS 1.9.7, TBS 3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbence committed Sep 13, 2016
1 parent 2c8c868 commit ecf945f
Show file tree
Hide file tree
Showing 4 changed files with 955 additions and 393 deletions.
20 changes: 5 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ What is special to OpenTBS:
* Works with both PHP 4 and PHP 5.

## Versions included
TinyButStrong - 3.9.0
TinyButStrong - 3.10.1

OpenTBS - 1.9.4
OpenTBS - 1.9.7

## Requirements

Expand All @@ -35,22 +35,12 @@ OpenTBS - 1.9.4

## Installation

### Step 1: Download the bundle using composer

Add the following in your composer.json:
### Setp 0: [Install Composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx)

```json
{
"require": {
"mbence/opentbs-bundle": "dev-master"
}
}
```

Then download / update by running the command:
### Step 1: Download the bundle using composer

``` bash
$ php composer.phar update mbence/opentbs-bundle
> composer require mbence/opentbs-bundle
```

Composer will install the bundle to your project's `vendor/mbence/opentbs-bundle` directory.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mbence/opentbs-bundle",
"type": "symfony-bundle",
"description": "OpenTBS Bundle for Symfony2 - create OpenOffice and Ms Office documents with Symfony",
"description": "OpenTBS Bundle for Symfony - create OpenOffice and Ms Office documents with Symfony",
"keywords": ["symfony","TBS","OpenTBS", "document", "OpenOffice", "MS Office", "odt", "docx", "xlsx", "pptx"],
"homepage": "https://github.com/mbence/OpenTBSBundle",
"license": "MIT",
Expand Down
Loading

0 comments on commit ecf945f

Please sign in to comment.