Skip to content

Commit

Permalink
chore(deps): Bump to Laravel 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Mar 24, 2020
1 parent 834b19e commit 3919f5f
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 80 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A better WordPress pagination utilizing [Laravel's Pagination](https://laravel.c
## Requirements

- [Sage](https://github.com/roots/sage) >= 10.0
- [PHP](https://secure.php.net/manual/en/install.php) >= 7.2
- [PHP](https://secure.php.net/manual/en/install.php) >= 7.2.5
- [Composer](https://getcomposer.org/download/)

## Installation
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
}
},
"require": {
"php": ">=7.2",
"illuminate/pagination": "^6.5"
"php": ">=7.2.5",
"illuminate/pagination": "^7.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.5"
Expand Down
Loading

0 comments on commit 3919f5f

Please sign in to comment.