We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7fc2bd commit 1204377Copy full SHA for 1204377
1 file changed
composer.json
@@ -7,14 +7,17 @@
7
],
8
"homepage": "https://github.com/bbsnly/chartjs-php",
9
"type": "package",
10
- "version": "1.2.0",
+ "version": "1.2.1",
11
"license": "MIT",
12
"authors": [
13
{
14
"name": "Anatoliy Babushka",
15
"email": "anatoliybabushka@gmail.com"
16
}
17
18
+ "require": {
19
+ "php": ">=7.0"
20
+ },
21
"require-dev": {
22
"phpunit/phpunit": "^6.2"
23
},
@@ -36,4 +39,4 @@
36
39
"config": {
37
40
"sort-packages": true
38
41
-}
42
+}
0 commit comments