feat(composer): Global composer stuff

This commit is contained in:
punkfairie 2024-03-08 17:24:17 -08:00
parent 42e8392811
commit 17443ea3a3
Signed by: punkfairie
GPG key ID: A86AF57F837E320F
3 changed files with 1987 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
"require": {
"laravel/installer": "^5.5"
}
}

1981
.config/composer/composer.lock generated Normal file

File diff suppressed because it is too large Load diff

1
.gitignore vendored
View file

@ -77,3 +77,4 @@ hackin/
.config/fontforge/plugin/plugin_config.ini
.config/Thunar/
.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
.config/composer/vendor/