Skip to content

Commit

Permalink
update php >=8.1, phpunit ^10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pavog committed Dec 20, 2024
1 parent 05e9d3d commit a9ebdf0
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 146 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
},
"minimum-stability": "stable",
"require": {
"php": ">=8.0",
"php": ">=8.1",
"ext-json": "*"
},
"require-dev": {
"elasticsearch/elasticsearch": "^7.10",
"phpunit/phpunit": "^10.2"
"phpunit/phpunit": "^10.5"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit a9ebdf0

Please sign in to comment.