Skip to content

Commit a97d5f7

Browse files
committed
Fix shell script markdown code block style
Update license year Fix StyleCI Replace package homepage URL
1 parent b090e50 commit a97d5f7

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

.styleci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ disabled:
44
- concat_without_spaces
55
- phpdoc_no_package
66
- logical_not_operators_with_successor_space
7-
- length_ordered_imports
87
- simplified_null_return

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ Due to time constraints, we are not always able to respond as quickly as we woul
2121

2222
This project comes with a configuration file for php-cs-fixer (.php_cs) that you can use to (re)format your sourcecode for compliance with this project's coding guidelines:
2323

24-
```sh
24+
```shell script
2525
$ vendor/bin/php-cs-fixer fix
2626
```
2727

2828
## PHPUnit tests
2929

3030
The phpunit script can be used to invoke the PHPUnit test runner:
3131

32-
```sh
32+
```shell script
3333
$ vendor/bin/phpunit
3434
```
3535

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) 2018, Anton Komarev <anton@komarev.com>
3+
Copyright (c) 2020, Anton Komarev <anton@komarev.com>
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Laravel Ownership simplify management of eloquent model's owner. Group can be an
5454

5555
First, pull in the package through Composer.
5656

57-
```sh
57+
```shell script
5858
$ composer require cybercog/laravel-ownership
5959
```
6060

@@ -318,7 +318,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
318318

319319
Run the tests with:
320320

321-
```sh
321+
```shell script
322322
$ vendor/bin/phpunit
323323
```
324324

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"role": "Developer"
3232
}
3333
],
34-
"homepage": "https://github.com/cybercog/laravel-ownership",
34+
"homepage": "https://komarev.com/sources/laravel-ownership",
3535
"support": {
3636
"email": "open@cybercog.su",
3737
"issues": "https://github.com/cybercog/laravel-ownership/issues",

0 commit comments

Comments
 (0)