Skip to content

Releases: digitalkaoz/versioneye-php

Dependency update

22 May 09:05
Compare
Choose a tag to compare

minor changes to be compatible to the VApi again

21 Jul 12:27
Compare
Choose a tag to compare

move to php-http/httplug

21 Jul 10:52
Compare
Choose a tag to compare
  • 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

30 Mar 08:05
Compare
Choose a tag to compare
0.11.3

updated deps, fixed CI

travis changes

29 Nov 22:25
Compare
Choose a tag to compare
0.11.2

update link

fixed some api outputs

18 Nov 10:07
Compare
Choose a tag to compare
0.11.1

fixed some api output changes

Security & License Information for Dependencies

19 Sep 21:21
Compare
Choose a tag to compare
  • 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

17 Sep 08:23
Compare
Choose a tag to compare
0.10.3

fixed binary

Cleanup

09 Sep 09:43
Compare
Choose a tag to compare
  • using camelCase to snake_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

03 Sep 07:35
Compare
Choose a tag to compare
  • increase api request timeout to 30s...some operations seem to last longer than 10secs