Skip to content

Commit

Permalink
updated model
Browse files Browse the repository at this point in the history
  • Loading branch information
vasildakov committed Dec 27, 2023
1 parent 33bb6dd commit d245633
Show file tree
Hide file tree
Showing 13 changed files with 803 additions and 186 deletions.
14 changes: 8 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,18 @@
"minimum-stability": "dev",
"require": {
"php": ">=8.2",
"psr/http-message": "^2.0",
"psr/http-factory": "^1.0",
"psr/http-client": "^1.0",
"doctrine/collections": "^2.1",
"fig/http-message-util": "^1.1",
"guzzlehttp/guzzle": "^7.7",
"guzzlehttp/psr7": "^2.5",
"jms/serializer": "^3.29",
"laminas/laminas-diactoros": "^3.0",
"php-http/curl-client": "^2.3",
"guzzlehttp/psr7": "^2.5",
"php-http/message": "^1.13",
"php-http/discovery": "^1.14",
"guzzlehttp/guzzle": "^7.7"
"php-http/message": "^1.13",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "dev-master",
Expand Down
Loading

0 comments on commit d245633

Please sign in to comment.