Skip to content

Commit

Permalink
Updated Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Sep 21, 2023
1 parent 537fe6d commit 7cdeb44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1,636 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.phpunit.cache
composer.lock

vendor/
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"name": "phpoffice/math",
"description": "Math - Manipulate Math Formula",
"keywords": ["PHP","mathml", "officemathml"],
"type": "library",
"license": "MIT",
"autoload": {
Expand All @@ -19,6 +21,6 @@
"ext-xml": "*"
},
"require-dev": {
"phpunit/phpunit": "^10.3"
"phpunit/phpunit": ">=7.0"
}
}
Loading

0 comments on commit 7cdeb44

Please sign in to comment.