Skip to content

Commit

Permalink
adding version that does not require image magick
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed Aug 7, 2024
1 parent 9545687 commit 2afd8ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
],
"require": {
"php": "^7.4|^8.0|^8.1|^8.2",
"ext-imagick": "^3.4",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"laravel/folio": "^1.0",
"livewire/livewire": "^3.0",
Expand Down
2 changes: 0 additions & 2 deletions resources/views/pages/auth/register.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
public $showPasswordConfirmationField = false;
public function rules()
{
$nameValidationRules = [];
Expand Down

0 comments on commit 2afd8ab

Please sign in to comment.