summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..937d7f9
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,17 @@
+{
+ "name": "codeception/verify",
+ "description": "BDD assertion library for PHPUnit",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Michael Bodnarchuk",
+ "email": "davert.php@mailican.com"
+ }
+ ],
+ "require-dev": {
+ "phpunit/phpunit": "~4.0"
+ },
+ "autoload": {
+ "files": ["src/Codeception/function.php"]
+ }
+}