Skip to content

Commit

Permalink
Update package description.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Dec 12, 2013
1 parent 719e8c1 commit 05237c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions README.md
@@ -1,6 +1,6 @@
Orchestra Platform Facile Component
==============

`Orchestra\Facile` simplify the need to create API based response in your Laravel 4 application.

[![Latest Stable Version](https://poser.pugx.org/orchestra/facile/v/stable.png)](https://packagist.org/packages/orchestra/facile)
Expand All @@ -16,7 +16,7 @@ To install through composer, simply put the following in your `composer.json` fi
```json
{
"require": {
"orchestra/facile": "2.0.*"
"orchestra/facile": "2.1.*@dev"
}
}
```
Expand All @@ -25,9 +25,9 @@ Next add the service provider in `app/config/app.php`.

```php
'providers' => array(

// ...

'Orchestra\Facile\FacileServiceProvider',
),
```
Expand All @@ -45,5 +45,5 @@ You might want to add `Orchestra\Support\Facades\Facile` to class aliases in `ap

## Resources

* [Documentation](http://orchestraplatform.com/docs/2.0/components/facile)
* [Change Log](http://orchestraplatform.com/docs/2.0/components/facile/changes#v2.1)
* [Documentation](http://orchestraplatform.com/docs/latest/components/facile)
* [Change Log](http://orchestraplatform.com/docs/latest/components/facile/changes#v2-1)
8 changes: 4 additions & 4 deletions composer.json
@@ -1,7 +1,7 @@
{
"name": "orchestra/facile",
"description": "Orchestra Platform 2 Facile Component",
"homepage": "http://orchestraplatform.com/docs/2.0/components/facile/",
"homepage": "http://orchestraplatform.com/docs/latest/components/facile/",
"keywords": ["orchestra-platform", "orchestral", "laravel"],
"license": "MIT",
"authors": [
Expand All @@ -12,16 +12,16 @@
}
],
"autoload": {
"psr-0": {
"Orchestra\\Facile" : "src/"
"psr-0": {
"Orchestra\\Facile" : "src/"
}
},
"require": {
"php": ">=5.3.3",
"orchestra/support": "2.1.*"
},
"require-dev": {
"mockery/mockery": "0.8.0",
"mockery/mockery": "0.8.*",
"illuminate/container": "4.1.*",
"illuminate/http": "4.1.*",
"illuminate/pagination": "4.1.*"
Expand Down

0 comments on commit 05237c5

Please sign in to comment.