Skip to content

Commit

Permalink
fix: deprecation notices (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b authored Feb 26, 2022
1 parent 5a54f84 commit 020b3b7
Show file tree
Hide file tree
Showing 5 changed files with 142 additions and 135 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"license": "MIT",

"require": {
"phpgt/http": "1.*"
"phpgt/http": "^v1.1"
},

"require-dev": {
"phpunit/phpunit": "9.*",
"phpstan/phpstan": ">=0.12.64"
"phpunit/phpunit": "^v9.5",
"phpstan/phpstan": "^v1.4"
},

"autoload": {
Expand Down
Loading

0 comments on commit 020b3b7

Please sign in to comment.