aboutsummaryrefslogblamecommitdiff
path: root/composer.json
blob: 3024ee71ba3f7a2104804f95bc79337f23ddbea8 (plain) (tree)
1
 
















                                                      
      





                                      
                  

                  
                              



                   
     
   
 
{
  "name": "nxp/math-executor",
  "description": "Simple math expressions calculator",
  "minimum-stability": "stable",
  "keywords": [
    "math",
    "parser",
    "expression",
    "calculator",
    "formula",
    "mathmatics"
  ],
  "homepage": "http://github.com/NeonXP/MathExecutor",
  "license": "MIT",
  "authors": [
    {
      "name": "Alexander 'NeonXP' Kiryukhin",
      "email": "a.kiryukhin@mail.ru"
    },
    {
      "name": "Bruce Wells",
      "email": "brucekwells@gmail.com"
    }
  ],
  "require": {
    "php": ">=7.2"
  },
  "require-dev": {
    "phpunit/phpunit": ">=8.0"
  },
  "autoload": {
    "psr-0": {
      "NXP": "src/"
    }
  }
}