Skip to content

Commit c91c068

Browse files
committed
Bump interdependencies
1 parent 3c2c563 commit c91c068

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ composer require boson-php/http
2626

2727
## Documentation
2828

29-
- You can learn more [about what a Boson is](https://bosonphp.com/doc/0.17/introduction).
30-
- Information [about the configs](https://bosonphp.com/doc/0.17/configuration) is
31-
available on the [corresponding pages](https://bosonphp.com/doc/0.17/application-configuration).
32-
- A more detailed description of working with the [application](https://bosonphp.com/doc/0.17/application),
33-
[windows](https://bosonphp.com/doc/0.17/window) and [webview](https://bosonphp.com/doc/0.17/webview)
29+
- You can learn more [about what a Boson is](https://bosonphp.com/doc/0.19/introduction).
30+
- Information [about the configs](https://bosonphp.com/doc/0.19/configuration) is
31+
available on the [corresponding pages](https://bosonphp.com/doc/0.19/application-configuration).
32+
- A more detailed description of working with the [application](https://bosonphp.com/doc/0.19/application),
33+
[windows](https://bosonphp.com/doc/0.19/window) and [webview](https://bosonphp.com/doc/0.19/webview)
3434
is also available.
3535
- Also, do not miss the detailed guide on additional apps for working with
36-
[function bindings](https://bosonphp.com/doc/0.17/bindings-api),
37-
[scripts](https://bosonphp.com/doc/0.17/scripts-api),
38-
[request interception](https://bosonphp.com/doc/0.17/schemes-api), and more.
36+
[function bindings](https://bosonphp.com/doc/0.19/bindings-api),
37+
[scripts](https://bosonphp.com/doc/0.19/scripts-api),
38+
[request interception](https://bosonphp.com/doc/0.19/schemes-api), and more.
3939
- If you want to build an application based on
40-
[Symfony](https://bosonphp.com/doc/0.17/symfony-adapter),
41-
[Laravel](https://bosonphp.com/doc/0.17/laravel-adapter) and
42-
[others](https://bosonphp.com/doc/0.17/psr7-adapter),
40+
[Symfony](https://bosonphp.com/doc/0.19/symfony-adapter),
41+
[Laravel](https://bosonphp.com/doc/0.19/laravel-adapter) and
42+
[others](https://bosonphp.com/doc/0.19/psr7-adapter),
4343
then similar functionality is also available.
4444

4545
## Community
@@ -50,5 +50,5 @@ composer require boson-php/http
5050
## Contributing
5151

5252
Boson is an Open Source, [community-driven project](https://github.com/boson-php/boson/graphs/contributors).
53-
Join them [contributing code](https://bosonphp.com/doc/0.17/contribution).
53+
Join them [contributing code](https://bosonphp.com/doc/0.19/contribution).
5454

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
],
1717
"require": {
1818
"php": "^8.4",
19-
"boson-php/uri-factory": "^0.18",
20-
"boson-php/http-contracts": "^0.18"
19+
"boson-php/uri-factory": "^0.19",
20+
"boson-php/http-contracts": "^0.19"
2121
},
2222
"autoload": {
2323
"psr-4": {
@@ -33,12 +33,12 @@
3333
}
3434
},
3535
"provide": {
36-
"boson-php/http-contracts-implementation": "^0.18"
36+
"boson-php/http-contracts-implementation": "^0.19"
3737
},
3838
"extra": {
3939
"branch-alias": {
40-
"dev-master": "0.18.x-dev",
41-
"dev-main": "0.18.x-dev"
40+
"dev-master": "0.19.x-dev",
41+
"dev-main": "0.19.x-dev"
4242
}
4343
},
4444
"config": {

0 commit comments

Comments
 (0)