Update project dependencies

This commit is contained in:
Björn Fromme
2020-03-20 09:23:07 +01:00
parent cf3a9b15fe
commit 975b101101
Generated
+15 -13
View File
@@ -1331,33 +1331,33 @@
}, },
{ {
"name": "league/csv", "name": "league/csv",
"version": "9.5.0", "version": "9.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/csv.git", "url": "https://github.com/thephpleague/csv.git",
"reference": "b348d09d0d258a4f068efb50a2510dc63101c213" "reference": "7351a74625601914409b42b32cabb91a93773b7b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/csv/zipball/b348d09d0d258a4f068efb50a2510dc63101c213", "url": "https://api.github.com/repos/thephpleague/csv/zipball/7351a74625601914409b42b32cabb91a93773b7b",
"reference": "b348d09d0d258a4f068efb50a2510dc63101c213", "reference": "7351a74625601914409b42b32cabb91a93773b7b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-dom": "*",
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"php": ">=7.0.10" "php": "^7.2.5"
}, },
"require-dev": { "require-dev": {
"ext-curl": "*", "ext-curl": "*",
"friendsofphp/php-cs-fixer": "^2.12", "friendsofphp/php-cs-fixer": "^2.16",
"phpstan/phpstan": "^0.9.2", "phpstan/phpstan": "^0.12.0",
"phpstan/phpstan-phpunit": "^0.9.4", "phpstan/phpstan-phpunit": "^0.12.0",
"phpstan/phpstan-strict-rules": "^0.9.0", "phpstan/phpstan-strict-rules": "^0.12.0",
"phpunit/phpunit": "^6.0" "phpunit/phpunit": "^8.0"
}, },
"suggest": { "suggest": {
"ext-dom": "Required to use the XMLConverter and or the HTMLConverter classes",
"ext-iconv": "Needed to ease transcoding CSV using iconv stream filters" "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters"
}, },
"type": "library", "type": "library",
@@ -1386,17 +1386,19 @@
"role": "Developer" "role": "Developer"
} }
], ],
"description": "Csv data manipulation made easy in PHP", "description": "CSV data manipulation made easy in PHP",
"homepage": "http://csv.thephpleague.com", "homepage": "http://csv.thephpleague.com",
"keywords": [ "keywords": [
"convert",
"csv", "csv",
"export", "export",
"filter", "filter",
"import", "import",
"read", "read",
"transform",
"write" "write"
], ],
"time": "2019-12-15T19:51:41+00:00" "time": "2020-03-17T15:15:35+00:00"
}, },
{ {
"name": "league/period", "name": "league/period",