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

Update composer.json

This commit is contained in:
Abrar Ahmad 2022-08-03 17:20:07 +05:00 committed by GitHub
parent 243162578d
commit d9b9d0472b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,18 +15,18 @@
}
],
"require": {
"php": "^7.4|^8.0|^8.1",
"php": "^8.1",
"ext-json": "*",
"illuminate/support": "^6.0|^8.0|^9.0",
"illuminate/support": "^9.0",
"facade/ignition-contracts": "^1.0",
"ramsey/uuid": "^3.7|^4.0",
"stancl/jobpipeline": "^1.0",
"stancl/virtualcolumn": "^1.0"
"ramsey/uuid": "^4.0",
"stancl/jobpipeline": "^1.6",
"stancl/virtualcolumn": "^1.2"
},
"require-dev": {
"laravel/framework": "^6.0|^8.0|^9.0",
"orchestra/testbench": "^4.0|^6.0|^7.0",
"league/flysystem-aws-s3-v3": "^1.0|^3.0",
"laravel/framework": "^9.0",
"orchestra/testbench": "^7.0",
"league/flysystem-aws-s3-v3": "^3.0",
"doctrine/dbal": "^2.10",
"spatie/valuestore": "^1.2.5",
"pestphp/pest": "^1.21"