Skip to content

Commit

Permalink
l9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
pratiksh404 committed Feb 19, 2022
1 parent 2bde5c6 commit 5e57d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@
],
"require": {
"php": "^7.4|^8.0",
"illuminate/support": "^8.0",
"drh2so4/thumbnail": "^1.0",
"laravel/socialite": "^5.2",
"laravel/ui": "^3.2",
"livewire/livewire": "^2.4",
"spatie/laravel-activitylog": "^3.17"
"spatie/laravel-activitylog": "^3.0|^4.0"
},
"require-dev": {
"orchestra/testbench": "^6.0",
Expand Down
2 changes: 1 addition & 1 deletion resources/views/admin/auth/verification_page.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<span class="text-danger">{{$message}}</span>
@enderror
</div>
</p>
<input type="submit" value="Submit" class="btn btn-primary btn-air-primary">
</form>
</div>
</div>
Expand Down

0 comments on commit 5e57d5c

Please sign in to comment.