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 fd37626 + 8f7d74b commit c9df495Copy full SHA for c9df495
composer.json
@@ -16,15 +16,15 @@
16
"require": {
17
"php": "^8.0",
18
"elasticsearch/elasticsearch": "^7.13",
19
- "illuminate/support": "^8.0||^9.0",
+ "illuminate/support": "^8.0||^9.0||^10.0",
20
"webmozart/assert": "^1.11"
21
},
22
"require-dev": {
23
"friendsofphp/php-cs-fixer": "^3.2",
24
"mockery/mockery": "^1.4",
25
- "orchestra/testbench": "^6.0||^7.0",
+ "orchestra/testbench": "^6.0||^7.0||^8.0",
26
"php-parallel-lint/php-var-dump-check": "^0.5.0",
27
- "phpunit/phpunit": "^9.0"
+ "phpunit/phpunit": "^9.0||^10.0"
28
29
"autoload": {
30
"psr-4": {
0 commit comments