Skip to content

Commit a4148c9

Browse files
author
Andrey Helldar
authored
Merge branch 'main' into 3.x
2 parents b26fe49 + ed5f986 commit a4148c9

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.gitattributes

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
* text=auto
22

3-
/tests export-ignore
4-
.editorconfig export-ignore
3+
tests/ export-ignore
4+
5+
.codecov.yml export-ignore
56
.gitattributes export-ignore
67
.gitignore export-ignore
8+
.scrutinizer.yml export-ignore
79
.styleci.yml export-ignore
8-
.travis.yml export-ignore
9-
phpunit.xml.dist export-ignore
10-
CONTRIBUTING.md export-ignore
10+
11+
phpunit.php export-ignore
12+
phpunit.xml export-ignore

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
"laravel/framework": "^6.0|^7.0|^8.0",
2828
"laravel/lumen-framework": "^6.0|^7.0|^8.0"
2929
},
30+
"conflict": {
31+
"andrey-helldar/laravel-support": "*"
32+
},
3033
"autoload": {
3134
"psr-4": {
3235
"DragonCode\\LaravelSupport\\": "src"

0 commit comments

Comments
 (0)