Skip to content

Commit

Permalink
Update composer install command
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Mar 6, 2023
1 parent 39e8f36 commit 5863aa2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion docs/_data/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.'

0 comments on commit 5863aa2

Please sign in to comment.