Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Hilsonxhero committed Mar 10, 2023
1 parent 546e747 commit 2120229
Show file tree
Hide file tree
Showing 3 changed files with 6,494 additions and 6 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"search"
],
"homepage": "https://github.com/Hilsonxhero/laravel-elastic-vision",
"license": "MIT",
"authors": [
{
"name": "hilson",
Expand All @@ -25,7 +24,7 @@
"elasticsearch/elasticsearch": "^8.6"
},
"require-dev": {
"phpunit/phpunit": "^9.5.10"
"phpunit/phpunit": "~9.0"
},
"autoload": {
"psr-4": {
Expand All @@ -47,5 +46,10 @@
"Hilsonxhero\\ElasticVision\\Providers\\ServiceProvider"
]
}
},
"config": {
"allow-plugins": {
"infection/extension-installer": false
}
}
}
Loading

0 comments on commit 2120229

Please sign in to comment.