We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b81667 commit 11f6c51Copy full SHA for 11f6c51
CHANGELOG.md
@@ -2,6 +2,11 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
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
+
10
## [1.0.9] - 2016-11-14
11
### Changed
12
- Add validation, job dispatch and auth into base controller.
composer.json
@@ -9,7 +9,7 @@
],
"keywords": ["laravel", "support"],
"require": {
- "php": ">=5.5.0",
+ "php": ">=5.6.4",
13
"illuminate/support": "5.*"
14
},
15
"require-dev": {
0 commit comments