diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..48b8bf90 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +vendor/ diff --git a/composer.json b/composer.json new file mode 100644 index 00000000..df9b3203 --- /dev/null +++ b/composer.json @@ -0,0 +1,18 @@ +{ + "name": "mattstauffer/lambo", + "description": "Super-powered 'laravel new' with Laravel and Valet.", + "keywords": ["laravel", "zonda", "wwdhhd", "lambo"], + "license": "MIT", + "authors": [ + { + "name": "Matt Stauffer", + "email": "matt@mattstauffer.co" + } + ], + "require": { + "php": ">=5.5.9" + }, + "bin": [ + "lambo" + ] +} diff --git a/composer.lock b/composer.lock new file mode 100644 index 00000000..4db2244e --- /dev/null +++ b/composer.lock @@ -0,0 +1,20 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "This file is @generated automatically" + ], + "hash": "47cddee7fc5f056cff5f45e8d3d65717", + "content-hash": "2fab733ae8db7d0ffbe394f2f5b4286b", + "packages": [], + "packages-dev": [], + "aliases": [], + "minimum-stability": "stable", + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": { + "php": ">=5.5.9" + }, + "platform-dev": [] +}