From 0508081b5830c21a1319872bafd4cfb373934fc1 Mon Sep 17 00:00:00 2001 From: skoniks Date: Fri, 2 Nov 2018 17:39:09 +0300 Subject: [PATCH] Composer.json fix --- .DS_Store | Bin 6148 -> 0 bytes .gitignore | 1 + composer.json | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 37ad78667444046abba5b38a8ff320bb693916ee..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK%}T>S5Z<*_Hxw}k!5;VGt%nA*)`JjgJ$Mr$dQfQ-TWp{vB}pwBD|rolBcH(6 zab|Zb7JKj{VrO9Yo7tJ!&3uskVT|$CxaTltGsXloM2^Y=!Qq9j6%&leagKBp4C4T- zw_s#^e;x4KODtsxy9p*=zke8}S-t+wS4!p8wRIsxMQn&`ZxBzs%+JPY%TF%RI`y+b zVDz&%9)9Y6a31z29ee92jxs-t`iV*odwmGGx(K6QJZZ(_sF$jFJngV7OIRJdn&$_5 zHR`+s heWa?K+AmRuIM-mI5of`1l@3T30YwOP#K12w@Bvq!Pu~Cl 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": {