Skip to content

Commit

Permalink
Merge pull request #152 from Slamdunk/patch-1
Browse files Browse the repository at this point in the history
Backport jwt:4 adaptations and plus operator over numeric-key arrays bugfix
  • Loading branch information
Ocramius committed Feb 1, 2021
2 parents 017a703 + 7ca3083 commit 23a95d0
Show file tree
Hide file tree
Showing 9 changed files with 1,276 additions and 647 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mutation-tests.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
ini-values: memory_limit=-1
ini-values: memory_limit=-1, zend.assertions=1
tools: composer:v1, cs2pr

- name: "Cache dependencies"
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Expand Up @@ -23,23 +23,23 @@
"require": {
"php": "^7.4.7",
"ext-json": "*",
"dflydev/fig-cookies": "^2.0.1",
"lcobucci/jwt": "^3.3.3",
"dflydev/fig-cookies": "^2.0.3",
"lcobucci/jwt": "^3.4.3",
"lcobucci/clock": "^2.0.0",
"psr/http-message": "^1.0.1",
"psr/http-server-handler": "^1.0.1",
"psr/http-server-middleware": "^1.0.1"
},
"require-dev": {
"doctrine/coding-standard": "^8.2.0",
"infection/infection": "^0.17.5",
"laminas/laminas-diactoros": "^2.4.1",
"laminas/laminas-httphandlerrunner": "^1.2.0",
"phpunit/phpunit": "^9.2.6",
"infection/infection": "^0.21.0",
"laminas/laminas-diactoros": "^2.5.0",
"laminas/laminas-httphandlerrunner": "^1.3.0",
"phpunit/phpunit": "^9.5.1",
"psalm/plugin-phpunit": "^0.12.2",
"roave/backward-compatibility-check": "^5.0",
"squizlabs/php_codesniffer": "^3.5.8",
"vimeo/psalm": "^3.13.1"
"vimeo/psalm": "^3.18.2"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 23a95d0

Please sign in to comment.