Skip to content

Commit

Permalink
remove bundled phing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
heartsentwined committed Sep 15, 2012
1 parent e8d3fad commit aa61fad
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
19 changes: 19 additions & 0 deletions README.md
Expand Up @@ -18,6 +18,25 @@ you'll have to change the code in each Task's `main()` method.
}
```

[Phing](https://github.com/phingofficial/phing) is **not** bundled with this package.

You can install it through Composer and use the CLI at `vendor/bin/phing`:

```json
{
"require": {
"phing/phing": "*"
}
}
```

or through PEAR and use the CLI at `phing`:

```sh
$ pear channel-discover pear.phing.info
$ pear install [--alldeps] phing/phing
```

# Usage

## ClassmapTask
Expand Down
1 change: 0 additions & 1 deletion composer.json
Expand Up @@ -16,7 +16,6 @@
},
"require": {
"php": ">=5.3.3",
"phing/phing": "*",
"symfony/yaml": "2.0.*",
"zendframework/zendframework": "2.*",
"heartsentwined/zf2-doctrine": "1.*",
Expand Down

0 comments on commit aa61fad

Please sign in to comment.