Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the specifications #94

Merged
merged 9 commits into from
Sep 8, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@ e2e: bin/scoper.phar fixtures/set005/vendor fixtures/set011/vendor
tb: ## Run Blackfire profiling
tb: vendor
rm -rf build
rm -rf vendor-bin/*/vendor

composer install --no-dev --prefer-dist --classmap-authoritative
blackfire --new-reference run bin/php-scoper add-prefix -f -q
blackfire --new-reference run php -d zend.enable_gc=0 bin/php-scoper add-prefix --force --quiet
composer install


Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

"require": {
"php": "^7.1",
"myclabs/deep-copy": "^1.6",
"nikic/php-parser": "^3.0",
"ocramius/package-versions": "^1.1",
"padraic/phar-updater": "^1.0",
Expand Down
88 changes: 44 additions & 44 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading