minor refactor

This commit is contained in:
constantin
2024-09-04 15:46:04 +02:00
parent bb266e3094
commit 0f0fe951ee
8 changed files with 5 additions and 19 deletions

2
composer.sh Normal file → Executable file
View File

@ -1,5 +1,3 @@
#!/bin/bash
alias cr='composer require'
alias ci='composer install'
alias cu='composer update'