Skip to content

Commit fcd90fb

Browse files
committed
Minor updates
1 parent a80e644 commit fcd90fb

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
insert_final_newline = true
7+
indent_style = space
8+
indent_size = 4
9+
trim_trailing_whitespace = true
10+
11+
[*.md]
12+
trim_trailing_whitespace = false

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ php:
44
- '7.1'
55
- '7.2'
66
- '7.3'
7-
- nightly
87

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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Anatoliy Babushka
3+
Copyright (c) 2019 Anatoliy Babushka
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docs/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Require this package with composer.
3131
composer require bbsnly/chartjs-php
3232
```
3333

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

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

4141

4242
## Requirements
43-
* `php >= 7.0`
43+
* `php >= 7.1`
4444
* `ChartJS >= 2.0`
4545

4646

0 commit comments

Comments
 (0)