Skip to content

Commit

Permalink
Tag v 4.0.3 symfony/dotenv is now an optional dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ffflabs committed Jan 7, 2020
1 parent bcdece9 commit 300a528
Show file tree
Hide file tree
Showing 2 changed files with 730 additions and 1,607 deletions.
92 changes: 47 additions & 45 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,49 @@
{
"name": "amenadiel/jpgraph",
"type": "library",
"description": "jpGraph, library to make graphs and charts",
"version": "4.0.2",
"keywords": ["graph", "chart", "pie", "jpgraph", "data"],
"homepage": "http://jpgraph.net/",
"license": "QPL-1.0",

"support":
{
"issues": "https://github.com/huasofoundries/jpgraph/issues"
},
"require":
{
"php": ">=7.0.0",
"ext-gd": "*",
"symfony/dotenv": "~4.2"
},
"require-dev":
{
"ext-xdebug": "*",
"friendsofphp/php-cs-fixer": "^2.4",
"phpunit/phpunit": "^6",
"codeception/codeception": "~2.4.1",
"monolog/monolog": "^1.23",
"kint-php/kint": "^2.2",
"php-console/php-console": "^3.1"
},
"autoload":
{
"psr-4":
{
"Amenadiel\\JpGraph\\": "src/",
"Amenadiel\\JpGraph\\Graph\\": "src/graph",
"Amenadiel\\JpGraph\\Image\\": "src/image",
"Amenadiel\\JpGraph\\Plot\\": "src/plot",
"Amenadiel\\JpGraph\\Text\\": "src/text",
"Amenadiel\\JpGraph\\Themes\\": "src/themes",
"Amenadiel\\JpGraph\\Util\\": "src/util"
}
},
"scripts":
{
"start": "php -S localhost:8000 -t Examples"
"name": "amenadiel/jpgraph",
"type": "library",
"description": "jpGraph, library to make graphs and charts",
"version": "4.0.3",
"keywords": [
"graph",
"chart",
"pie",
"jpgraph",
"data"
],
"homepage": "http://jpgraph.net/",
"license": "QPL-1.0",
"support": {
"issues": "https://github.com/huasofoundries/jpgraph/issues"
},
"require": {
"php": ">=7.0.0",
"ext-gd": "*"
},
"require-dev": {
"kint-php/kint": "^3.3",
"symfony/event-dispatcher": "~4.2",
"symfony/yaml": "4.*",
"codeception/codeception": "^4.0",
"codeception/module-asserts": "^1.1",
"squizlabs/php_codesniffer": "^3.5",
"symfony/dotenv": "~4.2.0"
},
"autoload": {
"psr-4": {
"Amenadiel\\JpGraph\\UnitTest\\": "tests",
"Amenadiel\\JpGraph\\": "src/",
"Amenadiel\\JpGraph\\Graph\\": "src/graph",
"Amenadiel\\JpGraph\\Graph\\Scale\\": "src/graph/scale",
"Amenadiel\\JpGraph\\Graph\\Tick\\": "src/graph/tick",
"Amenadiel\\JpGraph\\Graph\\Axis\\": "src/graph/axis",
"Amenadiel\\JpGraph\\Image\\": "src/image",
"Amenadiel\\JpGraph\\Plot\\": "src/plot",
"Amenadiel\\JpGraph\\Text\\": "src/text",
"Amenadiel\\JpGraph\\Themes\\": "src/themes",
"Amenadiel\\JpGraph\\Util\\": "src/util"
}
}
},
"scripts": {
"start": "php -S localhost:8000 -t Examples"
}
}
Loading

0 comments on commit 300a528

Please sign in to comment.