1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-16 12:04:03 +00:00

TSP stub: remove unnecessary imports

Also update PHP 8.5 steps in CONTRIBUTING.md since PHP 8.5 is released
now.
This commit is contained in:
Samuel Stancl 2025-11-21 00:06:33 +01:00
parent a778e17686
commit 7955aae6d5
No known key found for this signature in database
GPG key ID: BA146259A1E16C57
2 changed files with 4 additions and 9 deletions

View file

@ -53,5 +53,5 @@ If you want to use XDebug, use `composer docker-rebuild-with-xdebug`.
## PHP 8.5
To use PHP 8.5 during development, run:
- `PHP_VERSION=8.5.0RC2 composer docker-rebuild` to build the `test` container with PHP 8.5
- `PHP_VERSION=8.5.0 composer docker-rebuild` to build the `test` container with PHP 8.5
- `composer php85-patch` to get rid of some deprecation errors coming from `config/database.php` from within testbench-core