1
0
Fork 0
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:
Samuel Štancl 2025-09-18 00:32:08 +02:00
parent d983bf9547
commit c152031cc1
4 changed files with 106 additions and 3 deletions

View file

@ -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",