Skip to content

Commit 5f7ead1

Browse files
committed
Merge branch 'master' into fix/better-autoload
2 parents adbdf22 + 60e7c9c commit 5f7ead1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
src export-ignore
2+
build.php export-ignore
3+
example.php export-ignore

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
"url": "https://github.com/Automattic/php-thrift-sql"
2626
}
2727
],
28-
"archive": {
29-
"exclude": [ "/src", "/build.php", "/example.php" ]
30-
},
3128
"require-dev": {
3229
"jesseschalken/autoload-generator": "^0.2.3"
3330
}

0 commit comments

Comments
 (0)