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 08b2e9c commit f174685
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -18,7 +18,7 @@ To install through composer, simply put the following in your `composer.json` fi
```json
{
"require": {
"orchestra/view": "2.0.*"
"orchestra/view": "2.1.*@dev"
}
}
```
Expand All @@ -27,9 +27,9 @@ Next add the service provider in `app/config/app.php`.

```php
'providers' => array(

// ...

'Orchestra\View\DecoratorServiceProvider',
'Orchestra\View\ViewServiceProvider',
'Orchestra\Memory\MemoryServiceProvider',
Expand All @@ -38,5 +38,5 @@ Next add the service provider in `app/config/app.php`.

## Resources

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

0 comments on commit f174685

Please sign in to comment.