summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json9
1 files changed, 2 insertions, 7 deletions
diff --git a/composer.json b/composer.json
index 88849a8..cbb4827 100644
--- a/composer.json
+++ b/composer.json
@@ -10,10 +10,10 @@
}
],
"require": {
- "php": ">=5.4.0"
+ "php": ">=7.0"
},
"require-dev": {
- "phpunit/phpunit": "^6.0||^5.7||^4.8.35"
+ "phpunit/phpunit": "^6.0"
},
"autoload": {
"psr-0": {
@@ -25,10 +25,5 @@
"Evenement": "tests"
},
"files": ["tests/Evenement/Tests/functions.php"]
- },
- "extra": {
- "branch-alias": {
- "dev-master": "2.0-dev"
- }
}
}