Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
ctf0 committed Dec 1, 2020
1 parent 26f658f commit 733a2f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,7 @@ Therefor **PackageChangeLog** was made, to help developers keep their packages a
## Installation

- `composer require ctf0/package-changelog`
- (Laravel < 5.5) add the service provider to `config/app.php`

```php
'providers' => [
ctf0\PackageChangeLog\PackageChangeLogServiceProvider::class,
]
```
- under `composer.json` we will auto add
- after installation, package will auto-register the below to `composer.json`
+ check [composer docs](https://getcomposer.org/doc/articles/scripts.md#what-is-a-script-) for more info

```json
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
}
],
"require": {
"php": "~7.0",
"illuminate/support": ">=7.0"
"illuminate/support": ">=7.0 <9.0"
},
"autoload": {
"psr-4": {
Expand Down
3 changes: 2 additions & 1 deletion logs/v2.0.0.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- we now use commands instead of events `composer.json` file, so plz remove the old setup from v1
- we now use commands instead of events, so plz remove the v1 setup if you still have

+ composer.json --> 'App\\Providers\\EventServiceProvider::postAutoloadDump'
+ app\Providers\EventServiceProvider -->
```
Expand Down

0 comments on commit 733a2f9

Please sign in to comment.