dependencies

Track your application dependencies and their status within a Laravel Application

MIT License

Downloads
5.2K
Stars
1
Committers
1
dependencies - 1.1.0

Published by sfneal about 3 years ago

  • optimize DependencyRepository::get() method and related calls by reducing collection mapping
  • refactor ComposerDependencies return a flat collection composer packages (removed 'composer' value)
dependencies - 1.0.1

Published by sfneal about 3 years ago

  • make ComposerDependencyTest for testing ComposerDependencies utility class
dependencies - 0.6.1

Published by sfneal about 3 years ago

  • optimize repo & service tests by removing redundant http requests & assertions
  • cut packages with mismatching GitHub urls from TestCase::packageProvider()
dependencies - 1.0.0

Published by sfneal about 3 years ago

  • initial production release
  • fix laravel/framework composer requirement by replacing with illuminate/support
dependencies - 0.7.1

Published by sfneal about 3 years ago

  • add support for 'python' dependency types that use PyPi distribution
dependencies - 0.7.0

Published by sfneal about 3 years ago

  • add $type property setter to DependenciesService that asserts the dependency type is supported
  • refactor DependenciesService::getGitHubPackageName() method to DependenciesService::setGitHubRepo() & return void
  • fix issue with DependenciesService::setGitHubRepo() not using else statement for setting default value
  • add Docker repos to test dependencies
dependencies - 0.6.0

Published by sfneal about 3 years ago

  • add support for caching DependencyRepository collections
  • add 'cache.ttl' & 'cache.prefix' config keys
  • add composer requiring of sfneal/laravel-helpers for concatenating cache keys & sfneal/caching for setting/retrieving
  • add use of sfneal/caching IsCacheable trait to DependencyRepository for setting the cache key
dependencies - 0.5.0

Published by sfneal over 3 years ago

  • add 'github_alias' config array for setting alias github account names
  • make DependenciesRepositoryArrayTest for testing setting dependencies from an array
dependencies - 0.4.0

Published by sfneal over 3 years ago

  • refactor retrieving dependencies syntax from (new DependenciesRepository())->get() to Dependencies::fromConfig()->get()
  • make Dependencies with static methods for constructing dependency collections
  • refactor use of DependenciesRepository to allow for passing arrays of dependencies
dependencies - 0.3.0

Published by sfneal over 3 years ago

  • make ComposerDependencies utility for retrieving package dependencies from composer.json files
  • add 'composer_json_path' key to config for specifying the composer.json path
dependencies - 0.2.2

Published by sfneal over 3 years ago

  • add use of SvgAssertions & UrlAssertions traits in TestCase
  • start making DependenciesRepository unit tests
dependencies - 0.2.1

Published by sfneal over 3 years ago

  • make DependencyUrlTest to test url generators in isolation
  • make DependencySvgTest to test svg generators in isolation
  • make ConfigTest
dependencies - 0.2.0

Published by sfneal over 3 years ago

  • refactor test suite to use Http facade instead of GuzzleHttp\Client
  • refactor DependencyService methods to return an instance of DependencyUrl for retrieving urls & svgs
dependencies - 0.1.1

Published by sfneal over 3 years ago

  • add url & response contains assertions
  • add packages to the dataProvider
dependencies - 0.1.0

Published by sfneal over 3 years ago

  • initial pre-release
  • make config file, service provider, service & repository
  • add dependencies (laravel & sfneal/string-helpers)
Package Rankings
Top 23.8% on Packagist.org
Badges
Extracted from project README
Packagist PHP support Latest Version on Packagist Quality Score Total Downloads