Skip to content

Commit

Permalink
Merge pull request #30 from nguyenanhung/v4.x
Browse files Browse the repository at this point in the history
Release version 4.0.0
  • Loading branch information
nguyenanhung authored Apr 2, 2024
2 parents 291864e + 6d6cca4 commit aea746e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
}
],
"require": {
"php": ">=7.0",
"php": "^8.0 || ^7.0",
"ext-openssl": "*",
"paragonie/sodium_compat": "^1.17",
"paragonie/sodium_compat": "^1.20",
"ircmaxell/password-compat": "^1.0",
"symfony/security-csrf": "^5.3 || ^4.4 || ^3.4",
"symfony/security-csrf": "^7.0 || ^6.4 || ^5.4 || ^4.4 || ^3.4",
"ezyang/htmlpurifier": "^4.13",
"phpseclib/phpseclib": "^3.0",
"phpseclib/mcrypt_compat": "^2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/ProjectInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
interface ProjectInterface
{
const VERSION = '3.1.3';
const VERSION = '4.0.0';
const USE_BENCHMARK = true;

/**
Expand Down

0 comments on commit aea746e

Please sign in to comment.