]> BookStack Code Mirror - system-cli/commit
Made a range of tweaks from testing
authorDan Brown <redacted>
Fri, 28 Apr 2023 17:36:40 +0000 (18:36 +0100)
committerDan Brown <redacted>
Fri, 28 Apr 2023 17:40:42 +0000 (18:40 +0100)
commite2f3bcf614ff3b84b309199a043a0a2fce046da5
tree3fb9f835af3f089bd9c1d02ec485d1ef98af2e5b
parentc51506a42c625b62bd1f2f5cf196691bf296b7ad
Made a range of tweaks from testing

- Fixed some relative paths issues when ran in phar.
- Added helper class for doing path work.
- Updated composer runner timeout.
- Updated checks for paths more thorough.
- Removed default completion command.
src/Application.php [new file with mode: 0644]
src/Commands/BackupCommand.php
src/Commands/InitCommand.php
src/Commands/RestoreCommand.php
src/Services/AppLocator.php
src/Services/ComposerLocator.php
src/Services/Paths.php [new file with mode: 0644]
src/Services/RequirementsValidator.php
src/app.php
tests/PathTest.php [new file with mode: 0644]