Skip to content

Commit

Permalink
Move response to Symfony bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid committed Apr 25, 2020
1 parent f10c599 commit 322ade7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
3 changes: 0 additions & 3 deletions README.md
Expand Up @@ -72,9 +72,6 @@ echo $qrCode->writeString();
// Save it to a file
$qrCode->writeFile(__DIR__.'/qrcode.png');

// Create a response object
$response = new QrCodeResponse($qrCode);

// Generate a data URI to include image data inline (i.e. inside an <img> tag)
$dataUri = $qrCode->writeDataUri();
```
Expand Down
1 change: 0 additions & 1 deletion composer.json
Expand Up @@ -16,7 +16,6 @@
"ext-gd": "*",
"bacon/bacon-qr-code": "^2.0",
"khanamiryan/qrcode-detector-decoder": "^1.0.2",
"symfony/http-foundation": "^3.4||^4.4||^5.0",
"symfony/options-resolver": "^3.4||^4.4||^5.0",
"symfony/property-access": "^3.4||^4.4||^5.0",
"myclabs/php-enum": "^1.5"
Expand Down
23 changes: 0 additions & 23 deletions src/Response/QrCodeResponse.php

This file was deleted.

0 comments on commit 322ade7

Please sign in to comment.