summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-09-10 10:43:06 +0200
committerRemi Collet <remi@remirepo.net>2017-09-10 10:43:06 +0200
commit5d958aae98302fb55787a4e49138ee5e7e692504 (patch)
tree6808fea659000f1865632c11e9668e62e0f0daa3 /composer.json
parent94d7b3578152c9da2a6bd3fb4e2fa10ee5883691 (diff)
backport
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..570a609
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,24 @@
+{
+ "name": "codeception/specify",
+ "description": "BDD code blocks for PHPUnit and Codeception",
+ "minimum-stability": "stable",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Michael Bodnarchuk",
+ "email": "davert.php@mailican.com"
+ }
+ ],
+ "require": {
+ "php": ">=5.4.0",
+ "myclabs/deep-copy": "~1.1"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~4.0"
+ },
+ "autoload": {
+ "psr-0": {
+ "Codeception\\": "src/"
+ }
+ }
+}