commit 31009d24c6855ebb2922f7905113a9ade29d8732 Author: Jerry Yan <792602257@qq.com> Date: Thu Dec 17 14:02:22 2020 +0800 Init Repository diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d76e12e --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.idea/ +composer.phar +vendor/ +composer.lock + diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..28f42bd --- /dev/null +++ b/composer.json @@ -0,0 +1,13 @@ +{ + "name": "q792602257/jerry_dsl", + "description": "My DSL Thing", + "license": "GPL-3.0-or-later", + "authors": [ + { + "name": "q792602257", + "email": "jerryyan0912@qq.com" + } + ], + "require": { + } +} \ No newline at end of file diff --git a/phpunit.xml.dist b/phpunit.xml.dist new file mode 100644 index 0000000..cab2320 --- /dev/null +++ b/phpunit.xml.dist @@ -0,0 +1,16 @@ + + + + + + ./tests + + +