diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 37ad786..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitignore b/.gitignore index 3a693c9..7b5273b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.DS_Store composer.phar vendor/ diff --git a/composer.json b/composer.json index 4e3a164..12bc3fd 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "illuminate/container": "5.*", + "illuminate/container": "5.*" }, "autoload": { "psr-4": {