Skip to content

Commit

Permalink
Update dependencies (#48)
Browse files Browse the repository at this point in the history
* Update PHPUnit.

* Symphony 6.0.

* 6.1.

* 6.4
  • Loading branch information
westy92 committed Dec 6, 2023
1 parent 267159a commit 2b0d8e2
Show file tree
Hide file tree
Showing 4 changed files with 431 additions and 652 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@
"require": {
"php": "^8.1",
"guzzlehttp/guzzle": "^7.5",
"symfony/serializer": "^5.4",
"symfony/serializer": "^6.4",
"doctrine/annotations": "^2.0",
"symfony/property-info": "^5.4",
"phpdocumentor/reflection-docblock": "^5.3"
"symfony/property-info": "^6.4",
"phpdocumentor/reflection-docblock": "^5.3",
"symfony/property-access": "^6.4"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^10.5",
"vimeo/psalm": "^5.4"
},
"license": "MIT",
Expand Down

0 comments on commit 2b0d8e2

Please sign in to comment.