Skip to content

Commit

Permalink
implement chunk method.
Browse files Browse the repository at this point in the history
  • Loading branch information
amitmerchant1990 committed Jul 16, 2022
1 parent e14d87b commit 4fce4ec
Show file tree
Hide file tree
Showing 5 changed files with 934 additions and 353 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ composer.lock
docs
vendor
coverage
.idea/
.idea/
.phpunit.result.cache
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
}
],
"require": {
"php": "^7.1"
"php": "^8.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4fce4ec

Please sign in to comment.