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 2e25e76 + bebc5c7 commit 2c466e8Copy full SHA for 2c466e8
.gitattributes
@@ -1,5 +1,15 @@
1
/.gitattributes export-ignore
2
/.gitignore export-ignore
3
+/.scrutinizer.yml export-ignore
4
+/.travis.yml export-ignore
5
+/appveyor.yml export-ignore
6
+/easy-coding-standard.neon export-ignore
7
+/Makefile export-ignore
8
+/phive.xml export-ignore
9
+/phpcs.xml.dist export-ignore
10
+/phpmd.xml.dist export-ignore
11
+/phpstan.neon export-ignore
12
+/psalm.xml export-ignore
13
/composer.lock export-ignore
14
/phpunit.xml.dist export-ignore
15
/tests/ export-ignore
.github/dependabot.yml
@@ -0,0 +1,7 @@
+version: 2
+updates:
+- package-ecosystem: composer
+ directory: "/"
+ schedule:
+ interval: daily
+ open-pull-requests-limit: 10
0 commit comments