File tree 6 files changed +16
-7
lines changed
6 files changed +16
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,4 +4,3 @@ disabled:
4
4
- concat_without_spaces
5
5
- phpdoc_no_package
6
6
- logical_not_operators_with_successor_space
7
- - simplified_null_return
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ before_script:
15
15
- if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-dist --no-interaction; fi
16
16
- if [[ $setup = 'stable' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-stable; fi
17
17
- if [[ $setup = 'lowest' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-lowest --prefer-stable; fi
18
+ - if [ $(phpenv version-name) = '7.3' ]; then composer require laravel/legacy-factories --dev; fi
19
+ - if [ $(phpenv version-name) = '7.4' ]; then composer require laravel/legacy-factories --dev; fi
18
20
19
21
script :
20
22
- ./vendor/bin/phpunit -c phpunit.xml.dist --verbose
Original file line number Diff line number Diff line change @@ -4,11 +4,17 @@ All notable changes to `cybercog/laravel-eloquent-flag` will be documented in th
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 5.2.0] - 2020-09-09
8
+
9
+ ### Added
10
+
11
+ - ([ #69 ] ) Add Laravel 8 support
12
+
7
13
## [ 5.1.2] - 2020-03-06
8
14
9
15
### Added
10
16
11
- - ([ #65 ] ) Add Laravel 7.x support
17
+ - ([ #65 ] ) Add Laravel 7 support
12
18
13
19
## [ 5.1.1] - 2020-02-20
14
20
@@ -284,7 +290,8 @@ All notable changes to `cybercog/laravel-eloquent-flag` will be documented in th
284
290
285
291
- ` is_active ` boolean flag added.
286
292
287
- [ Unreleased ] : https://github.com/cybercog/laravel-eloquent-flag/compare/5.1.2...master
293
+ [ Unreleased ] : https://github.com/cybercog/laravel-eloquent-flag/compare/5.2.0...master
294
+ [ 5.2.0 ] : https://github.com/cybercog/laravel-eloquent-flag/compare/5.1.2...5.2.0
288
295
[ 5.1.2 ] : https://github.com/cybercog/laravel-eloquent-flag/compare/5.1.1...5.1.2
289
296
[ 5.1.1 ] : https://github.com/cybercog/laravel-eloquent-flag/compare/5.1.0...5.1.1
290
297
[ 5.1.0 ] : https://github.com/cybercog/laravel-eloquent-flag/compare/5.0.0...5.1.0
@@ -312,6 +319,7 @@ All notable changes to `cybercog/laravel-eloquent-flag` will be documented in th
312
319
[ 1.2.0 ] : https://github.com/cybercog/laravel-eloquent-flag/compare/1.1.0...1.2.0
313
320
[ 1.1.0 ] : https://github.com/cybercog/laravel-eloquent-flag/compare/1.0.0...1.1.0
314
321
322
+ [ #69 ] : https://github.com/cybercog/laravel-eloquent-flag/pull/69
315
323
[ #65 ] : https://github.com/cybercog/laravel-eloquent-flag/pull/65
316
324
[ #62 ] : https://github.com/cybercog/laravel-eloquent-flag/pull/62
317
325
[ #59 ] : https://github.com/cybercog/laravel-eloquent-flag/pull/59
Original file line number Diff line number Diff line change 3
3
![ cog-laravel-eloquent-flag] ( https://user-images.githubusercontent.com/1849174/53454214-7d38d680-3a37-11e9-953d-8daee98fb087.png )
4
4
5
5
<p align =" center " >
6
+ <a href =" https://discord.gg/rBqKTVT " ><img src =" https://img.shields.io/static/v1?logo=discord&label=&message=Discord&color=36393f&style=flat-square " alt =" Discord " ></a >
6
7
<a href =" https://github.com/cybercog/laravel-eloquent-flag/releases " ><img src =" https://img.shields.io/github/release/cybercog/laravel-eloquent-flag.svg?style=flat-square " alt =" Releases " ></a >
7
8
<a href =" https://travis-ci.org/cybercog/laravel-eloquent-flag " ><img src =" https://img.shields.io/travis/cybercog/laravel-eloquent-flag/master.svg?style=flat-square " alt =" Build Status " ></a >
8
9
<a href =" https://styleci.io/repos/69245607 " ><img src =" https://styleci.io/repos/69245607/shield " alt =" StyleCI " ></a >
Original file line number Diff line number Diff line change 54
54
},
55
55
"require" : {
56
56
"php" : " ^7.1.3" ,
57
- "illuminate/database" : " ^5.8|^6.0|^7.0"
57
+ "illuminate/database" : " ^5.8|^6.0|^7.0|^8.0 "
58
58
},
59
59
"require-dev" : {
60
60
"mockery/mockery" : " ^1.0" ,
61
- "orchestra/database" : " ~3.8.0|^4.0|^5.0" ,
62
- "orchestra/testbench" : " ~3.8.0|^4.0|^5.0" ,
61
+ "orchestra/database" : " ~3.8.0|^4.0|^5.0|^6.0 " ,
62
+ "orchestra/testbench" : " ~3.8.0|^4.0|^5.0|^6.0 " ,
63
63
"phpunit/phpunit" : " ^7.0|^8.0|^9.0"
64
64
},
65
65
"autoload" : {
You can’t perform that action at this time.
0 commit comments