Skip to content

Commit 235f8b0

Browse files
committed
Update packages for laravel 10.
1 parent 9d353f5 commit 235f8b0

2 files changed

Lines changed: 1712 additions & 1012 deletions

File tree

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
],
2828
"require": {
2929
"php": "^7.2|^8.0",
30-
"illuminate/console": "~9.0",
31-
"illuminate/support": "~9.0",
32-
"illuminate/cache": "~9.0"
30+
"illuminate/console": "~10.26",
31+
"illuminate/support": "~10.26",
32+
"illuminate/cache": "~10.26"
3333
},
3434
"require-dev": {
35-
"phpunit/phpunit": "^8",
36-
"mockery/mockery": "dev-master",
37-
"illuminate/database": "~9.0"
35+
"phpunit/phpunit": "^9",
36+
"mockery/mockery": "~1.6",
37+
"illuminate/database": "~10.26"
3838
},
3939
"autoload": {
4040
"classmap": [

0 commit comments

Comments
 (0)