Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit ee924b5

Browse files
committed
Changed package name
1 parent 4d90035 commit ee924b5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "elasticsearch/serverless",
2+
"name": "elastic/elasticsearch-serverless",
33
"description": "PHP Client for Elasticsearch serverless",
44
"keywords": [
55
"search",
@@ -26,7 +26,8 @@
2626
"nyholm/psr7": "^1.5",
2727
"php-http/mock-client": "^1.5",
2828
"symfony/http-client": "^5.0|^6.0",
29-
"php-http/message-factory": "^1.1"
29+
"php-http/message-factory": "^1.1",
30+
"symfony/yaml": "^5.0"
3031
},
3132
"autoload": {
3233
"psr-4": {

0 commit comments

Comments
 (0)