Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
bbsnly committed Jun 15, 2018
1 parent 892cb6d commit befdba6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"homepage": "https://github.com/bbsnly/chartjs-php",
"type": "package",
"version": "2.1.0",
"version": "2.1.1",
"license": "MIT",
"authors": [
{
Expand All @@ -17,7 +17,7 @@
}
],
"require": {
"php": ">=7.0"
"php": ">=7.1"
},
"autoload": {
"psr-4": {
Expand All @@ -38,5 +38,10 @@
},
"require-dev": {
"phpunit/phpunit": "^6.4"
},
"scripts": {
"test": [
"vendor/bin/phpunit"
]
}
}

0 comments on commit befdba6

Please # to comment.