Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
pagination split
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j committed Feb 4, 2017
1 parent 7ba73b4 commit 9ea5739
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 965 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ build/logs/*
build/
*.db
clover.xml
coveralls.json
clover.json
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
],
"require": {
"php": ">=7.0",
"spiral/common": "^0.9"
"spiral/common": "^0.9",
"spiral/pagination": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~5.0",
Expand Down
24 changes: 0 additions & 24 deletions source/Spiral/Pagination/CountingInterface.php

This file was deleted.

16 changes: 0 additions & 16 deletions source/Spiral/Pagination/Exceptions/PaginationException.php

This file was deleted.

84 changes: 0 additions & 84 deletions source/Spiral/Pagination/PagedInterface.php

This file was deleted.

205 changes: 0 additions & 205 deletions source/Spiral/Pagination/Paginator.php

This file was deleted.

Loading

0 comments on commit 9ea5739

Please sign in to comment.