Skip to content

Commit

Permalink
Adapted for PHP8 CurlHandle change
Browse files Browse the repository at this point in the history
Dropped declaration support for PHP < 5.6 (not actually supported
for quite some time now).
  • Loading branch information
AnrDaemon committed Jun 8, 2023
1 parent 613446d commit 58314ee
Show file tree
Hide file tree
Showing 4 changed files with 231 additions and 76 deletions.
1 change: 0 additions & 1 deletion .todo
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
-Net:Browser - Custom requests with data-content through CURLOPT_POST (tested-working)
Net:Browser - CURLOPT_RETURNTRANSFER with CURLOPT_FILE
Net:Browser - Overall refactor the API with newfound knowledge.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"php": "^5.3.6 || ^7.0"
"php": "^5.6 || ^7.0 || ^8.0"
},
"extra": {
"branch-alias": {
Expand All @@ -31,6 +31,7 @@
"phpunit/phpunit": "^5.7"
},
"config": {
"bin-dir": "bin"
"bin-dir": "bin",
"platform": { "php": "5.6" }
}
}
Loading

0 comments on commit 58314ee

Please sign in to comment.