Skip to content

Commit

Permalink
Edit dependencies to support Laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
tantee committed Feb 7, 2021
1 parent 0b3b1d9 commit 937bfbf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "tom-lingham/searchy",
"name": "tantee/laravel-searchy-fork",
"description": "Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching, Levenshtein Distance and more.",
"keywords": ["laravel","search","fuzzy"],
"license": "MIT",
"authors": [
{
"name": "Tom Lingham",
"email": "tjlingham@gmail.com"
"name": "Poompis Pattaranutaporn",
"email": "poompis@yahoo.com"
}
],
"require": {
"php": "^5.5.9 || ^7.0",
"illuminate/support": "^5.1 || ^6.0 || ^7.0"
"php": "^5.5.9 || ^7.0 || ^8.0",
"illuminate/support": "^5.1 || ^6.0 || ^7.0 || ^8.0"
},
"require-dev": {
"graham-campbell/testbench": "^3.4 || ^4.0 || ^5.0",
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.3 || ^7.0"
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.3 || ^7.0 || ^8.0 || ^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 937bfbf

Please sign in to comment.