Skip to content

Commit

Permalink
DEP PHP Support in CMS5 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabina-talipova committed Jan 17, 2023
1 parent f2ff776 commit 113f966
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Expand Up @@ -13,18 +13,18 @@
],
"license": "BSD-3-Clause",
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/mfa": "^4.0",
"silverstripe/siteconfig": "^4.0",
"spomky-labs/otphp": "^10",
"paragonie/constant_time_encoding": "^2.0"
"php": "^8.1",
"silverstripe/mfa": "^5",
"silverstripe/siteconfig": "^5",
"spomky-labs/otphp": "^11",
"paragonie/constant_time_encoding": "^2.6"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.0",
"silverstripe/recipe-testing": "^2",
"silverstripe/webauthn-authenticator": "^4.4",
"silverstripe/frameworktest": "^0.4.2"
"squizlabs/php_codesniffer": "^3",
"silverstripe/recipe-testing": "^3",
"silverstripe/webauthn-authenticator": "^5",
"silverstripe/frameworktest": "^1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 113f966

Please sign in to comment.