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

[4.x] Update Pest to v4 (#1430)

This commit is contained in:
Samuel Mwangi 2026-03-30 10:44:53 +03:00 committed by GitHub
parent c4960b76cb
commit fb654e7a6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@
"league/flysystem-aws-s3-v3": "^3.12.2", "league/flysystem-aws-s3-v3": "^3.12.2",
"doctrine/dbal": "^3.6.0", "doctrine/dbal": "^3.6.0",
"spatie/valuestore": "^1.2.5", "spatie/valuestore": "^1.2.5",
"pestphp/pest": "^3.0", "pestphp/pest": "^4.0",
"larastan/larastan": "^3.0", "larastan/larastan": "^3.0",
"league/flysystem-path-prefixing": "^3.0" "league/flysystem-path-prefixing": "^3.0"
}, },