Skip to content

Commit 2352ed1

Browse files
committed
Update PHP version to 8.2 and upgrade mongodb/laravel-mongodb to version 5.0
1 parent 1e92085 commit 2352ed1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.phprc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
php8.1
1+
php8.2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"php": "^8.2|^8.3",
88
"illuminate/cache": "^11.0",
9-
"mongodb/laravel-mongodb": "^4.1",
9+
"mongodb/laravel-mongodb": "^5.0",
1010
"ext-mongodb": "*"
1111
},
1212
"require-dev": {

0 commit comments

Comments
 (0)