Skip to content

Commit 423d3c9

Browse files
⬆️ Add support for Laravel 13 (Fixes #25) (#26)
Signed-off-by: Andrei Negrea <andrei.negrea@gmx.co.uk>
1 parent 8a4dfa1 commit 423d3c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"require": {
2828
"php": "^8.0",
29-
"illuminate/pagination": "^9.0|^10.0|^11.0|^12.0"
29+
"illuminate/pagination": "^9.0|^10.0|^11.0|^12.0|^13.0"
3030
},
3131
"require-dev": {
3232
"squizlabs/php_codesniffer": "^3.5"

0 commit comments

Comments
 (0)