File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 12
12
}
13
13
],
14
14
"require" : {
15
- "php" : " >=7.3 .0" ,
16
- "illuminate/support" : " ^8 .0" ,
17
- "illuminate/container" : " ^8 .0" ,
18
- "illuminate/database" : " ^8 .0" ,
19
- "illuminate/events" : " ^8 .0"
20
- },
21
- "require-dev" : {
15
+ "php" : " ^7.2.5|^8 .0" ,
16
+ "illuminate/support" : " ^7.0|^8.0|^9 .0" ,
17
+ "illuminate/container" : " ^7.0|^8.0|^9 .0" ,
18
+ "illuminate/database" : " ^7.0|^8.0|^9 .0" ,
19
+ "illuminate/events" : " ^7.0|^8.0|^9 .0"
20
+ },
21
+ "require-dev" : {
22
22
"phpunit/phpunit" : " ^8.4|^9.0" ,
23
- "orchestra/testbench" : " ^5.0" ,
23
+ "orchestra/testbench" : " ^5.0|^6.0|^7.0 " ,
24
24
"codacy/coverage" : " dev-master"
25
- },
25
+ },
26
26
"autoload" : {
27
27
"psr-4" : {
28
28
"Askedio\\ SoftCascade\\ " : " src/"
29
29
}
30
30
},
31
31
"autoload-dev" : {
32
32
"psr-4" : {
33
- "Askedio\\ Tests\\ " : " tests"
33
+ "Askedio\\ Tests\\ " : " tests"
34
34
}
35
35
},
36
36
"extra" : {
40
40
]
41
41
}
42
42
}
43
- }
43
+ }
You can’t perform that action at this time.
0 commit comments