Skip to content

Commit

Permalink
Updated composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammyjo20 committed Aug 8, 2023
1 parent 2b3ff62 commit 52869ca
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"role": "Developer"
}
],
"homepage": "https://github.com/sammyjo20",
"homepage": "https://github.com/saloonphp/pagination-plugin",
"require": {
"php": "^8.1",
"sammyjo20/saloon": "^2.6"
"sammyjo20/saloon": "^2.8"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.5",
Expand All @@ -34,6 +34,9 @@
"pestphp/pest-plugin": true
}
},
"suggest": {
"illuminate/collections": "Used to provide LazyCollections via the collect() method on paginators."
},
"scripts": {
"fix-code": [
"./vendor/bin/php-cs-fixer fix --allow-risky=yes"
Expand Down

0 comments on commit 52869ca

Please sign in to comment.