Skip to content

Commit

Permalink
update instructions for migration from phpexcel (PHPOffice#3483)
Browse files Browse the repository at this point in the history
  • Loading branch information
macjohnny authored Mar 25, 2023
1 parent cd9f165 commit 27a1c59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/topics/migration-from-PHPExcel.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ automatically your codebase. Assuming your files to be migrated lives
in `src/`, you can run the migration like so:

```sh
composer require rector/rector --dev
composer require rector/rector phpoffice/phpspreadsheet --dev

# this creates rector.php config
vendor/bin/rector init
Expand Down Expand Up @@ -41,7 +41,7 @@ vendor/bin/rector process src
```

For more details, see
[RectorPHP blog post](https://getrector.org/blog/2020/04/16/how-to-migrate-from-phpexcel-to-phpspreadsheet-with-rector-in-30-minutes).
[rector-phpoffice](https://github.com/rectorphp/rector-phpoffice).

## Manual changes

Expand Down

0 comments on commit 27a1c59

Please sign in to comment.