Skip to content

Commit a192bf0

Browse files
authored
Update composer.json
1 parent bfa505b commit a192bf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.0"
19+
"php": "^8.0|^8.1|^8.2|^8.3"
2020
},
2121
"autoload": {
2222
"psr-4": {
@@ -33,6 +33,6 @@
3333
]
3434
}
3535
},
36-
"minimum-stability": "dev",
36+
"minimum-stability": "stable",
3737
"prefer-stable": true
3838
}

0 commit comments

Comments
 (0)