Skip to content

Commit

Permalink
Update PHP minimum version to 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeySeroshtan committed Apr 26, 2024
1 parent a0b220b commit 647cb45
Show file tree
Hide file tree
Showing 2 changed files with 554 additions and 693 deletions.
6 changes: 3 additions & 3 deletions wrappers/php/VirgilCryptoWrapper/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
}
],
"require": {
"php": "^7.2|^8.0",
"myclabs/php-enum": "^1.7"
"php": "^8.2",
"myclabs/php-enum": "^1.8"
},
"require-dev": {
"phpunit/phpunit": "^8.0"
"phpunit/phpunit": "^11.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 647cb45

Please sign in to comment.