Skip to content

Commit 040afa2

Browse files
authored
Support for Laravel 10
1 parent 5e1adfe commit 040afa2

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.scrutinizer.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ filter:
1010

1111
build:
1212

13+
image: default-bionic
14+
1315
nodes:
1416
analysis:
1517
tests:
@@ -28,7 +30,7 @@ build:
2830
- 3306
2931

3032
environment:
31-
php: '7.4'
33+
php: '8.1.8'
3234
docker: true
3335

3436
dependencies:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A tiny extension of `MySqlConnection` that manages **session** system variables
77
| Package | Version | Mandatory |
88
|:---|:---|:---:|
99
| PHP | <code>^7.4 &#124;&#124; ^8.0</code> ||
10-
| Laravel | <code>^6.0 &#124;&#124; ^7.0 &#124;&#124; ^8.0 &#124;&#124; ^9.0</code> ||
10+
| Laravel | <code>^6.0 &#124;&#124; ^7.0 &#124;&#124; ^8.0 &#124;&#124; ^9.0 &#124;&#124; ^10.0</code> ||
1111
| PHPStan | <code>&gt;=1.1</code> | |
1212

1313
## Installing

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"require": {
2525
"php": "^7.4 || ^8.0",
2626
"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",
2929
"mpyw/unclosure": "^3.0",
3030
"mpyw/laravel-pdo-emulation-control": "^2.0.2"
3131
},

0 commit comments

Comments
 (0)