Skip to content

Commit b85e4df

Browse files
committed
Add proxy use entity
1 parent 2b01d24 commit b85e4df

File tree

13 files changed

+849
-228
lines changed

13 files changed

+849
-228
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/vendor/
2+
/bin/
23

34
# IDE specific files
45
/.idea/*

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
},
1515
"require": {},
1616
"require-dev": {
17-
"phpunit/phpunit": "~4.4"
17+
"phpunit/phpunit": "~5.0"
18+
},
19+
"config": {
20+
"bin-dir": "bin"
1821
}
1922
}

0 commit comments

Comments
 (0)