Skip to content

Commit

Permalink
Update .gitignore and composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
babenkoivan committed Jun 18, 2024
1 parent 4556f8e commit a046c8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/vendor
/composer.lock
/phpunit.xml
/.phpunit.cache
/.phpunit.result.cache
/.php_cs
/.php_cs.cache
Expand Down
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"require": {
"php": "^8.2",
"babenkoivan/elastic-adapter": "v4.x-dev"
"babenkoivan/elastic-adapter": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^11.0",
Expand All @@ -62,7 +62,5 @@
"Elastic\\Migrations\\ServiceProvider"
]
}
},
"minimum-stability": "dev",
"prefer-stable" : true
}
}

0 comments on commit a046c8b

Please sign in to comment.