Skip to content
This repository has been archived by the owner on Aug 28, 2020. It is now read-only.

Commit

Permalink
Add Laravel 6.x support (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
itbm authored Jun 7, 2020
1 parent d86d407 commit 17a1c5a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# End-to-end Mentions in Laravel 5
# End-to-end Mentions in Laravel 5 & 6

[![Build Status](https://travis-ci.org/jameslkingsley/laravel-mentions.svg?branch=master)](https://travis-ci.org/jameslkingsley/laravel-mentions)

Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jameslkingsley/laravel-mentions",
"description": "End-to-end mentions in Laravel 5.",
"description": "End-to-end mentions in Laravel 5 & 6.",
"keywords": [
"laravel",
"mentions"
Expand All @@ -16,16 +16,16 @@
}
],
"require": {
"php": "^7.1",
"illuminate/support": "^5.5",
"illuminate/database": "^5.5",
"illuminate/http": "^5.5",
"illuminate/routing": "^5.5"
"php": ">=7.2.0",
"illuminate/support": "^5.5|^6.0",
"illuminate/database": "^5.5|^6.0",
"illuminate/http": "^5.5|^6.0",
"illuminate/routing": "^5.5|^6.0"
},
"require-dev": {
"fzaninotto/faker": "^1.4",
"mockery/mockery": "^0.9",
"phpunit/phpunit": "6.3",
"phpunit/phpunit": "6.3|^7.0",
"orchestra/testbench": "3.5"
},
"autoload": {
Expand Down

0 comments on commit 17a1c5a

Please sign in to comment.