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:
parent
a778e17686
commit
7955aae6d5
2 changed files with 4 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue