Skip to content

Commit

Permalink
Updated rector version and documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentmuller committed Jan 10, 2024
1 parent 93e6052 commit 255f6e1
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 31 deletions.
13 changes: 0 additions & 13 deletions all_batch.bat

This file was deleted.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"phpstan/extension-installer": "^1.0",
"friendsofphp/php-cs-fixer": "^3.0",
"phpunit/phpunit": "^10.0",
"rector/rector": "dev-main",
"rector/rector": "^0.19",
"symfony/framework-bundle": "^6.0| ^7.0",
"symfony/phpunit-bridge": "^6.0| ^7.0",
"vimeo/psalm": "^5.0"
Expand Down
29 changes: 13 additions & 16 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion resources/doc/installation.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# Installation

1. Run composer:

```console
composer require laurentmuller/highcharts-bundle
```

[Install Composer](https://getcomposer.org/download/) if you don't have it already present on your system. Depending
on how you install, you may end up with a `composer.phar` file in your directory. In that case, no worries! Your
command line in that case is:

```console
php composer.phar require laurentmuller/highcharts-bundle
```

2. Register the bundle in your `config/bundles.php`:

```php
Expand Down

0 comments on commit 255f6e1

Please sign in to comment.