Skip to content

Commit 3a1fbb2

Browse files
committed
Update .gitignore and composer dependencies
1 parent e7a3e64 commit 3a1fbb2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/vendor
44
/composer.lock
55
/phpunit.xml
6+
/.phpunit.cache
67
/.phpunit.result.cache
78
/.php_cs
89
/.php_cs.cache

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"require": {
4040
"php": "^8.2",
41-
"babenkoivan/elastic-client": "v3.x-dev"
41+
"babenkoivan/elastic-client": "^3.0"
4242
},
4343
"require-dev": {
4444
"phpunit/phpunit": "^11.0",

0 commit comments

Comments
 (0)