-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added box configuration to pack phiremock as a phar. Made a namespace…
… fix in FileExpectations loader. Added phar file and documentation related to it.
- Loading branch information
Mariano Custiel
committed
Mar 7, 2016
1 parent
55887e8
commit daa1565
Showing
5 changed files
with
184 additions
and
4,295 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"directories" : [ "src" ], | ||
"compactors": [ "Herrera\\Box\\Compactor\\Php" ], | ||
"chmod" : "0755", | ||
"main" : "bin/phiremock", | ||
"output" : "phiremock.phar", | ||
"web" : false, | ||
"extract": false, | ||
"stub" : true, | ||
"files": [ | ||
"LICENSE" | ||
], | ||
"finder": [ | ||
{ | ||
"name": ["*.php"], | ||
"exclude": ["Tests", "tests"], | ||
"in": ["vendor", "."] | ||
} | ||
] | ||
} |
Oops, something went wrong.