We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717e024 commit 536af1dCopy full SHA for 536af1d
composer.json
@@ -13,17 +13,17 @@
13
],
14
"require": {
15
"php": "^8.1",
16
- "abraham/twitteroauth": "^5.0",
17
- "illuminate/notifications": "^10.0",
18
- "illuminate/support": "^10.0",
+ "abraham/twitteroauth": "^5.0|^7.0",
+ "illuminate/notifications": "^10.0|^11.0",
+ "illuminate/support": "^10.0|^11.0",
19
"kylewm/brevity": "^0.2.9",
20
"ext-fileinfo": "*"
21
},
22
"require-dev": {
23
"laravel/pint": "^1.10",
24
"mockery/mockery": "^1.3.1",
25
- "orchestra/testbench": "^8.0",
26
- "phpunit/phpunit": "^9.3"
+ "orchestra/testbench": "^8.0|^9.0",
+ "phpunit/phpunit": "^9.3|^10.5"
27
28
"autoload": {
29
"psr-4": {
0 commit comments