We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d706c5 commit f18a157Copy full SHA for f18a157
1 file changed
composer.json
@@ -21,8 +21,8 @@
21
"bin": ["bin/boson"],
22
"require": {
23
"php": "^8.4",
24
- "boson-php/cpu-info": "^1.0",
25
- "boson-php/os-info": "^1.0",
+ "boson-php/cpu-info": "^0.13",
+ "boson-php/os-info": "^0.13",
26
"justinrainbow/json-schema": "^6.3.1",
27
"symfony/console": "^6.4|^7.0",
28
"symfony/process": "^6.4|^7.0",
@@ -35,8 +35,8 @@
35
},
36
"extra": {
37
"branch-alias": {
38
- "dev-master": "1.0.x-dev",
39
- "dev-main": "1.0.x-dev"
+ "dev-master": "0.13.x-dev",
+ "dev-main": "0.13.x-dev"
40
}
41
42
"config": {
0 commit comments