Skip to content

Commit f379152

Browse files
committed
Update .gitignore and composer dependencies
1 parent be3750e commit f379152

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
},
4040
"require": {
4141
"php": "^8.2",
42-
"babenkoivan/elastic-adapter": "v4.x-dev"
42+
"babenkoivan/elastic-adapter": "^4.0"
4343
},
4444
"require-dev": {
4545
"phpunit/phpunit": "^11.0",
4646
"orchestra/testbench": "^9.0",
47-
"babenkoivan/elastic-migrations": "v4.x-dev",
47+
"babenkoivan/elastic-migrations": "^4.0",
4848
"laravel/scout": "^10.0",
4949
"friendsofphp/php-cs-fixer": "^3.14",
5050
"phpstan/phpstan": "^1.10",
@@ -62,7 +62,5 @@
6262
"Elastic\\ScoutDriver\\ServiceProvider"
6363
]
6464
}
65-
},
66-
"minimum-stability": "dev",
67-
"prefer-stable" : true
65+
}
6866
}

0 commit comments

Comments
 (0)