Skip to content

Commit

Permalink
Bump dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Aug 22, 2022
1 parent 595ad06 commit ffea731
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"psr/simple-cache-implementation": "to cache fetched remote public keys"
},
"require-dev": {
"firebase/php-jwt": "^5.3",
"friendsofphp/php-cs-fixer": "^3.0",
"firebase/php-jwt": "^5.5.1",
"friendsofphp/php-cs-fixer": "^3.10",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^0.12.88",
"phpstan/phpstan-phpunit": "^0.12.19",
"phpunit/phpunit": "^9.5",
"rector/rector": "^0.11.16",
"symfony/cache": "^5.3",
"symfony/var-dumper": "^5.3"
"phpstan/phpstan": "^0.12.99",
"phpstan/phpstan-phpunit": "^0.12.22",
"phpunit/phpunit": "^9.5.23",
"rector/rector": "^0.11.60",
"symfony/cache": "^5.4.11",
"symfony/var-dumper": "^5.4.11"
},
"autoload": {
"psr-4": {
Expand All @@ -53,7 +53,10 @@
}
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"phpstan/extension-installer": true
}
},
"funding": [
{
Expand Down

0 comments on commit ffea731

Please sign in to comment.