Skip to content

Commit

Permalink
update: Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbruce committed May 19, 2024
1 parent bc7e502 commit 5ba3a55
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 162 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"require": {
"php": "^8.1",
"8fold/php-xml-builder": "^2.0",
"psr/http-message": "^1.1",
"psr/http-message": "^1.1 || ^2.0",
"psr/log": "^3.0",
"voku/portable-ascii": "^2.0"
"voku/portable-ascii": "^2.0",
"symfony/finder": "^6.0 || ^7.0"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.0",
"squizlabs/php_codesniffer": "^3.7",
"symfony/finder": "^6.0",
"nyholm/psr7": "^1.8",
"nyholm/psr7-server": "^1.0"
"nyholm/psr7-server": "^1.1"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 5ba3a55

Please sign in to comment.