Skip to content

Commit ce883b4

Browse files
committed
Update .gitignore and composer dependencies
1 parent bd99225 commit ce883b4

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
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

+4-7
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,13 @@
3838
}
3939
},
4040
"require": {
41-
"php": "^7.4 || ^8.0",
42-
"babenkoivan/elastic-scout-driver": "v4.x-dev",
43-
"babenkoivan/elastic-adapter": "v4.x-dev"
41+
"php": "^8.2",
42+
"babenkoivan/elastic-scout-driver": "^4.0"
4443
},
4544
"require-dev": {
4645
"phpunit/phpunit": "^11.0",
4746
"orchestra/testbench": "^9.0",
48-
"babenkoivan/elastic-migrations": "v4.x-dev",
47+
"babenkoivan/elastic-migrations": "^4.0",
4948
"laravel/scout": "^10.0",
5049
"friendsofphp/php-cs-fixer": "^3.14",
5150
"phpstan/phpstan": "^1.10",
@@ -63,7 +62,5 @@
6362
"Elastic\\ScoutDriverPlus\\ServiceProvider"
6463
]
6564
}
66-
},
67-
"minimum-stability": "dev",
68-
"prefer-stable" : true
65+
}
6966
}

0 commit comments

Comments
 (0)