Skip to content

Commit 36fd43c

Browse files
committed
Bump interdependencies
1 parent cb38752 commit 36fd43c

2 files changed

Lines changed: 27 additions & 27 deletions

File tree

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ composer require boson-php/runtime
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/runtime
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: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@
1818
"php": "^8.4",
1919
"ext-ffi": "*",
2020
"ext-iconv": "*",
21-
"boson-php/cpu-info": "^0.18",
22-
"boson-php/event-listener-contracts": "^0.18",
23-
"boson-php/http": "^0.18",
24-
"boson-php/http-contracts": "^0.18",
25-
"boson-php/id-contracts": "^0.18",
26-
"boson-php/value-object-contracts": "^0.18",
27-
"boson-php/os-info": "^0.18",
28-
"boson-php/saucer": "^0.18",
29-
"boson-php/uri": "^0.18",
30-
"boson-php/uri-contracts": "^0.18",
31-
"boson-php/uri-factory": "^0.18",
32-
"boson-php/uri-factory-contracts": "^0.18",
33-
"boson-php/weak-types": "^0.18",
21+
"boson-php/cpu-info": "^0.19",
22+
"boson-php/event-listener-contracts": "^0.19",
23+
"boson-php/http": "^0.19",
24+
"boson-php/http-contracts": "^0.19",
25+
"boson-php/id-contracts": "^0.19",
26+
"boson-php/value-object-contracts": "^0.19",
27+
"boson-php/os-info": "^0.19",
28+
"boson-php/saucer": "^0.19",
29+
"boson-php/uri": "^0.19",
30+
"boson-php/uri-contracts": "^0.19",
31+
"boson-php/uri-factory": "^0.19",
32+
"boson-php/uri-factory-contracts": "^0.19",
33+
"boson-php/weak-types": "^0.19",
3434
"psr/container": "^2.0",
3535
"psr/event-dispatcher": "^1.0",
3636
"react/promise": "^3.0"
@@ -50,8 +50,8 @@
5050
},
5151
"extra": {
5252
"branch-alias": {
53-
"dev-master": "0.18.x-dev",
54-
"dev-main": "0.18.x-dev"
53+
"dev-master": "0.19.x-dev",
54+
"dev-main": "0.19.x-dev"
5555
}
5656
},
5757
"config": {

0 commit comments

Comments
 (0)