Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Commit

Permalink
changed README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsTaFFix committed Jul 7, 2016
1 parent 1743e1a commit 2df8937
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Use ExtJs with Symfony 2

![Build Status](https://travis-ci.org/AmsTaFFix/extjs-bundle.svg?branch=master)

Packagist: https://packagist.org/packages/tpg/extjs-bundle
Packagist: https://packagist.org/packages/amstaffix/extjs-bundle

The aim of this bundle is to ease the intergration between Symfony 2 and ExtJS client side framework. It support
- Dynamic runtime generation of Ext.data.Model based on entities/models implement on the server side.
Expand All @@ -15,19 +15,19 @@ The aim of this bundle is to ease the intergration between Symfony 2 and ExtJS c
Requirement
-----------
Mandatory
- Symfony 2.3.*
- Serializer library from JMS 0.13.*
- Symfony ~2.3
- Serializer library from JMS ~1.0
- Doctrine ORM or ODM
- Generator from Sensio 2.3.*
- Generator from Sensio ~2.3

Optional
- Rest Controller code generator need FOSRestBundle 0.12.*
- Rest Controller code generator need FOSRestBundle ~1.0

Installation
------------
**Using composer**
``` bash
$ composer require tpg/extjs-bundle
$ composer require amstaffix/extjs-bundle
```

**Enabling bundle**
Expand Down

0 comments on commit 2df8937

Please sign in to comment.