Skip to content

Commit

Permalink
Update elastic-scout-driver and elastic-migration versions
Browse files Browse the repository at this point in the history
  • Loading branch information
babenkoivan committed Jul 28, 2022
1 parent 0927aba commit cb64da8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -39,12 +39,12 @@
},
"require": {
"php": "^7.4 || ^8.0",
"babenkoivan/elastic-scout-driver": "3.x-dev"
"babenkoivan/elastic-scout-driver": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"orchestra/testbench": "^7.5",
"babenkoivan/elastic-migrations": "3.x-dev",
"babenkoivan/elastic-migrations": "^3.0",
"laravel/scout": "^9.4",
"friendsofphp/php-cs-fixer": "^3.8",
"phpstan/phpstan": "^1.6",
@@ -59,6 +59,5 @@
"Elastic\\ScoutDriverPlus\\ServiceProvider"
]
}
},
"minimum-stability": "dev"
}
}

0 comments on commit cb64da8

Please sign in to comment.