Skip to content

Commit

Permalink
Adding PHP cURL support #74
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipsnick committed Jan 8, 2015
1 parent a95c7a9 commit 2c5ff24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chef/cookbooks/ls-dev/recipes/php.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
package "php5-mcrypt"
package "php5-memcached"
package "php5-xdebug"
package "php5-imagick"
package "php5-imagick"
package "php5-curl"
1 change: 1 addition & 0 deletions test/integration/webapp/serverspec/localhost/php_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
its(:stdout) { should match /Xdebug/ }
its(:stdout) { should match /mcrypt/ }
its(:stdout) { should match /imagick/ }
its(:stdout) { should match /curl/ }
end

describe file('/etc/php5/fpm/pool.d/www.conf') do
Expand Down

0 comments on commit 2c5ff24

Please sign in to comment.