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.
2 parents ffff365 + 8685776 commit 15afe90Copy full SHA for 15afe90
composer.json
@@ -17,15 +17,15 @@
17
},
18
"require": {
19
"php": "^8.1",
20
- "illuminate/support": "^10.0|^11.0",
+ "illuminate/support": "^10.0|^11.0|^12.0",
21
"laravel/socialite": "^5.6"
22
23
"require-dev": {
24
- "orchestra/testbench-browser-kit": "^7.12|^8.5",
25
- "orchestra/testbench-dusk": "^7.20|^8.22",
26
- "orchestra/testbench": "^8.0|^9.0",
+ "orchestra/testbench-browser-kit": "^7.12|^8.5|^10.0",
+ "orchestra/testbench-dusk": "^7.20|^8.22|^10.0",
+ "orchestra/testbench": "^8.0|^9.0|^10.0",
27
"predis/predis": "^2.1",
28
- "phpunit/phpunit": "^9.5.10|^10.5"
+ "phpunit/phpunit": "^9.5.10|^10.5|^11.5.3"
29
30
"autoload": {
31
"psr-4": {
0 commit comments