Skip to content

Commit 0fcd563

Browse files
committed
Bump dependencies for Laravel 10
1 parent d9692d7 commit 0fcd563

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,15 @@
1313
],
1414
"require": {
1515
"php": "^8.0",
16-
"abraham/twitteroauth": "^4.0.0",
17-
"illuminate/notifications": "^8.0|^9.0",
18-
"illuminate/support": "^8.0|^9.0",
19-
"kylewm/brevity": "^0.2.9"
16+
"abraham/twitteroauth": "^4.0.0|^5.0",
17+
"illuminate/notifications": "^8.0|^9.0|^10.0",
18+
"illuminate/support": "^8.0|^9.0|^10.0",
19+
"kylewm/brevity": "^0.2.9|^0.2"
2020
},
21-
2221
"require-dev": {
2322
"mockery/mockery": "^1.3.1",
2423
"phpunit/phpunit": "^9.3",
25-
"orchestra/testbench": "^7.0"
24+
"orchestra/testbench": "^7.0|^8.0"
2625
},
2726
"autoload": {
2827
"psr-4": {

0 commit comments

Comments
 (0)