File tree 3 files changed +12
-5
lines changed
3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` laravel-ownership ` will be documented in this file.
4
4
5
+ ## [ 5.2.0] - 2018-09-09
6
+
7
+ ### Added
8
+
9
+ - ([ #19 ] ( https://github.com/cybercog/laravel-ownership/pull/19 ) ) Laravel 5.7 support
10
+
5
11
## [ 5.1.0] - 2018-02-08
6
12
7
13
### Added
@@ -81,6 +87,7 @@ All notable changes to `laravel-ownership` will be documented in this file.
81
87
82
88
- Initial release
83
89
90
+ [ 5.2.0 ] : https://github.com/cybercog/laravel-ownership/compare/5.1.0...5.2.0
84
91
[ 5.1.0 ] : https://github.com/cybercog/laravel-ownership/compare/5.0.0...5.1.0
85
92
[ 5.0.0 ] : https://github.com/cybercog/laravel-ownership/compare/4.0.0...5.0.0
86
93
[ 4.0.0 ] : https://github.com/cybercog/laravel-ownership/compare/3.1.0...4.0.0
Original file line number Diff line number Diff line change 41
41
},
42
42
"require" : {
43
43
"php" : " ^5.6|^7.0" ,
44
- "illuminate/database" : " ~5.2|~5.3|~5.4|~5.5|~5.6" ,
45
- "illuminate/support" : " ~5.2|~5.3|~5.4|~5.5|~5.6"
44
+ "illuminate/database" : " ~5.2|~5.3|~5.4|~5.5|~5.6|~5.7 " ,
45
+ "illuminate/support" : " ~5.2|~5.3|~5.4|~5.5|~5.6|~5.7 "
46
46
},
47
47
"require-dev" : {
48
48
"friendsofphp/php-cs-fixer" : " ^2.10" ,
49
- "orchestra/database" : " ~3.5.0|~3.6.0" ,
50
- "orchestra/testbench" : " ~3.5.0|~3.6.0" ,
49
+ "mockery/mockery" : " ^1.0" ,
50
+ "orchestra/database" : " ~3.5.0|~3.6.0|~3.7.0" ,
51
+ "orchestra/testbench" : " ~3.5.0|~3.6.0|~3.7.0" ,
51
52
"phpunit/phpunit" : " ^6.0|^7.0"
52
53
},
53
54
"autoload" : {
Original file line number Diff line number Diff line change 8
8
convertWarningsToExceptions =" true"
9
9
processIsolation =" false"
10
10
stopOnFailure =" false"
11
- syntaxCheck =" false"
12
11
verbose =" true"
13
12
>
14
13
<testsuites >
You can’t perform that action at this time.
0 commit comments