Fix some cache issues and a version bump.

This commit is contained in:
James Cole
2019-03-08 17:57:42 +01:00
parent 244d8eecab
commit d063f32c1c
7 changed files with 40 additions and 13 deletions

12
composer.lock generated
View File

@@ -1765,16 +1765,16 @@
},
{
"name": "league/csv",
"version": "9.1.4",
"version": "9.2.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/csv.git",
"reference": "9c8ad06fb5d747c149875beb6133566c00eaa481"
"reference": "f3a3c69b6e152417e1b62d995bcad2237b053cc6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/csv/zipball/9c8ad06fb5d747c149875beb6133566c00eaa481",
"reference": "9c8ad06fb5d747c149875beb6133566c00eaa481",
"url": "https://api.github.com/repos/thephpleague/csv/zipball/f3a3c69b6e152417e1b62d995bcad2237b053cc6",
"reference": "f3a3c69b6e152417e1b62d995bcad2237b053cc6",
"shasum": ""
},
"require": {
@@ -1783,7 +1783,7 @@
},
"require-dev": {
"ext-curl": "*",
"friendsofphp/php-cs-fixer": "^2.0",
"friendsofphp/php-cs-fixer": "^2.12",
"phpstan/phpstan": "^0.9.2",
"phpstan/phpstan-phpunit": "^0.9.4",
"phpstan/phpstan-strict-rules": "^0.9.0",
@@ -1828,7 +1828,7 @@
"read",
"write"
],
"time": "2018-05-01T18:32:48+00:00"
"time": "2019-03-08T06:56:16+00:00"
},
{
"name": "league/event",