Skip to content

Commit

Permalink
Merge pull request #80 from valantic/elastica8
Browse files Browse the repository at this point in the history
Elastica 8
  • Loading branch information
limenet authored Jun 4, 2024
2 parents 0f94137 + 794c605 commit bb408d5
Show file tree
Hide file tree
Showing 3 changed files with 735 additions and 28 deletions.
14 changes: 6 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
"ext-json": "*",
"pimcore/pimcore": "^11.0",
"psr/log": "^3.0",
"ruflin/elastica": "8.0.0-alpha1",
"ruflin/elastica": "^8.0.0",
"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.67",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-strict-rules": "^1.5.5",
"rector/rector": "^1.0.4",
"phpstan/phpstan": "^1.11.2",
"phpstan/phpstan-deprecation-rules": "^1.2.0",
"phpstan/phpstan-strict-rules": "^1.6.0",
"rector/rector": "^1.1.0",
"roave/security-advisories": "dev-latest",
"sentry/sentry": "^3.22.1",
"sentry/sentry": "^4.7",
"symfony/http-client": "^6.4.7"
},
"license": "MIT",
Expand Down Expand Up @@ -77,8 +77,6 @@
"./vendor/bin/rector process src"
]
},
"prefer-stable": true,
"minimum-stability": "dev",
"config": {
"sort-packages": true,
"allow-plugins": {
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.55.0"
"friendsofphp/php-cs-fixer": "^3.58.1"
}
}
Loading

0 comments on commit bb408d5

Please sign in to comment.