mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 11:34:03 +00:00
util: add static_properties.nu, more portable shebangs, PHP 8.5 beta
This commit is contained in:
parent
d983bf9547
commit
c152031cc1
4 changed files with 106 additions and 3 deletions
|
|
@ -65,7 +65,7 @@
|
|||
"docker-restart": "docker compose down && docker compose up -d",
|
||||
"docker-rebuild": [
|
||||
"Composer\\Config::disableProcessTimeout",
|
||||
"PHP_VERSION=8.4 docker compose up -d --no-deps --build"
|
||||
"PHP_VERSION=8.5.0beta3 docker compose up -d --no-deps --build"
|
||||
],
|
||||
"docker-rebuild-with-xdebug": [
|
||||
"Composer\\Config::disableProcessTimeout",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue