Skip to content

Commit

Permalink
Update minimum requirements to be compatible from php ^7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kpicaza committed Jul 11, 2022
1 parent 402c6bb commit cfb152a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"adlawson/vfs": "^0.12.1",
"mikey179/vfsstream": "^1.6",
"phpcompatibility/php-compatibility": "^9.3",
"phpunit/phpunit": "^9",
"phpunit/phpunit": "^9.5",
"sifophp/sifo-common-instance": "@dev",
"sifophp/sifoweb": "@dev",
"squizlabs/php_codesniffer": "^3.6",
Expand Down
1 change: 0 additions & 1 deletion test/CryptTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use PHPUnit\Framework\TestCase;
use Sifo\Crypt;
use PHPUnit\Framework\TestCase;

class CryptTest extends TestCase
{
Expand Down

0 comments on commit cfb152a

Please sign in to comment.