composer update

This commit is contained in:
2019-12-01 06:37:45 +00:00
parent fa199eef05
commit 3115ab75a5
3650 changed files with 72361 additions and 147137 deletions

View File

@@ -1,4 +1,4 @@
# Lavacharts 3.1.10
# Lavacharts 3.1.11
[![Total Downloads](https://img.shields.io/packagist/dt/khill/lavacharts.svg?style=plastic)](https://packagist.org/packages/khill/lavacharts)
[![License](https://img.shields.io/packagist/l/khill/lavacharts.svg?style=plastic)](http://opensource.org/licenses/MIT)
@@ -242,3 +242,7 @@ Or if you have multiple charts, you can condense theh view code withL
# Changelog
The complete changelog can be found [here](https://github.com/kevinkhill/lavacharts/wiki/Changelog)
## Stargazers over time
[![Stargazers over time](https://starchart.cc/kevinkhill/lavacharts.svg)](https://starchart.cc/kevinkhill/lavacharts)

View File

@@ -30,7 +30,7 @@
},
"require": {
"php": ">=5.4.0",
"nesbot/carbon": "~1.14"
"nesbot/carbon": ">=1.14 <3.0"
},
"autoload": {
"psr-4": {

View File

@@ -4,10 +4,10 @@ parameters:
services:
lavacharts:
class: %khill.lavacharts.class%
class: "%khill.lavacharts.class%"
lavacharts.twig_extension:
class: %khill.lavacharts.twig%
class: "%khill.lavacharts.twig%"
public: false
arguments: ['@lavacharts']
tags: