Skip to content

Commit

Permalink
Update dependencies and configuration in composer.json
Browse files Browse the repository at this point in the history
Upgraded the elasticsearch/elasticsearch package to version ^8.15.0. Added php-http/discovery as an allowed plugin in the composer configuration to ensure proper package discovery.
  • Loading branch information
nathanwritescode-uk committed Nov 5, 2024
1 parent 1adfb1e commit ca96d4a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": "^8.2",
"aws/aws-sdk-php": "^3.112",
"elasticsearch/elasticsearch": "^6.1",
"elasticsearch/elasticsearch": "^8.15.0",
"google/apiclient": "^2.2",
"laravel/cashier": "*",
"laravel/framework": "^11.0",
Expand Down Expand Up @@ -83,7 +83,10 @@
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
"optimize-autoloader": true,
"allow-plugins": {
"php-http/discovery": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down

0 comments on commit ca96d4a

Please sign in to comment.