1
This commit is contained in:
29
vendor/phpoffice/math/composer.json
vendored
Normal file
29
vendor/phpoffice/math/composer.json
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "phpoffice/math",
|
||||
"description": "Math - Manipulate Math Formula",
|
||||
"keywords": ["PHP","mathml", "officemathml"],
|
||||
"homepage": "https://phpoffice.github.io/Math/",
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"PhpOffice\\Math\\": "src/Math/",
|
||||
"Tests\\PhpOffice\\Math\\": "tests/Math/"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Progi1984",
|
||||
"homepage": "https://lefevre.dev"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "^7.1|^8.0",
|
||||
"ext-dom": "*",
|
||||
"ext-xml": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^7.0 || ^9.0",
|
||||
"phpstan/phpstan": "^0.12.88 || ^1.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user