File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 19
19
"php" : " ^7.3 || ^8.0" ,
20
20
"doctrine/dbal" : " ^2.0|^3.0" ,
21
21
"fakerphp/faker" : " ^1.13" ,
22
- "illuminate/console" : " ^7.0|^8.0|^9.0|^10.0" ,
23
- "illuminate/support" : " ^7.0|^8.0|^9.0|^10.0"
22
+ "illuminate/console" : " ^7.0|^8.0|^9.0|^10.0 || ^11.0 " ,
23
+ "illuminate/support" : " ^7.0|^8.0|^9.0|^10.0 || ^11.0 "
24
24
},
25
25
"require-dev" : {
26
- "orchestra/testbench" : " ^6.12|^7.0|^8.0" ,
27
- "phpunit/phpunit" : " ^8.0 || ^9.0" ,
28
- "spatie/phpunit-snapshot-assertions" : " ^4.2"
26
+ "orchestra/testbench" : " ^6.12|^7.0|^8.0 || ^9.0 " ,
27
+ "phpunit/phpunit" : " ^8.0 || ^9.0 || ^10.5 " ,
28
+ "spatie/phpunit-snapshot-assertions" : " ^4.2 || ^5.1 "
29
29
},
30
30
"autoload" : {
31
31
"psr-4" : {
40
40
"scripts" : {
41
41
"test" : " vendor/bin/phpunit" ,
42
42
"test-coverage" : " vendor/bin/phpunit --coverage-html coverage"
43
-
44
43
},
45
44
"config" : {
46
45
"sort-packages" : true
You can’t perform that action at this time.
0 commit comments