1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 12:24:04 +00:00

Laravel 11 support

This commit is contained in:
Samuel Štancl 2024-01-27 22:38:50 +01:00
parent 5fe8825f13
commit 78c751c5a5
2 changed files with 5 additions and 3 deletions

View file

@ -20,6 +20,8 @@ jobs:
php: "8.0"
- laravel: 10
php: "8.1"
- laravel: 11
php: "8.3"
steps:
- uses: actions/checkout@v2

View file

@ -12,15 +12,15 @@
"require": {
"php": "^8.0",
"ext-json": "*",
"illuminate/support": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0|^11.0",
"facade/ignition-contracts": "^1.0.2",
"ramsey/uuid": "^4.7.3",
"stancl/jobpipeline": "^1.6.2",
"stancl/virtualcolumn": "^1.3.1"
},
"require-dev": {
"laravel/framework": "^9.0|^10.0",
"orchestra/testbench": "^7.0|^8.0",
"laravel/framework": "^9.0|^10.0|^11.0",
"orchestra/testbench": "^7.0|^8.0|^9.0",
"league/flysystem-aws-s3-v3": "^3.12.2",
"doctrine/dbal": "^3.6.0",
"spatie/valuestore": "^1.3.2"