Skip to content

Commit

Permalink
updated to laravel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bohollo committed Nov 6, 2019
1 parent ae477c2 commit 95ce7f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Laravel Statusable

[![Latest Version on Packagist](https://img.shields.io/packagist/v/omatech/laravel-statusable.svg?style=flat-square)](https://packagist.org/packages/omatech/laravel-statusable)
[![Build Status](https://img.shields.io/travis/omatech/laravel-statusable/master.svg?style=flat-square)](https://travis-ci.org/omatech/laravel-statusable)
[![Quality Score](https://img.shields.io/scrutinizer/g/omatech/laravel-statusable.svg?style=flat-square)](https://scrutinizer-ci.com/g/omatech/laravel-statusable)
[![Total Downloads](https://img.shields.io/packagist/dt/omatech/laravel-statusable.svg?style=flat-square)](https://packagist.org/packages/omatech/laravel-statusable)

Tired of repeating the status control of your models again and again? Well, here it's already done.
Expand Down Expand Up @@ -61,7 +59,6 @@ If you discover any security related issues, please email apons@omatech.com inst

## Credits

- [Christian Bohollo](https://github.com/omatech)
- [All Contributors](../../contributors)

## License
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
}
],
"require": {
"php": "^7.1",
"illuminate/support": "5.8.*|5.7.*"
"php": "^7.2|^7.1",
"illuminate/support": "6.*|5.8.*|5.7.*"
},
"require-dev": {
"orchestra/testbench": "3.8.*",
"phpunit/phpunit": "^7.0"
"orchestra/testbench": "^4.0|3.8.*",
"phpunit/phpunit": "^8.0|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 95ce7f8

Please sign in to comment.