Skip to content

Commit

Permalink
Add GD module as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Hoff committed Aug 6, 2016
1 parent 0aeae27 commit 41ed747
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ This library is used by https://poser.pugx.org
[![Latest Stable Version](https://poser.pugx.org/badges/poser/version.svg)](https://packagist.org/packages/badges/poser) [![Latest Unstable Version](https://poser.pugx.org/badges/poser/v/unstable.svg)](//packagist.org/packages/badges/poser) [![Total Downloads](https://poser.pugx.org/badges/poser/downloads.svg)](https://packagist.org/packages/badges/poser)
[![Build Status](https://travis-ci.org/badges/poser.svg?branch=master)](https://travis-ci.org/badges/poser)

## Dependencies

* PHP 5.3 or higher
* GD extension

## Use as command

#### 1. Create a project
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
},
"require": {
"php": ">=5.3",
"ext-gd": "*",
"symfony/console": "~2.0|~3.0",
"coduo/phpspec-data-provider-extension": "^1.0"
},
Expand Down

0 comments on commit 41ed747

Please sign in to comment.