Skip to content

Commit

Permalink
Merge branch '5.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
sineld committed Sep 8, 2016
2 parents 2e53ecf + e3d399a commit 0441b54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This package is heavily inspirated from [alexdover/blade-set](https://github.com

A very simple blade extension which allows variables to be set within blade templates.

This version is for Laravel 5.2.
This version is for Laravel 5.3 and should work with latest version of Laravel, if don't please mail me.

See master branch for latest release of Laravel.

Expand Down Expand Up @@ -80,7 +80,7 @@ An example where setting and keeping track of a variable inside a template using
Require this package in your `composer.json`.

```php
"sineld/bladeset": "5.2.*@dev"
"sineld/bladeset": "5.3.*@dev"
```

Update composer. This will download the package.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}],
"require": {
"php": ">=5.5.9",
"illuminate/support": "5.2.*"
"illuminate/support": "^5.3"
},
"support": {
"issues": "https://github.com/sineld/bladeset/issues"
Expand Down

0 comments on commit 0441b54

Please sign in to comment.