Skip to content

Commit

Permalink
Update README.md for PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
s-damian committed Mar 3, 2024
1 parent 73c592b commit 020e523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ With this pagination, you will have no limit in a Laravel project to manage pagi

This pagination also allows you to generate a **per page**. This will generate a form HTML tag with a select HTML tag and clickable options.

> Paginate easily without limit!
> Paginate easily without limit 🚀
```php
<?php

Expand All @@ -49,7 +49,7 @@ This package is developed by [Stephen Damian](https://github.com/s-damian)

### Requirements

* PHP 8.0 || 8.1 || 8.2
* PHP 8.0 || 8.1 || 8.2 || 8.3
* Laravel 8 || 9 || 10


Expand Down

0 comments on commit 020e523

Please sign in to comment.