mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-18 03:05:20 +00:00
:octocat: update phan (https://github.com/phan/phan/issues/5420)
This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: ${{ matrix.php-version }}
|
||||
extensions: ast-1.1.3, var_representation, ${{ env.PHP_EXTENSIONS }}
|
||||
extensions: ast, ${{ env.PHP_EXTENSIONS }}
|
||||
ini-values: ${{ env.PHP_INI_VALUES }}
|
||||
coverage: none
|
||||
|
||||
|
||||
+1
-1
@@ -55,7 +55,7 @@
|
||||
"ext-fileinfo": "*",
|
||||
"chillerlan/php-authenticator": "^5.2.1",
|
||||
"intervention/image": "^3.11",
|
||||
"phan/phan": "6.0.0-beta",
|
||||
"phan/phan": "^6.0.1",
|
||||
"phpbench/phpbench": "^1.4",
|
||||
"phpunit/phpunit": "^11.5",
|
||||
"phpmd/phpmd": "^2.15",
|
||||
|
||||
@@ -65,6 +65,7 @@ $qrcode = new QRCode($options);
|
||||
|
||||
// create a secret and URI, generate the QR Code
|
||||
$secret = $authenticator->createSecret(24);
|
||||
/** @phan-suppress-next-line PhanDeprecatedFunction */
|
||||
$uri = $authenticator->getUri('your authenticator', 'this website');
|
||||
$svg = $qrcode->render($uri);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user