Skip to content

Commit

Permalink
Merge pull request #9 from tiny-blocks/bugfix/composer
Browse files Browse the repository at this point in the history
fix: Adjusts version of dependencies in composer.json.
  • Loading branch information
gustavofreze committed Jun 13, 2023
2 parents d2dcff3 + b94171f commit 8872a4a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
},
"require": {
"php": "^8.1||^8.2",
"tiny-blocks/serializer": "1.*",
"psr/http-message": "2.*",
"tiny-blocks/serializer": "^1.0",
"psr/http-message": "^1.1",
"ext-mbstring": "*"
},
"require-dev": {
"infection/infection": "0.*",
"phpmd/phpmd": "2.*",
"phpunit/phpunit": "9.*",
"squizlabs/php_codesniffer": "3.*"
"infection/infection": "^0.27",
"phpmd/phpmd": "^2.13",
"phpunit/phpunit": "^9.6",
"squizlabs/php_codesniffer": "^3.7"
},
"suggest": {
"ext-mbstring": "Provides multibyte-specific string functions that help us deal with multibyte encodings in PHP."
Expand Down

0 comments on commit 8872a4a

Please sign in to comment.