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 e7a3e64 commit 3a1fbb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"require": {
"php": "^8.2",
"babenkoivan/elastic-client": "v3.x-dev"
"babenkoivan/elastic-client": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^11.0",
Expand Down

0 comments on commit 3a1fbb2

Please sign in to comment.