Skip to content
Snippets Groups Projects
Commit fbfa4200 authored by Andrew Hoffmann's avatar Andrew Hoffmann
Browse files

Releasing version 0.1.3

parent f6ca73c4
No related branches found
No related tags found
No related merge requests found
{ {
"name": "adi-ia/cbs-techstore-client-php", "name": "adi-ia/cbs-techstore-client-php",
"description": "A PHP client used to connect with the CBS API and perform requests", "description": "A PHP client used to connect with the CBS API and perform requests",
"version": "0.1.2", "version": "0.1.3",
"license": "Apache-2.0", "license": "Apache-2.0",
"homepage": "https://wiki.doit.wisc.edu/confluence/display/ADIIA/CBS", "homepage": "https://wiki.doit.wisc.edu/confluence/display/ADIIA/CBS",
"authors": [ "authors": [
......
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "a1ae1c662161a26a35c57244a08cc218", "hash": "f24eda69b11339bc543dea3325372424",
"content-hash": "5c5a1738e7e5000ca9d771a0741c60fe", "content-hash": "3521b40068744b0ff2a7d64dacb0b25d",
"packages": [ "packages": [
{ {
"name": "mathiasverraes/money", "name": "mathiasverraes/money",
......
sonar.host.url=http://ia-builds.doit.wisc.edu:9000 sonar.host.url=http://ia-builds.doit.wisc.edu:9000
sonar.projectKey=cbs-techstore-client-php sonar.projectKey=cbs-techstore-client-php
sonar.projectName=cbs-techstore-client-php sonar.projectName=cbs-techstore-client-php
sonar.projectVersion=0.1.2 sonar.projectVersion=0.1.3
sonar.sources=src/main sonar.sources=src/main
sonar.tests=src/test sonar.tests=src/test
sonar.php.tests.reportPath=reports/phpunit.xml sonar.php.tests.reportPath=reports/phpunit.xml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment