1
0
forked from sites/cdn

initial commit

This commit is contained in:
csimonis
2024-08-07 08:41:40 +02:00
commit 5f43f7078d
8 changed files with 55 additions and 0 deletions

5
composer.sh Normal file
View File

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