Skip to content

Commit e0cb5a8

Browse files
committed
Bump dependencies for Laravel 10
1 parent 4f82143 commit e0cb5a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
],
1414
"require": {
1515
"php": "^8.0",
16-
"illuminate/notifications": "^8.0|^9.0",
17-
"illuminate/support": "^8.0|^9.0",
16+
"illuminate/notifications": "^8.0|^9.0|^10.0",
17+
"illuminate/support": "^8.0|^9.0|^10.0",
1818
"minishlink/web-push": "^8.0"
1919
},
2020
"require-dev": {
2121
"mockery/mockery": "~1.0",
22-
"orchestra/testbench": "^6.0|^7.0",
22+
"orchestra/testbench": "^6.0|^7.0|^8.0",
2323
"phpunit/phpunit": "^9.0"
2424
},
2525
"autoload": {
@@ -47,4 +47,4 @@
4747
"scripts": {
4848
"test": "vendor/bin/phpunit"
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)