-
- Downloads
Merge branch 'release-0.1.0' into 'master'
Phing build and release process Introduced a Phing build configuration to help with the automatic building and testing of the client, as well as the release process. In composer.json: cleaned up requirements, added a version, and provided an actual namespace for "psr-4" (composer warns against an empty namespace declaration). Commited composer.lock file to repository. Cleaned up README documentation for obtaining the client via Composer. Removed section about manual install, as this client requires the autoloading capabilities of Composer. Added release documentation. Renamed cbsIntegrationTest to cbsTechstoreClientIT so that PHPUnit does not pick up on it when running unit tests. Cleaned up .gitignore file and deleted reports/phpunit.xml, as it should not have been commited to the repository. @weizhong-wang @alundholm @lloyd-carter @paul.erickson See merge request !7
No related branches found
No related tags found
Showing
- .gitignore 5 additions, 173 deletions.gitignore
- README.md 37 additions, 29 deletionsREADME.md
- RELEASING.MD 0 additions, 0 deletionsRELEASING.MD
- build.xml 55 additions, 0 deletionsbuild.xml
- composer.json 4 additions, 9 deletionscomposer.json
- composer.lock 1413 additions, 0 deletionscomposer.lock
- phpunit.xml 1 addition, 0 deletionsphpunit.xml
- reports/phpunit.xml 0 additions, 29 deletionsreports/phpunit.xml
Loading
Please register or sign in to comment