File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ language: php
3
3
php :
4
4
- 7.2
5
5
- 7.3
6
+ - 7.4
6
7
- nightly
7
8
8
9
matrix :
Original file line number Diff line number Diff line change 12
12
" relations"
13
13
],
14
14
"minimum-stability" : " dev" ,
15
+ "prefer-stable" : true ,
15
16
"authors" : [
16
17
{
17
18
"name" : " Andrei Badea" ,
20
21
}
21
22
],
22
23
"require" : {
23
- "php" : " ^7.2" ,
24
- "illuminate/contracts" : " ^6 .0" ,
25
- "illuminate/support" : " ^6 .0" ,
26
- "illuminate/database" : " ^6 .0"
24
+ "php" : " ^7.2.5 " ,
25
+ "illuminate/contracts" : " ^7 .0" ,
26
+ "illuminate/support" : " ^7 .0" ,
27
+ "illuminate/database" : " ^7 .0"
27
28
},
28
29
"require-dev" : {
29
- "orchestra/testbench " : " ^4.0 " ,
30
- "phpunit/phpunit " : " ~7.0|^8 .0"
30
+ "phpunit/phpunit " : " ^8.5 " ,
31
+ "orchestra/testbench " : " ^5 .0"
31
32
},
32
33
"autoload" : {
33
34
"psr-4" : {
You can’t perform that action at this time.
0 commit comments