Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bbsnly committed Mar 12, 2019
1 parent a80e644 commit fcd90fb
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ php:
- '7.1'
- '7.2'
- '7.3'
- nightly

install: travis_retry composer install --no-interaction --prefer-dist --no-suggest

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Anatoliy Babushka
Copyright (c) 2019 Anatoliy Babushka

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Require this package with composer.
composer require bbsnly/chartjs-php
```

Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
Laravel 5.5 (and later) uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
```php
Expand All @@ -40,7 +40,7 @@ Bbsnly\ChartJs\ChartServiceProvider::class,


## Requirements
* `php >= 7.0`
* `php >= 7.1`
* `ChartJS >= 2.0`


Expand Down

0 comments on commit fcd90fb

Please # to comment.