Skip to content

Commit

Permalink
Update package requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Jacob committed Jun 23, 2016
1 parent 677bd04 commit b33f8d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Add mustache-l4 as a dependency to your `composer.json` file
```json
"require": {
"laravel/framework": "4.0.*",
"conarwelsh/mustache-l4": "dev-master"
"conarwelsh/mustache-l4": "1.0.*"
}
```

Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "conarwelsh/mustache-l4",
"type": "library",
"version": "1.0.0",
"description": "A Mustache.php wrapper for Laravel 4",
"keywords": ["laravel", "laravel 4", "mustache", "php"],
"homepage": "https://github.com/conarwelsh/mustache-l4",
Expand All @@ -14,12 +15,12 @@
"require": {
"php": ">=5.3.0",
"illuminate/support": "~4",
"mustache/mustache": "dev-master"
"mustache/mustache": "2.6.*"
},
"autoload": {
"psr-0": {
"Conarwelsh\\MustacheL4": "src/"
}
},
"minimum-stability": "dev"
"minimum-stability": "stable"
}

0 comments on commit b33f8d2

Please sign in to comment.