We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5acfc63 commit cd22916Copy full SHA for cd22916
1 file changed
composer.json
@@ -16,8 +16,8 @@
16
],
17
"require": {
18
"php": "^8.4",
19
- "boson-php/uri-factory": "^0.17",
20
- "boson-php/http-contracts": "^0.17"
+ "boson-php/uri-factory": "^0.18",
+ "boson-php/http-contracts": "^0.18"
21
},
22
"autoload": {
23
"psr-4": {
@@ -33,12 +33,12 @@
33
}
34
35
"provide": {
36
- "boson-php/http-contracts-implementation": "^0.17"
+ "boson-php/http-contracts-implementation": "^0.18"
37
38
"extra": {
39
"branch-alias": {
40
- "dev-master": "0.17.x-dev",
41
- "dev-main": "0.17.x-dev"
+ "dev-master": "0.18.x-dev",
+ "dev-main": "0.18.x-dev"
42
43
44
"config": {
0 commit comments