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 bd99225 commit ce883b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 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
11 changes: 4 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,13 @@
}
},
"require": {
"php": "^7.4 || ^8.0",
"babenkoivan/elastic-scout-driver": "v4.x-dev",
"babenkoivan/elastic-adapter": "v4.x-dev"
"php": "^8.2",
"babenkoivan/elastic-scout-driver": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^11.0",
"orchestra/testbench": "^9.0",
"babenkoivan/elastic-migrations": "v4.x-dev",
"babenkoivan/elastic-migrations": "^4.0",
"laravel/scout": "^10.0",
"friendsofphp/php-cs-fixer": "^3.14",
"phpstan/phpstan": "^1.10",
Expand All @@ -63,7 +62,5 @@
"Elastic\\ScoutDriverPlus\\ServiceProvider"
]
}
},
"minimum-stability": "dev",
"prefer-stable" : true
}
}

0 comments on commit ce883b4

Please sign in to comment.