diff --git a/README.md b/README.md index 4d998470..95524002 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Please find below the PHP support for `Csv` version 9. Install `Csv` using Composer. ```bash -composer require league/csv +composer require league/csv:^9.0 ``` ## Configuration diff --git a/composer.json b/composer.json index b512481d..7d5d5c0e 100644 --- a/composer.json +++ b/composer.json @@ -35,11 +35,11 @@ "doctrine/collections": "^2.1.2", "friendsofphp/php-cs-fixer": "^v3.14.3", "phpbench/phpbench": "^1.2.8", - "phpstan/phpstan": "^1.10.0", + "phpstan/phpstan": "^1.10.4", "phpstan/phpstan-deprecation-rules": "^1.1.2", - "phpstan/phpstan-phpunit": "^1.3.7", + "phpstan/phpstan-phpunit": "^1.3.10", "phpstan/phpstan-strict-rules": "^1.5.0", - "phpunit/phpunit": "^10.0.11", + "phpunit/phpunit": "^10.0.14", "ext-xdebug": "*" }, "autoload": { diff --git a/docs/_data/project.yml b/docs/_data/project.yml index 15d157b3..43f3e87c 100644 --- a/docs/_data/project.yml +++ b/docs/_data/project.yml @@ -44,5 +44,5 @@ highlights: - 'Support PHP Stream filtering capabilities' - 'Transform CSV documents into popular formats (JSON, XML or HTML)' - 'Framework-agnostic' -composer: '$ composer require league/csv' +composer: 'composer require league/csv:^9.0' support: 'Once a new major version is released, the previous stable release remains supported for six more months with patches and security fixes.'