Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
azjezz committed Oct 30, 2020
1 parent ec6de2f commit 5d4e566
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
}
],
"require": {
"php": "^7.4 | ^8.0",
"php": "^7.4 || ^8.0",
"ext-bcmath": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-sodium": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^9.4",
"php-coveralls/php-coveralls": "^2.4",
"friendsofphp/php-cs-fixer": "^2.16",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "dev-master"
"vimeo/psalm": "^4.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5d4e566

Please sign in to comment.