Skip to content

Commit 7a06f38

Browse files
committed
Install OS detection library
1 parent 8f08adf commit 7a06f38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"require": {
3333
"php": "^8.1",
3434
"illuminate/support": "^10.0|^11.0",
35-
"laravel/serializable-closure": "^1.0"
35+
"laravel/serializable-closure": "^1.0",
36+
"loophp/phposinfo": "^1.8"
3637
},
3738
"require-dev": {
3839
"phpunit/phpunit": "^10",

0 commit comments

Comments
 (0)