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 e00c9aa + 033b129 commit 78bae27Copy full SHA for 78bae27
.gitattributes
@@ -0,0 +1,14 @@
1
+/.gitattributes export-ignore
2
+/.github export-ignore
3
+/.gitignore export-ignore
4
+/.php_cs export-ignore
5
+/.travis.yml export-ignore
6
+/CODE_OF_CONDUCT.md export-ignore
7
+/CONTRIBUTING.md export-ignore
8
+/Makefile export-ignore
9
+/box.json.dist export-ignore
10
+/composer.json export-ignore
11
+/manifest.xml.in export-ignore
12
+/phpunit.xml.dist export-ignore
13
+/tests export-ignore
14
+/tools export-ignore
composer.json
@@ -22,5 +22,10 @@
22
"psr-4": {
23
"Zalas\\PHPUnit\\Globals\\Tests\\": "tests/"
24
}
25
+ },
26
+ "extra": {
27
+ "branch-alias": {
28
+ "dev-master": "1.x-dev"
29
+ }
30
31
0 commit comments