File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ filter:
10
10
11
11
build :
12
12
13
+ image : default-bionic
14
+
13
15
nodes :
14
16
analysis :
15
17
tests :
28
30
- 3306
29
31
30
32
environment :
31
- php : ' 7.4 '
33
+ php : ' 8.1.8 '
32
34
docker : true
33
35
34
36
dependencies :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ A tiny extension of `MySqlConnection` that manages **session** system variables
7
7
| Package | Version | Mandatory |
8
8
| :---| :---| :---:|
9
9
| PHP | <code >^7.4 | ;| ; ^8.0</code > | ✅ |
10
- | Laravel | <code >^6.0 | ;| ; ^7.0 | ;| ; ^8.0 | ;| ; ^9.0</code > | ✅ |
10
+ | Laravel | <code >^6.0 | ;| ; ^7.0 | ;| ; ^8.0 | ;| ; ^9.0 &# 124 ;&# 124 ; ^10.0 </code > | ✅ |
11
11
| PHPStan | <code >> ; =1.1</code > | |
12
12
13
13
## Installing
Original file line number Diff line number Diff line change 24
24
"require" : {
25
25
"php" : " ^7.4 || ^8.0" ,
26
26
"ext-pdo" : " *" ,
27
- "illuminate/support" : " ^6.0 || ^7.0 || ^8.0 || ^9.0" ,
28
- "illuminate/database" : " ^6.0 || ^7.0 || ^8.0 || ^9.0" ,
27
+ "illuminate/support" : " ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 " ,
28
+ "illuminate/database" : " ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 " ,
29
29
"mpyw/unclosure" : " ^3.0" ,
30
30
"mpyw/laravel-pdo-emulation-control" : " ^2.0.2"
31
31
},
You can’t perform that action at this time.
0 commit comments