diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..19d1f39 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +* text=auto + +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/LICENSE export-ignore +/README.md export-ignore +/phpunit.xml.dist export-ignore +/tests export-ignore \ No newline at end of file diff --git a/.gitignore b/.gitignore index 2ca502d..49c63d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -/vendor d \ No newline at end of file +composer.lock +/vendor \ No newline at end of file diff --git a/composer.json b/composer.json index 432d9d7..b64f26b 100644 --- a/composer.json +++ b/composer.json @@ -27,6 +27,9 @@ "phpxmlrpc/phpxmlrpc": "~4.0", "nesbot/carbon" : "~1.20" }, + "require-dev": { + "orchestra/testbench": "~3.0" + }, "autoload": { "psr-4": { "Codedge\\Evatr\\": "src/"