Skip to content

Commit

Permalink
paginator
Browse files Browse the repository at this point in the history
  • Loading branch information
mathsgod committed Apr 19, 2022
1 parent 9006db2 commit 50281cd
Show file tree
Hide file tree
Showing 7 changed files with 207 additions and 399 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
/vendor/
/components/
/components/

test.bat
test.php
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"symfony/validator": "^5.3",
"doctrine/annotations": "^1.13",
"league/event": "^3.0",
"symfony/cache": "^5 | ^6.0"
"symfony/cache": "^5 | ^6.0",
"laminas/laminas-paginator": "^2.12"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand All @@ -29,5 +30,8 @@
{
"name": "Raymond Chong"
}
]
}
],
"scripts": {
"test": "phpunit --bootstrap tests\\Testing.php tests"
}
}
Loading

0 comments on commit 50281cd

Please sign in to comment.