Skip to content

Commit cbc3552

Browse files
committed
Bump interdependencies
1 parent 9b22e09 commit cbc3552

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
@@ -68,20 +68,20 @@ Add bootloader `BosonBootloader` to your Spiral application.
6868

6969
## Documentation
7070

71-
- You can learn more [about what a Boson is](https://bosonphp.com/doc/0.17/introduction).
72-
- Information [about the configs](https://bosonphp.com/doc/0.17/configuration) is
73-
available on the [corresponding pages](https://bosonphp.com/doc/0.17/application-configuration).
74-
- A more detailed description of working with the [application](https://bosonphp.com/doc/0.17/application),
75-
[windows](https://bosonphp.com/doc/0.17/window) and [webview](https://bosonphp.com/doc/0.17/webview)
71+
- You can learn more [about what a Boson is](https://bosonphp.com/doc/0.19/introduction).
72+
- Information [about the configs](https://bosonphp.com/doc/0.19/configuration) is
73+
available on the [corresponding pages](https://bosonphp.com/doc/0.19/application-configuration).
74+
- A more detailed description of working with the [application](https://bosonphp.com/doc/0.19/application),
75+
[windows](https://bosonphp.com/doc/0.19/window) and [webview](https://bosonphp.com/doc/0.19/webview)
7676
is also available.
7777
- Also, do not miss the detailed guide on additional apps for working with
78-
[function bindings](https://bosonphp.com/doc/0.17/bindings-api),
79-
[scripts](https://bosonphp.com/doc/0.17/scripts-api),
80-
[request interception](https://bosonphp.com/doc/0.17/schemes-api), and more.
78+
[function bindings](https://bosonphp.com/doc/0.19/bindings-api),
79+
[scripts](https://bosonphp.com/doc/0.19/scripts-api),
80+
[request interception](https://bosonphp.com/doc/0.19/schemes-api), and more.
8181
- If you want to build an application based on
82-
[Symfony](https://bosonphp.com/doc/0.17/symfony-adapter),
83-
[Laravel](https://bosonphp.com/doc/0.17/laravel-adapter) and
84-
[others](https://bosonphp.com/doc/0.17/psr7-adapter),
82+
[Symfony](https://bosonphp.com/doc/0.19/symfony-adapter),
83+
[Laravel](https://bosonphp.com/doc/0.19/laravel-adapter) and
84+
[others](https://bosonphp.com/doc/0.19/psr7-adapter),
8585
then similar functionality is also available.
8686

8787
## Community
@@ -92,5 +92,5 @@ Add bootloader `BosonBootloader` to your Spiral application.
9292
## Contributing
9393

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

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
],
2121
"require": {
2222
"php": "^8.4",
23-
"boson-php/http-static-provider": "^0.18",
24-
"boson-php/psr-http-bridge": "^0.18",
25-
"boson-php/runtime": "^0.18",
23+
"boson-php/http-static-provider": "^0.19",
24+
"boson-php/psr-http-bridge": "^0.19",
25+
"boson-php/runtime": "^0.19",
2626
"spiral/boot": "^3.15",
2727
"spiral/core": "^3.15",
2828
"spiral/framework": "^3.15",
@@ -44,8 +44,8 @@
4444
},
4545
"extra": {
4646
"branch-alias": {
47-
"dev-master": "0.18.x-dev",
48-
"dev-main": "0.18.x-dev"
47+
"dev-master": "0.19.x-dev",
48+
"dev-main": "0.19.x-dev"
4949
}
5050
},
5151
"config": {

0 commit comments

Comments
 (0)