Skip to content

Commit 2ddbcaf

Browse files
committed
Bump dependencies
1 parent 83ad285 commit 2ddbcaf

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,25 @@
2121
}
2222
},
2323
"require": {
24-
"php": "^8.2",
24+
"php": "^8.3",
2525
"ext-gmp": "*",
2626
"ext-filter": "*",
2727
"ext-mbstring": "*",
2828
"ext-hash": "*",
2929

30-
"guzzlehttp/guzzle": "^7.8",
30+
"guzzlehttp/guzzle": "^7.10",
3131
"psr/http-client": "^1",
3232
"psr/http-message": "^2",
3333
"psr/log": "^3",
3434
"psr/simple-cache": "^3",
35-
"web-token/jwt-library": "^3.4 || ^4.0.2"
35+
"web-token/jwt-library": "^4.1"
3636
},
3737
"require-dev": {
3838
"phpstan/phpstan": "^2.1",
39-
"phpunit/phpunit": "^10 || ^11",
39+
"phpunit/phpunit": "^11 || ^12.3 || ^13",
4040
"rector/rector": "^2.0",
41-
"simplesamlphp/simplesamlphp-test-framework": "^1",
42-
"squizlabs/php_codesniffer": "^3"
41+
"simplesamlphp/simplesamlphp-test-framework": "^1.11",
42+
"squizlabs/php_codesniffer": "^4"
4343
},
4444
"conflict": {
4545
"rector/rector": "2.3.0"

0 commit comments

Comments
 (0)