File tree Expand file tree Collapse file tree 5 files changed +8
-2135
lines changed Expand file tree Collapse file tree 5 files changed +8
-2135
lines changed Original file line number Diff line number Diff line change 1
1
composer.phar
2
2
/vendor /
3
3
/build
4
+ /composer.lock
Original file line number Diff line number Diff line change 15
15
<exclude-pattern >*/*.js</exclude-pattern >
16
16
<exclude-pattern >*/*.xml</exclude-pattern >
17
17
<exclude-pattern >*/autoload.php</exclude-pattern >
18
+ <exclude-pattern >*/app/Middleware/*</exclude-pattern >
19
+ <exclude-pattern >*/app/Console/Kernel.php</exclude-pattern >
20
+ <exclude-pattern >*/app/Exceptions/Handler.php</exclude-pattern >
21
+ <exclude-pattern >*/app/Http/Kernel.php</exclude-pattern >
22
+ <exclude-pattern >*/app/Providers/*</exclude-pattern >
18
23
<!-- Include the whole PSR-2 standard -->
19
24
<rule ref =" PSR2" />
20
25
<!--
Original file line number Diff line number Diff line change 1
1
# Greynoise Design - Laravel 5 Standard
2
2
3
- Version 1.0.0
3
+ Version 1.0.1
4
4
5
5
| Master | Develop |
6
6
| :---: | :---: |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " greynoise-design/laravel-coding-standard" ,
3
3
"description" : " Laravel 5 Coding Standard for PHP_CodeSniffer 3." ,
4
- "version" :" 1.0.0 " ,
4
+ "version" :" 1.0.1 " ,
5
5
"license" :" MIT" ,
6
6
"authors" : [
7
7
{
You can’t perform that action at this time.
0 commit comments