Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
Support for Laravel 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHemery committed Oct 22, 2019
1 parent 27728f6 commit b92a20f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: php
php:
- '7.2'
- '7.3'

install:
- composer install
- composer install
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# laravel-uuid
Eloquent UUID Trait for Laravel 5.7 and 5.8.
Eloquent UUID Trait for Laravel 5.7, 5.8 and 6.0.

[![Travis](https://img.shields.io/travis/JamesHemery/laravel-uuid.svg?style=for-the-badge)](https://travis-ci.org/JamesHemery/laravel-uuid)
[![Total Downloads](https://img.shields.io/packagist/dt/jamesh/laravel-uuid.svg?style=for-the-badge)](https://packagist.org/packages/jamesh/laravel-uuid)
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jamesh/laravel-uuid",
"description": "Eloquent UUID Trait for Laravel 5.7 and 5.8.",
"description": "Eloquent UUID Trait for Laravel 5.7, 5.8 and 6.0.",
"type": "plugin",
"license": "MIT",
"authors": [
Expand All @@ -12,8 +12,8 @@
"minimum-stability": "stable",
"require": {
"php" : "^7.2",
"illuminate/support": "~5.7.0|~5.8.0",
"illuminate/database": "~5.7.0|~5.8.0"
"illuminate/support": "^5.7|^5.8|^6.0",
"illuminate/database": "^5.7|^5.8|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0",
Expand Down

0 comments on commit b92a20f

Please sign in to comment.