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 b2022d8 commit 432996eCopy full SHA for 432996e
composer.json
@@ -17,14 +17,14 @@
17
],
18
"require": {
19
"php": "^7.2.5|^8.0",
20
- "illuminate/support": "^7.0|^8.0",
+ "illuminate/support": "^7.0|^8.0|^9.0",
21
"livewire/livewire": "^2.4.4",
22
"maatwebsite/excel": "^3.1"
23
},
24
"require-dev": {
25
"laravel/legacy-factories": "^1.0.4",
26
- "orchestra/testbench": "^4.0|5.0|6.0",
27
- "phpunit/phpunit": "^8.0|9.0"
+ "orchestra/testbench": "^4.0|5.0|6.0|^7.0",
+ "phpunit/phpunit": "^8.0|9.0|^9.5.10"
28
29
"autoload": {
30
"psr-4": {
@@ -39,7 +39,6 @@
39
"scripts": {
40
"test": "vendor/bin/phpunit",
41
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
42
-
43
44
"config": {
45
"sort-packages": true
0 commit comments