Skip to content

Commit ebb4f5c

Browse files
committed
fix: Require PHP 8.3 and update web-auth/webauthn-lib to support it
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent e572dce commit ebb4f5c

2 files changed

Lines changed: 748 additions & 170 deletions

File tree

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
},
1919
"require": {
20-
"php": "^8.2",
20+
"php": "^8.3",
2121
"ext-ctype": "*",
2222
"ext-mbstring": "*",
2323
"aws/aws-sdk-php": "^3.376",
@@ -64,17 +64,18 @@
6464
"symfony/polyfill-php82": "^1.32.0",
6565
"symfony/polyfill-php83": "^1.33.0",
6666
"symfony/polyfill-php84": "^1.33.0",
67-
"symfony/polyfill-php85": "^1.33",
67+
"symfony/polyfill-php85": "^1.33.0",
6868
"symfony/process": "^6.4.33",
6969
"symfony/routing": "^6.4.12",
7070
"symfony/translation": "^6.4.4",
7171
"wapmorgan/mp3info": "^0.1.1",
72-
"web-auth/webauthn-lib": "^4.9.1"
72+
"web-auth/webauthn-lib": "^5.3"
7373
},
7474
"replace": {
7575
"symfony/polyfill-php80": "*",
7676
"symfony/polyfill-php81": "*",
7777
"symfony/polyfill-php82": "*",
78+
"symfony/polyfill-php83": "*",
7879
"symfony/polyfill-ctype": "*",
7980
"symfony/polyfill-mbstring": "*"
8081
},

0 commit comments

Comments
 (0)