Skip to content

Commit e0f0a34

Browse files
committedNov 27, 2014
change output to not use magic replacement as it does not work on every platform (apparently)
1 parent 8326c14 commit e0f0a34

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
 

‎.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
behat.yml
44
vendor
55
composer.lock
6-
phpspec-*.phar
6+
phpspec.phar

‎box.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
}
1515
],
1616
"main": "bin/phpspec",
17-
"git-commit": "git-commit",
18-
"git-version": "git-version",
19-
"output": "phpspec-@git-version@.phar",
17+
"output": "phpspec.phar",
2018
"stub": true
2119
}

0 commit comments

Comments
 (0)
Please sign in to comment.