Skip to content

Commit 536af1d

Browse files
committed
Bump dependencies for Laravel 11
1 parent 717e024 commit 536af1d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
],
1414
"require": {
1515
"php": "^8.1",
16-
"abraham/twitteroauth": "^5.0",
17-
"illuminate/notifications": "^10.0",
18-
"illuminate/support": "^10.0",
16+
"abraham/twitteroauth": "^5.0|^7.0",
17+
"illuminate/notifications": "^10.0|^11.0",
18+
"illuminate/support": "^10.0|^11.0",
1919
"kylewm/brevity": "^0.2.9",
2020
"ext-fileinfo": "*"
2121
},
2222
"require-dev": {
2323
"laravel/pint": "^1.10",
2424
"mockery/mockery": "^1.3.1",
25-
"orchestra/testbench": "^8.0",
26-
"phpunit/phpunit": "^9.3"
25+
"orchestra/testbench": "^8.0|^9.0",
26+
"phpunit/phpunit": "^9.3|^10.5"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)