summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-06-12 15:38:20 +0200
committerRemi Collet <remi@remirepo.net>2019-06-12 15:38:20 +0200
commitfd22c1906fa4a74bfbda8680b476a070ebe93548 (patch)
tree6c7a09ad7d7f111347ec2e1066d00c18af415b3c /composer.json
parent086d1f05c3f1649bf54596e57683f5c92c4ea0f0 (diff)
sync with fedoraHEADmaster
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json12
1 files changed, 8 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 937d7f9..ab3db31 100644
--- a/composer.json
+++ b/composer.json
@@ -5,13 +5,17 @@
"authors": [
{
"name": "Michael Bodnarchuk",
- "email": "davert.php@mailican.com"
+ "email": "davert@codeception.com"
}
],
- "require-dev": {
- "phpunit/phpunit": "~4.0"
+ "require": {
+ "php": ">= 7.0",
+ "phpunit/phpunit": "> 6.0"
},
"autoload": {
- "files": ["src/Codeception/function.php"]
+ "files": ["src/Codeception/function.php"],
+ "psr-4":{
+ "Codeception\\": "src\\Codeception"
+ }
}
}