Skip to content

Commit

Permalink
Merge branch 'master' into add_github_action
Browse files Browse the repository at this point in the history
  • Loading branch information
Athlon1600 authored Oct 8, 2023
2 parents 3eaa9fb + 14252ab commit 09061c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
![](https://img.shields.io/github/last-commit/Athlon1600/php-curl-file-downloader.svg)
![Packagist Downloads (custom server)](https://img.shields.io/packagist/dm/Athlon1600/php-curl-file-downloader)

# Download large files using PHP and cURL

There's too many code snippets on the Internet on how to do this, but not enough libraries.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ext-curl": "*"
},
"require-dev": {
"phpunit/phpunit": "^7.0 || ^8.0"
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 09061c1

Please sign in to comment.