Skip to content

Commit 020b3b7

Browse files
author
Greg Bowler
authored
fix: deprecation notices (#189)
1 parent 5a54f84 commit 020b3b7

File tree

5 files changed

+142
-135
lines changed

5 files changed

+142
-135
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"license": "MIT",
55

66
"require": {
7-
"phpgt/http": "1.*"
7+
"phpgt/http": "^v1.1"
88
},
99

1010
"require-dev": {
11-
"phpunit/phpunit": "9.*",
12-
"phpstan/phpstan": ">=0.12.64"
11+
"phpunit/phpunit": "^v9.5",
12+
"phpstan/phpstan": "^v1.4"
1313
},
1414

1515
"autoload": {

0 commit comments

Comments
 (0)