Skip to content

Commit

Permalink
Add support for Elastica 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabker committed May 29, 2024
1 parent 9f8e8b8 commit 584c9d9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 4.6.0 (2024-??-??)

- Add support for `ruflin/elastica` 8.x

## 4.5.0 (2024-04-10)

- Add support for `doctrine/phpcr-odm` 2.x
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"phpstan/phpstan-phpunit": "1.4.0",
"phpunit/phpunit": "10.5.20",
"rector/rector": "1.1.0",
"ruflin/elastica": "^7.3",
"ruflin/elastica": "^7.3 || ^8.0",
"solarium/solarium": "^6.2",
"symfony/cache": "^5.4 || ^6.3 || ^7.0",
"twig/twig": "^2.13 || ^3.0"
Expand Down Expand Up @@ -69,7 +69,8 @@
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
"phpstan/extension-installer": true
"phpstan/extension-installer": true,
"php-http/discovery": false
}
},
"minimum-stability": "dev"
Expand Down
7 changes: 6 additions & 1 deletion lib/Adapter/Elastica/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"require": {
"php": "^8.1",
"pagerfanta/core": "^4.0",
"ruflin/elastica": "^7.3"
"ruflin/elastica": "^7.3 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^10.5"
Expand All @@ -20,5 +20,10 @@
"Tests/"
]
},
"config": {
"allow-plugins": {
"php-http/discovery": false
}
},
"minimum-stability": "dev"
}

0 comments on commit 584c9d9

Please sign in to comment.