-
- Downloads
Add REPL cli script.
Closes #3897 Merge request studip/studip!2756
cli/Commands/Base/Tinker.php
0 → 100644
... | @@ -60,7 +60,8 @@ | ... | @@ -60,7 +60,8 @@ |
"ksubileau/color-thief-php": "^2.0", | "ksubileau/color-thief-php": "^2.0", | ||
"symfony/polyfill-php82": "^1.28", | "symfony/polyfill-php82": "^1.28", | ||
"symfony/polyfill-php83": "^1.28", | "symfony/polyfill-php83": "^1.28", | ||
"phpoffice/phpspreadsheet": "^1.19" | "phpoffice/phpspreadsheet": "^1.19", | ||
"psy/psysh": "^0.12.2" | |||
}, | }, | ||
"replace": { | "replace": { | ||
"symfony/polyfill-php54": "*", | "symfony/polyfill-php54": "*", | ||
... | ... |
Please register or sign in to comment