Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Commit

Permalink
preparing for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
basz committed Oct 15, 2012
1 parent 32e405e commit 6958483
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Expand Up @@ -11,12 +11,10 @@ BsbPhingService is module for Zend Framework 2 that will enable you to run

## Release information

THIS RELEASE IS A DEVELOPMENT RELEASE AND NOT INTENDED FOR PRODUCTION USE.
PLEASE USE AT YOUR OWN RISK.

* v1.0.0-beta1 - initial release
* v1.0.0-beta2 - 'composerized', updated to zf2-beta-4
* v1.0.0-beta3 - updated to zf2 2.0.0+ ! BC Break by namespace and configuration changes!
* v1.0.0 - First release

[![Build Status](https://secure.travis-ci.org/basz/zf2-module-phing-service.png?branch=master)](http://travis-ci.org/basz/zf2-module-phing-service)

Expand All @@ -27,7 +25,7 @@ The recommended way to get a working copy of this project is to modify your comp
in your project root. This will take care of dependancies.

"require":{
"bushbaby/zf2-module-phing-service":"1.0.*",
"bushbaby/zf2-module-phing-service":"1.*",
},

and then update
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -16,7 +16,7 @@
],
"require":{
"php": ">=5.3.3",
"phing/phing":"dev-master",
"phing/phing":"2.*",
"zendframework/zendframework": "2.0.*"
},
"autoload": {
Expand Down

0 comments on commit 6958483

Please sign in to comment.