Releases: digitalkaoz/versioneye-php
Releases · digitalkaoz/versioneye-php
Dependency update
1.0.2 coverage
minor changes to be compatible to the VApi again
1.0.1 api fixes
move to php-http/httplug
- moved http library to php-http/httplug (instead of egoleon/http-adapter)
- dropped 5.4 support
- fixed minor bug in docblock parsing
Migration of the HTTP-Layer (only needed if you dont use the phar
)
since we are relying on php-http we dont ship a default http implementation (for dev
we do).
install Puli on your System first:
$ curl https://puli.io/installer | php
choose one of these Client Adapters and require it with composer. e.g. :
$ composer require php-http/guzzle6-adapter
and your done!
stable dependencies
0.11.3 updated deps, fixed CI
travis changes
0.11.2 update link
fixed some api outputs
0.11.1 fixed some api output changes
Security & License Information for Dependencies
- added
--debug
flag for command to view raw output - show
Security Vulnerabilities
in Projects Endpoints for Dependencies - show
Licences
in Projects Endpoints for Dependencies - show link to Source in
products:show
Endpoint - show link to Artifact in
products:show
Endpoint
fixed binary script
0.10.3 fixed binary
Cleanup
- using
camelCase
tosnake_case
conversion consequently for converting Api/Output functions to Command Names - created Token Interface to refactor Token File reading out of CommandFactory (possible BC Break)
- updated some deps
Increase Timeout
- increase api request timeout to 30s...some operations seem to last longer than 10secs