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 c98eddf commit e04a849Copy full SHA for e04a849
composer.json
@@ -17,17 +17,17 @@
17
],
18
"require": {
19
"php": "^8.0",
20
- "illuminate/support": "^7.0|^8.0|^9.0|^10.0",
+ "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
21
"league/flysystem": "^1.0.41|^2.0|^3.0",
22
"spatie/db-dumper": "^3.3",
23
"spatie/laravel-package-tools": "^1.6",
24
"spatie/temporary-directory": "^2.0"
25
},
26
"require-dev": {
27
"mockery/mockery": "^1.4",
28
- "orchestra/testbench": "^5.0|^6.0|^7.0|^8.0",
29
- "pestphp/pest-plugin-laravel": "^1.3",
30
- "phpunit/phpunit": "^9.5"
+ "orchestra/testbench": "^5.0|^6.0|^7.0|^8.0|^9.0",
+ "pestphp/pest-plugin-laravel": "^1.3|^2.3",
+ "phpunit/phpunit": "^9.5|^10.5"
31
32
"autoload": {
33
"psr-4": {
0 commit comments