Skip to content

Commit

Permalink
composer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timohuovinen committed Apr 10, 2020
1 parent c44fc15 commit 37268bd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "thlib/php-curl-client",
"description": "A very simple and lightweight cURL helper for PHP",
"version": "1.0.0",
"license": "Unlicense",
"authors": [
{
Expand Down Expand Up @@ -35,10 +36,10 @@
],
"require": {
"php": ">=5.3.0",
"thlib/php-constants": "1.0.0",
"thlib/php-url": "1.0.0",
"thlib/php-curl-multi-basic": "dev-master",
"psr/http-message": "1.0.1",
"thlib/php-constants": "^1.0",
"thlib/php-url": "^1.0",
"thlib/php-curl-multi-basic": "^1.0",
"psr/http-message": "^1.0",
"slim/psr7": "^1.0"
}
}

0 comments on commit 37268bd

Please sign in to comment.