Skip to content

Commit 5ff4b85

Browse files
committed
Bump dev version
1 parent b4c6c84 commit 5ff4b85

File tree

31 files changed

+148
-148
lines changed

31 files changed

+148
-148
lines changed

composer.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -11,36 +11,36 @@
1111
],
1212
"require": {
1313
"php": "^8.4",
14-
"boson-php/app-ext-alert": "^0.19",
15-
"boson-php/compiler": "^0.19",
16-
"boson-php/cpu-info": "^0.19",
17-
"boson-php/event-listener-contracts": "^0.19",
18-
"boson-php/globals-provider": "^0.19",
19-
"boson-php/http": "^0.19",
20-
"boson-php/http-body-decoder": "^0.19",
21-
"boson-php/http-bridge": "^0.19",
22-
"boson-php/http-contracts": "^0.19",
23-
"boson-php/http-static-provider": "^0.19",
24-
"boson-php/id-contracts": "^0.19",
25-
"boson-php/laravel-http-bridge": "^0.19",
26-
"boson-php/laravel-provider": "^0.19",
27-
"boson-php/os-info": "^0.19",
28-
"boson-php/pasm": "^0.19",
29-
"boson-php/psr-http-bridge": "^0.19",
30-
"boson-php/runtime": "^0.19",
31-
"boson-php/saucer": "^0.19",
32-
"boson-php/spiral-bridge": "^0.19",
33-
"boson-php/symfony-bundle": "^0.19",
34-
"boson-php/symfony-http-bridge": "^0.19",
35-
"boson-php/uri": "^0.19",
36-
"boson-php/uri-contracts": "^0.19",
37-
"boson-php/uri-factory": "^0.19",
38-
"boson-php/uri-factory-contracts": "^0.19",
39-
"boson-php/value-object-contracts": "^0.19",
40-
"boson-php/weak-types": "^0.19",
41-
"boson-php/webview-ext-battery": "^0.19",
42-
"boson-php/webview-ext-network": "^0.19",
43-
"boson-php/webview-ext-web-components": "^0.19"
14+
"boson-php/app-ext-alert": "^0.20",
15+
"boson-php/compiler": "^0.20",
16+
"boson-php/cpu-info": "^0.20",
17+
"boson-php/event-listener-contracts": "^0.20",
18+
"boson-php/globals-provider": "^0.20",
19+
"boson-php/http": "^0.20",
20+
"boson-php/http-body-decoder": "^0.20",
21+
"boson-php/http-bridge": "^0.20",
22+
"boson-php/http-contracts": "^0.20",
23+
"boson-php/http-static-provider": "^0.20",
24+
"boson-php/id-contracts": "^0.20",
25+
"boson-php/laravel-http-bridge": "^0.20",
26+
"boson-php/laravel-provider": "^0.20",
27+
"boson-php/os-info": "^0.20",
28+
"boson-php/pasm": "^0.20",
29+
"boson-php/psr-http-bridge": "^0.20",
30+
"boson-php/runtime": "^0.20",
31+
"boson-php/saucer": "^0.20",
32+
"boson-php/spiral-bridge": "^0.20",
33+
"boson-php/symfony-bundle": "^0.20",
34+
"boson-php/symfony-http-bridge": "^0.20",
35+
"boson-php/uri": "^0.20",
36+
"boson-php/uri-contracts": "^0.20",
37+
"boson-php/uri-factory": "^0.20",
38+
"boson-php/uri-factory-contracts": "^0.20",
39+
"boson-php/value-object-contracts": "^0.20",
40+
"boson-php/weak-types": "^0.20",
41+
"boson-php/webview-ext-battery": "^0.20",
42+
"boson-php/webview-ext-network": "^0.20",
43+
"boson-php/webview-ext-web-components": "^0.20"
4444
},
4545
"require-dev": {
4646
"ffi/var-dumper": "^1.0",
@@ -89,8 +89,8 @@
8989
},
9090
"extra": {
9191
"branch-alias": {
92-
"dev-master": "0.19.x-dev",
93-
"dev-main": "0.19.x-dev"
92+
"dev-master": "0.20.x-dev",
93+
"dev-main": "0.20.x-dev"
9494
}
9595
},
9696
"config": {

libs/bridge/http-bridge/composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
],
1717
"require": {
1818
"php": "^8.4",
19-
"boson-php/globals-provider": "^0.19",
20-
"boson-php/http-body-decoder": "^0.19",
21-
"boson-php/http-contracts": "^0.19"
19+
"boson-php/globals-provider": "^0.20",
20+
"boson-php/http-body-decoder": "^0.20",
21+
"boson-php/http-contracts": "^0.20"
2222
},
2323
"autoload": {
2424
"psr-4": {
@@ -27,7 +27,7 @@
2727
},
2828
"require-dev": {
2929
"phpunit/phpunit": "^12.0",
30-
"boson-php/http": "^0.19"
30+
"boson-php/http": "^0.20"
3131
},
3232
"autoload-dev": {
3333
"psr-4": {
@@ -36,8 +36,8 @@
3636
},
3737
"extra": {
3838
"branch-alias": {
39-
"dev-master": "0.19.x-dev",
40-
"dev-main": "0.19.x-dev"
39+
"dev-master": "0.20.x-dev",
40+
"dev-main": "0.20.x-dev"
4141
}
4242
},
4343
"config": {

libs/bridge/laravel-http-bridge/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
],
1717
"require": {
1818
"php": "^8.4",
19-
"boson-php/http": "^0.19",
20-
"boson-php/symfony-http-bridge": "^0.19",
19+
"boson-php/http": "^0.20",
20+
"boson-php/symfony-http-bridge": "^0.20",
2121
"illuminate/http": "^12.0"
2222
},
2323
"autoload": {
@@ -35,8 +35,8 @@
3535
},
3636
"extra": {
3737
"branch-alias": {
38-
"dev-master": "0.19.x-dev",
39-
"dev-main": "0.19.x-dev"
38+
"dev-master": "0.20.x-dev",
39+
"dev-main": "0.20.x-dev"
4040
}
4141
},
4242
"config": {

libs/bridge/laravel-provider/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"php": "^8.4",
2323
"laravel/framework": "^10.10.1|^11.0|^12.0",
2424
"laravel/octane": "^2.9",
25-
"boson-php/http-static-provider": "^0.19",
26-
"boson-php/laravel-http-bridge": "^0.19",
27-
"boson-php/runtime": "^0.19"
25+
"boson-php/http-static-provider": "^0.20",
26+
"boson-php/laravel-http-bridge": "^0.20",
27+
"boson-php/runtime": "^0.20"
2828
},
2929
"autoload": {
3030
"psr-4": {
@@ -41,8 +41,8 @@
4141
},
4242
"extra": {
4343
"branch-alias": {
44-
"dev-master": "0.19.x-dev",
45-
"dev-main": "0.19.x-dev"
44+
"dev-master": "0.20.x-dev",
45+
"dev-main": "0.20.x-dev"
4646
},
4747
"laravel": {
4848
"providers": [

libs/bridge/psr-http-bridge/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
],
1717
"require": {
1818
"php": "^8.4",
19-
"boson-php/http": "^0.19",
20-
"boson-php/http-bridge": "^0.19",
19+
"boson-php/http": "^0.20",
20+
"boson-php/http-bridge": "^0.20",
2121
"psr/http-message": "^1.0|^2.0",
2222
"psr/http-factory": "^1.0"
2323
},
@@ -37,8 +37,8 @@
3737
},
3838
"extra": {
3939
"branch-alias": {
40-
"dev-master": "0.19.x-dev",
41-
"dev-main": "0.19.x-dev"
40+
"dev-master": "0.20.x-dev",
41+
"dev-main": "0.20.x-dev"
4242
}
4343
},
4444
"config": {

libs/bridge/spiral-bridge/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.19",
24-
"boson-php/psr-http-bridge": "^0.19",
25-
"boson-php/runtime": "^0.19",
23+
"boson-php/http-static-provider": "^0.20",
24+
"boson-php/psr-http-bridge": "^0.20",
25+
"boson-php/runtime": "^0.20",
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.19.x-dev",
48-
"dev-main": "0.19.x-dev"
47+
"dev-master": "0.20.x-dev",
48+
"dev-main": "0.20.x-dev"
4949
}
5050
},
5151
"config": {

libs/bridge/symfony-bundle/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
],
1717
"require": {
1818
"php": "^8.4",
19-
"boson-php/http-static-provider": "^0.19",
20-
"boson-php/runtime": "^0.19",
21-
"boson-php/symfony-http-bridge": "^0.19",
19+
"boson-php/http-static-provider": "^0.20",
20+
"boson-php/runtime": "^0.20",
21+
"boson-php/symfony-http-bridge": "^0.20",
2222
"symfony/config": "^6.4|^7.0|^8.0",
2323
"symfony/dependency-injection": "^6.4|^7.0|^8.0",
2424
"symfony/http-kernel": "^6.4|^7.0|^8.0",
@@ -39,8 +39,8 @@
3939
},
4040
"extra": {
4141
"branch-alias": {
42-
"dev-master": "0.19.x-dev",
43-
"dev-main": "0.19.x-dev"
42+
"dev-master": "0.20.x-dev",
43+
"dev-main": "0.20.x-dev"
4444
}
4545
},
4646
"config": {

libs/bridge/symfony-http-bridge/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
],
1717
"require": {
1818
"php": "^8.4",
19-
"boson-php/http": "^0.19",
20-
"boson-php/http-bridge": "^0.19",
19+
"boson-php/http": "^0.20",
20+
"boson-php/http-bridge": "^0.20",
2121
"symfony/http-foundation": "^6.4|^7.0|^8.0"
2222
},
2323
"autoload": {
@@ -35,8 +35,8 @@
3535
},
3636
"extra": {
3737
"branch-alias": {
38-
"dev-master": "0.19.x-dev",
39-
"dev-main": "0.19.x-dev"
38+
"dev-master": "0.20.x-dev",
39+
"dev-main": "0.20.x-dev"
4040
}
4141
},
4242
"config": {

libs/component/compiler/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
},
4242
"extra": {
4343
"branch-alias": {
44-
"dev-master": "0.19.x-dev",
45-
"dev-main": "0.19.x-dev"
44+
"dev-master": "0.20.x-dev",
45+
"dev-main": "0.20.x-dev"
4646
}
4747
},
4848
"config": {

libs/component/cpu-info/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"require": {
1818
"php": "^8.4",
1919
"ffi/env": "^1.0",
20-
"boson-php/pasm": "^0.19",
21-
"boson-php/value-object-contracts": "^0.19"
20+
"boson-php/pasm": "^0.20",
21+
"boson-php/value-object-contracts": "^0.20"
2222
},
2323
"autoload": {
2424
"psr-4": {
@@ -35,8 +35,8 @@
3535
},
3636
"extra": {
3737
"branch-alias": {
38-
"dev-master": "0.19.x-dev",
39-
"dev-main": "0.19.x-dev"
38+
"dev-master": "0.20.x-dev",
39+
"dev-main": "0.20.x-dev"
4040
}
4141
},
4242
"config": {

0 commit comments

Comments
 (0)