Skip to content

Commit

Permalink
increase required PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
optimistex committed May 29, 2021
1 parent 1a7c6e8 commit 744a301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "optimistex/math-expression",
"version": "2.1.4",
"version": "2.2.0",
"type": "library",
"description": "Taken from http://www.phpclasses.org/browse/file/11680.html, cred to Miles Kaufmann",
"keywords": [
Expand Down Expand Up @@ -37,6 +37,6 @@
}
},
"require": {
"php": "^5.4 || >=7.0 <7.3"
"php": "^5.4 || >=7.0 <8.1"
}
}

0 comments on commit 744a301

Please sign in to comment.