We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4840dfa commit 81ae01bCopy full SHA for 81ae01b
.github/workflows/run-tests.yml
@@ -26,7 +26,7 @@ jobs:
26
carbon: ^2.63
27
- laravel: 12.*
28
testbench: 10.*
29
- carbon: ^2.63
+ carbon: ^3.10
30
31
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
32
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codelabmw/laravel-infinite-scroll",
3
- "description": "A Laravel package for easily implementing infinite scroll in your applications.",
+ "description": "A Laravel package for easily implementing infinite scroll in your inertia applications.",
4
"keywords": [
5
"laravel"
6
],
0 commit comments