Skip to content

Commit 954b65f

Browse files
authored
Merge pull request #1 from ExpDev07/feature-laravel-10
Update to laravel ^10
2 parents 7e4718f + 144d9ca commit 954b65f

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
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "^8.0",
2020
"spatie/laravel-package-tools": "^1.9.2",
21-
"illuminate/contracts": "^9.0"
21+
"illuminate/contracts": "^10.0"
2222
},
2323
"require-dev": {
2424
"nunomaduro/collision": "^6.0",
@@ -59,4 +59,4 @@
5959
},
6060
"minimum-stability": "dev",
6161
"prefer-stable": true
62-
}
62+
}

0 commit comments

Comments
 (0)