Skip to content

Commit

Permalink
Remove any restriction about dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
smalot committed May 25, 2020
1 parent 37c441d commit 515564a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
],
"require": {
"php": ">=5.6",
"php-http/socket-client": "^1.0",
"php-http/client-common": "^1.1",
"php-http/message": "^1.0",
"guzzlehttp/psr7": "^1.2",
"symfony/yaml": "^3.2||^4.0||^5.0"
"php-http/socket-client": "*",
"php-http/client-common": "*",
"php-http/message": "*",
"guzzlehttp/psr7": "*",
"symfony/yaml": "*"
},
"require-dev": {
"symfony/debug": "*",
Expand Down

1 comment on commit 515564a

@ro0NL
Copy link

@ro0NL ro0NL commented on 515564a Dec 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this a joke :D

Please sign in to comment.