File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ Laravel Likeable Plugin
33
44Important Note: As of version 1.2 I renamed ` Conner\Likeable\LikeableTrait ` to ` Conner\Likeable\Likeable `
55
6- [ ![ Build Status] ( https://travis-ci.org/rtconner/laravel-likeable.svg?branch=laravel-7 )] ( https://travis-ci.org/rtconner/laravel-likeable )
6+ [ ![ Build Status] ( https://travis-ci.org/rtconner/laravel-likeable.svg?branch=laravel-8 )] ( https://travis-ci.org/rtconner/laravel-likeable )
77[ ![ Latest Stable Version] ( https://poser.pugx.org/rtconner/laravel-likeable/v/stable.svg )] ( https://packagist.org/packages/rtconner/laravel-likeable )
88[ ![ License] ( https://poser.pugx.org/rtconner/laravel-likeable/license.svg )] ( https://packagist.org/packages/rtconner/laravel-likeable )
99
1010Trait for Laravel Eloquent models to allow easy implementation of a "like" or "favorite" or "remember" feature.
1111
12- [ Laravel 5/6/7/8 Documentation] ( https://github.com/rtconner/laravel-likeable/tree/laravel-7 )
12+ [ Laravel 5/6/7/8 Documentation] ( https://github.com/rtconner/laravel-likeable/tree/laravel-8 )
1313[ Laravel 4 Documentation] ( https://github.com/rtconner/laravel-likeable/tree/laravel-4 )
1414
1515#### Composer Install
Original file line number Diff line number Diff line change 1111 }
1212 ],
1313 "require" : {
14- "php" : " >=5.6.0 " ,
15- "illuminate/database" : " >=5.0|^6.0|^7.0|^ 8.0" ,
16- "illuminate/support" : " >=5.0|^6.0|^7.0|^ 8.0"
14+ "php" : " ^7.3 " ,
15+ "illuminate/database" : " >=8.0" ,
16+ "illuminate/support" : " >=8.0"
1717 },
1818 "require-dev" : {
19- "orchestra/testbench" : " 5.*| 6.*" ,
20- "phpunit/phpunit" : " 8.*| 9.*" ,
19+ "orchestra/testbench" : " 6.*" ,
20+ "phpunit/phpunit" : " 9.*" ,
2121 "mockery/mockery" : " 1.*"
2222 },
2323 "autoload" : {
4848 ]
4949 }
5050 },
51- "minimum-stability" : " dev"
51+ "minimum-stability" : " dev" ,
52+ "prefer-stable" : true
5253}
You can’t perform that action at this time.
0 commit comments