gestion des graph dans l'impression
... | ... | @@ -3,7 +3,8 @@ |
"type": "library", | ||
"require": { | ||
"php": ">=7.0.0", | ||
"phayes/geophp": "^1.2" | ||
"phayes/geophp": "^1.2", | ||
"ext-json": "*" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... |
Please register or sign in to comment