mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-12 17:24:03 +00:00
Add L10 support
This commit is contained in:
parent
46c590e240
commit
2418a9e349
3 changed files with 6 additions and 6 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -8,7 +8,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
laravel: [6, 8, 9]
|
laravel: [6, 8, 9, 10]
|
||||||
|
|
||||||
|
|
||||||
name: Tests (PHPUnit) - L${{ matrix.laravel }}
|
name: Tests (PHPUnit) - L${{ matrix.laravel }}
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Supports Laravel 6, 7, 8, and 9.
|
Supports Laravel 6, 7, 8, 9 and 10.
|
||||||
|
|
||||||
```
|
```
|
||||||
composer require stancl/virtualcolumn
|
composer require stancl/virtualcolumn
|
||||||
|
|
|
||||||
|
|
@ -19,11 +19,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"illuminate/support": "^6.0|^8.0|^9.0",
|
"illuminate/support": "^6.0|^8.0|^9.0|^10.0",
|
||||||
"illuminate/database": "^6.0|^8.0|^9.0"
|
"illuminate/database": "^6.0|^8.0|^9.0|^10.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"orchestra/testbench": "^4.0|^6.0|^7.0"
|
"orchestra/testbench": "^4.0|^6.0|^7.0|^8.0"
|
||||||
},
|
},
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true
|
"prefer-stable": true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue