File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " ^7.1" ,
20
- "doctrine/dbal" : " ~2.3" ,
19
+ "php" : " ^7.1|^8.0 " ,
20
+ "doctrine/dbal" : " ~2.3|^3.3 " ,
21
21
"phpdocumentor/graphviz" : " ^1.0" ,
22
- "nikic/php-parser" :" ^2.0|^3.0|^4.0"
22
+ "nikic/php-parser" : " ^2.0|^3.0|^4.0"
23
23
},
24
24
"require-dev" : {
25
25
"larapack/dd" : " ^1.0" ,
26
- "orchestra/testbench" : " ~3.5|~3.6|~3.7|~3.8|^4.0" ,
27
- "phpunit/phpunit" : " ^7.0| ^8.0" ,
28
- "spatie/phpunit-snapshot-assertions" : " ^1.3"
26
+ "orchestra/testbench" : " ~3.5|~3.6|~3.7|~3.8|^4.0|^7.0 " ,
27
+ "phpunit/phpunit" : " ^7.0| ^8.0|^9.5.10 " ,
28
+ "spatie/phpunit-snapshot-assertions" : " ^1.3|^4.2 "
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