Skip to content

Commit

Permalink
Removed file extension (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored and theofidry committed Jul 5, 2017
1 parent e1ccb69 commit fd91f4f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ build: vendor
# be used and `box.json.dist` must include the `tests` directory
#
composer install --prefer-dist
php -d zend.enable_gc=0 bin/php-scoper.php add-prefix --force
php -d zend.enable_gc=0 bin/php-scoper add-prefix --force
cd build && composer dump-autoload --classmap-authoritative
php -d zend.enable_gc=0 $(BOX) build
# Install back all the dependencies
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion box.json.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"base-path": "build",
"chmod": "0755",
"main": "bin/php-scoper.php",
"main": "bin/php-scoper",
"output": "bin/php-scoper.phar",
"directories": [
"src",
Expand Down

0 comments on commit fd91f4f

Please sign in to comment.