Skip to content

Commit

Permalink
remove composer
Browse files Browse the repository at this point in the history
  • Loading branch information
miya0001 committed Oct 22, 2016
1 parent 48f5ccd commit e8d74fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion provision/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
- php7.0-gd
- php7.0-curl
- php-xdebug
- composer
notify: restart-apache

# Ruby
Expand Down
5 changes: 0 additions & 5 deletions spec/default/middleware_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@
its(:stdout) { should match /PHP 7\./ }
end

describe command('composer help') do
let(:disable_sudo) { true }
its(:exit_status) { should eq 0 }
end

describe command('node -v') do
let(:disable_sudo) { true }
its(:exit_status) { should eq 0 }
Expand Down

0 comments on commit e8d74fc

Please sign in to comment.