Skip to content

Commit 541878d

Browse files
committed
Add support for Laravel 5.3
1 parent 2e52088 commit 541878d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The BSD 2-Clause License
2-
Copyright (c) 2015, Daniel Stainback <torann@gmail.com>
2+
Copyright (c) 2015-2016, Daniel Stainback <torann@gmail.com>
33
All rights reserved.
44

55
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"require": {
1717
"php": ">=5.5.9",
18-
"illuminate/support": "5.1.*|5.2.*"
18+
"illuminate/support": "~5.1"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^4.8",

0 commit comments

Comments
 (0)