summaryrefslogtreecommitdiffstats
path: root/composer-dev.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer-dev.json')
-rw-r--r--composer-dev.json41
1 files changed, 0 insertions, 41 deletions
diff --git a/composer-dev.json b/composer-dev.json
deleted file mode 100644
index 804ba67..0000000
--- a/composer-dev.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "zendframework/zend-math",
- "description": " ",
- "license": "BSD-3-Clause",
- "keywords": [
- "zf2",
- "math"
- ],
- "homepage": "https://github.com/zendframework/zend-math",
- "autoload": {
- "psr-4": {
- "Zend\\Math\\": "src/"
- }
- },
- "require": {
- "php": "^5.5 || ^7.0",
- "ext-mbstring": "*",
- "paragonie/random_compat": "^2.0.2"
- },
- "suggest": {
- "ext-bcmath": "If using the bcmath functionality",
- "ext-gmp": "If using the gmp functionality"
- },
- "minimum-stability": "dev",
- "prefer-stable": true,
- "extra": {
- "branch-alias": {
- "dev-master": "3.0-dev",
- "dev-develop": "3.1-dev"
- }
- },
- "autoload-dev": {
- "psr-4": {
- "ZendTest\\Math\\": "test/"
- }
- },
- "require-dev": {
- "fabpot/php-cs-fixer": "1.7.*",
- "phpunit/PHPUnit": "~4.0"
- }
-}