summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-09-04 12:36:20 +0200
committerRemi Collet <remi@remirepo.net>2017-09-04 12:36:20 +0200
commit086d1f05c3f1649bf54596e57683f5c92c4ea0f0 (patch)
tree7190021ca4a07acfccafd52ad3621302b447dcf7 /composer.json
parentfccf0e0fd7d2ac9c3b00861be7d97cea9c6b019d (diff)
backport
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"]
+ }
+}