Skip to content
This repository was archived by the owner on Nov 2, 2022. It is now read-only.

Commit 003b869

Browse files
Merge pull request #55 from TangRufus/export-ignore
Add .gitattributes
2 parents fc0ad3f + f5840d9 commit 003b869

File tree

3 files changed

+241
-207
lines changed

3 files changed

+241
-207
lines changed

.gitattributes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Path-based git attributes
2+
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
3+
4+
# Ignore everything.
5+
/* export-ignore
6+
7+
# Export white-listed production code only.
8+
/src -export-ignore
9+
/composer.json -export-ignore
10+
/composer.lock -export-ignore
11+

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jamesryanbell/cloudflare",
33
"description": "CloudFlare API - PHP",
44
"license": "MIT",
5-
"version": "1.10.1",
5+
"version": "1.10.2",
66
"keywords": ["cloudflare", "api"],
77
"authors": [
88
{
@@ -12,7 +12,7 @@
1212
],
1313
"require": {},
1414
"require-dev": {
15-
"phpunit/phpunit": "*",
15+
"phpunit/phpunit": "< 6",
1616
"satooshi/php-coveralls": "dev-master"
1717
},
1818
"autoload": {

0 commit comments

Comments
 (0)