Skip to content

Commit

Permalink
Update elastic-adapter version
Browse files Browse the repository at this point in the history
  • Loading branch information
babenkoivan committed Jul 27, 2022
1 parent 057ae56 commit c74dadd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Elastic Migrations for Laravel allow you to easily modify and share indices sche
The current version of Elastic Migrations has been tested with the following configuration:

* PHP 7.4-8.0
* Elasticsearch 7.x-9.x
* Elasticsearch 8.x
* Laravel 6.x-9.x

## Installation
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"require": {
"php": "^7.4 || ^8.0",
"babenkoivan/elastic-adapter": "3.x-dev"
"babenkoivan/elastic-adapter": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand All @@ -59,6 +59,5 @@
"Elastic\\Migrations\\ServiceProvider"
]
}
},
"minimum-stability": "dev"
}
}

0 comments on commit c74dadd

Please sign in to comment.