Skip to content

Commit

Permalink
Elasticsearch 8
Browse files Browse the repository at this point in the history
  • Loading branch information
limenet committed Dec 27, 2023
1 parent 75b3687 commit b8fcf30
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 19 deletions.
12 changes: 9 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,28 @@
"version": "3.1.1",
"description": "Elastica bridge for Pimcore",
"type": "pimcore-bundle",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/coreation/Elastica"
}
],
"require": {
"php": "^8.1",
"ext-json": "*",
"pimcore/pimcore": "^11.0",
"psr/log": "^3.0",
"ruflin/elastica": "^7.1 || 8.x-dev",
"ruflin/elastica": "dev-feature/upgrade-elasticsearch-php-dependency",
"symfony/console": "^6.2",
"symfony/lock": "^6.2"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.49",
"phpstan/phpstan": "^1.10.50",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-strict-rules": "^1.5.2",
"rector/rector": "^0.18.12",
"rector/rector": "^0.18.13",
"roave/security-advisories": "dev-latest",
"sentry/sentry": "^3.22.1",
"symfony/http-client": "^6.4.0"
Expand Down
2 changes: 1 addition & 1 deletion vendor-bin/phpcs/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.41.1"
"friendsofphp/php-cs-fixer": "^3.42.0"
}
}
29 changes: 14 additions & 15 deletions vendor-bin/phpcs/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b8fcf30

Please sign in to comment.