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 d9692d7 commit 0fcd563Copy full SHA for 0fcd563
composer.json
@@ -13,16 +13,15 @@
13
],
14
"require": {
15
"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"
+ "abraham/twitteroauth": "^4.0.0|^5.0",
+ "illuminate/notifications": "^8.0|^9.0|^10.0",
+ "illuminate/support": "^8.0|^9.0|^10.0",
+ "kylewm/brevity": "^0.2.9|^0.2"
20
},
21
-
22
"require-dev": {
23
"mockery/mockery": "^1.3.1",
24
"phpunit/phpunit": "^9.3",
25
- "orchestra/testbench": "^7.0"
+ "orchestra/testbench": "^7.0|^8.0"
26
27
"autoload": {
28
"psr-4": {
0 commit comments