Skip to content

Commit

Permalink
#405 - downgrading phpoffice/phpword
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofrewak committed Apr 2, 2024
1 parent 132d801 commit 37012d3
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 68 deletions.
4 changes: 2 additions & 2 deletions app/Http/Controllers/ResumeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

use Illuminate\Http\RedirectResponse;
use Inertia\Response;
use Symfony\Component\HttpFoundation\BinaryFileResponse as BinaryFileResponseAlias;
use Symfony\Component\HttpFoundation\BinaryFileResponse;
use Toby\Domain\ResumeGenerator;
use Toby\Http\Requests\ResumeRequest;
use Toby\Http\Resources\ResumeFormResource;
Expand Down Expand Up @@ -47,7 +47,7 @@ public function create(): Response
]);
}

public function show(Resume $resume, ResumeGenerator $generator): BinaryFileResponseAlias
public function show(Resume $resume, ResumeGenerator $generator): BinaryFileResponse
{
$this->authorize("manageResumes");

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"laravel/telescope": "^5.0",
"laravel/tinker": "^2.9",
"maatwebsite/excel": "^3.1",
"phpoffice/phpword": "1.2",
"phpoffice/phpword": "1.1",
"sentry/sentry-laravel": "^4.2",
"spatie/laravel-google-calendar": "3.8",
"spatie/laravel-model-states": "^2.6",
Expand Down
138 changes: 73 additions & 65 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 37012d3

Please sign in to comment.