Skip to content

Commit 1204377

Browse files
committed
Version update
1 parent b7fc2bd commit 1204377

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,17 @@
77
],
88
"homepage": "https://github.com/bbsnly/chartjs-php",
99
"type": "package",
10-
"version": "1.2.0",
10+
"version": "1.2.1",
1111
"license": "MIT",
1212
"authors": [
1313
{
1414
"name": "Anatoliy Babushka",
1515
"email": "[email protected]"
1616
}
1717
],
18+
"require": {
19+
"php": ">=7.0"
20+
},
1821
"require-dev": {
1922
"phpunit/phpunit": "^6.2"
2023
},
@@ -36,4 +39,4 @@
3639
"config": {
3740
"sort-packages": true
3841
}
39-
}
42+
}

0 commit comments

Comments
 (0)