Skip to content

Commit 11f6c51

Browse files
author
PrivateSniper
committed
v1.0.10
1 parent 7b81667 commit 11f6c51

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [1.0.10] - 2016-11-16
6+
### Changed
7+
- buildData() now also passes user variable if user is logged in.
8+
- Update php version requirements to 5.6.4 to match Laravel 5.3
9+
510
## [1.0.9] - 2016-11-14
611
### Changed
712
- Add validation, job dispatch and auth into base controller.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"keywords": ["laravel", "support"],
1111
"require": {
12-
"php": ">=5.5.0",
12+
"php": ">=5.6.4",
1313
"illuminate/support": "5.*"
1414
},
1515
"require-dev": {

0 commit comments

Comments
 (0)