We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b26fe49 + ed5f986 commit a4148c9Copy full SHA for a4148c9
.gitattributes
@@ -1,10 +1,12 @@
1
* text=auto
2
3
-/tests export-ignore
4
-.editorconfig export-ignore
+tests/ export-ignore
+
5
+.codecov.yml export-ignore
6
.gitattributes export-ignore
7
.gitignore export-ignore
8
+.scrutinizer.yml export-ignore
9
.styleci.yml export-ignore
-.travis.yml export-ignore
-phpunit.xml.dist export-ignore
10
-CONTRIBUTING.md export-ignore
11
+phpunit.php export-ignore
12
+phpunit.xml export-ignore
composer.json
@@ -27,6 +27,9 @@
27
"laravel/framework": "^6.0|^7.0|^8.0",
28
"laravel/lumen-framework": "^6.0|^7.0|^8.0"
29
},
30
+ "conflict": {
31
+ "andrey-helldar/laravel-support": "*"
32
+ },
33
"autoload": {
34
"psr-4": {
35
"DragonCode\\LaravelSupport\\": "src"
0 commit comments