Update version and composer file.

This commit is contained in:
James Cole 2016-09-14 20:37:12 +02:00
parent fab1d53714
commit 2078183e0d
2 changed files with 25 additions and 25 deletions

48
composer.lock generated
View File

@ -518,16 +518,16 @@
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
"version": "v2.5.4", "version": "v2.5.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/dbal.git", "url": "https://github.com/doctrine/dbal.git",
"reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769" "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769", "url": "https://api.github.com/repos/doctrine/dbal/zipball/9f8c05cd5225a320d56d4bfdb4772f10d045a0c9",
"reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769", "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -536,7 +536,7 @@
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "4.*", "phpunit/phpunit": "4.*",
"symfony/console": "2.*" "symfony/console": "2.*||^3.0"
}, },
"suggest": { "suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files." "symfony/console": "For helpful console commands such as SQL execution and import of files."
@ -585,7 +585,7 @@
"persistence", "persistence",
"queryobject" "queryobject"
], ],
"time": "2016-01-05 22:11:12" "time": "2016-09-09 19:13:33"
}, },
{ {
"name": "doctrine/inflector", "name": "doctrine/inflector",
@ -1039,16 +1039,16 @@
}, },
{ {
"name": "league/commonmark", "name": "league/commonmark",
"version": "0.14.0", "version": "0.15.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/commonmark.git", "url": "https://github.com/thephpleague/commonmark.git",
"reference": "b73c0b7288bd0e6f9f56bd0b20d0657214b91838" "reference": "19fb96643beba24e681c371dc133e25409742664"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/b73c0b7288bd0e6f9f56bd0b20d0657214b91838", "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/19fb96643beba24e681c371dc133e25409742664",
"reference": "b73c0b7288bd0e6f9f56bd0b20d0657214b91838", "reference": "19fb96643beba24e681c371dc133e25409742664",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1061,7 +1061,7 @@
"require-dev": { "require-dev": {
"cebe/markdown": "~1.0", "cebe/markdown": "~1.0",
"erusev/parsedown": "~1.0", "erusev/parsedown": "~1.0",
"jgm/commonmark": "0.25", "jgm/commonmark": "0.26",
"michelf/php-markdown": "~1.4", "michelf/php-markdown": "~1.4",
"mikehaertl/php-shellcommand": "~1.2.0", "mikehaertl/php-shellcommand": "~1.2.0",
"phpunit/phpunit": "~4.3|~5.0", "phpunit/phpunit": "~4.3|~5.0",
@ -1077,7 +1077,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "0.15-dev" "dev-master": "0.16-dev"
} }
}, },
"autoload": { "autoload": {
@ -1104,7 +1104,7 @@
"markdown", "markdown",
"parser" "parser"
], ],
"time": "2016-07-02 18:48:39" "time": "2016-09-14 15:44:35"
}, },
{ {
"name": "league/csv", "name": "league/csv",
@ -2014,7 +2014,7 @@
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v3.1.3", "version": "v3.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
@ -4240,16 +4240,16 @@
}, },
{ {
"name": "symfony/class-loader", "name": "symfony/class-loader",
"version": "v3.1.3", "version": "v3.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/class-loader.git", "url": "https://github.com/symfony/class-loader.git",
"reference": "817f09b4c37b7688fa4342cb4642d8f2d81c1097" "reference": "2d0ba77c46ecc96a6641009a98f72632216811ba"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/class-loader/zipball/817f09b4c37b7688fa4342cb4642d8f2d81c1097", "url": "https://api.github.com/repos/symfony/class-loader/zipball/2d0ba77c46ecc96a6641009a98f72632216811ba",
"reference": "817f09b4c37b7688fa4342cb4642d8f2d81c1097", "reference": "2d0ba77c46ecc96a6641009a98f72632216811ba",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4292,7 +4292,7 @@
], ],
"description": "Symfony ClassLoader Component", "description": "Symfony ClassLoader Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-07-10 08:05:47" "time": "2016-08-23 13:39:15"
}, },
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
@ -4405,16 +4405,16 @@
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v3.1.3", "version": "v3.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "1819adf2066880c7967df7180f4f662b6f0567ac" "reference": "f291ed25eb1435bddbe8a96caaef16469c2a092d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/1819adf2066880c7967df7180f4f662b6f0567ac", "url": "https://api.github.com/repos/symfony/yaml/zipball/f291ed25eb1435bddbe8a96caaef16469c2a092d",
"reference": "1819adf2066880c7967df7180f4f662b6f0567ac", "reference": "f291ed25eb1435bddbe8a96caaef16469c2a092d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4450,7 +4450,7 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-07-17 14:02:08" "time": "2016-09-02 02:12:52"
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",

View File

@ -10,7 +10,7 @@ return [
], ],
'chart' => 'chartjs', 'chart' => 'chartjs',
'version' => '3.10.3', 'version' => '3.10.4',
'csv_import_enabled' => true, 'csv_import_enabled' => true,
'maxUploadSize' => 5242880, 'maxUploadSize' => 5242880,
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'], 'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],