larapack / hook-docs

Laravel Hooks
https://larapack.io
8 stars 3 forks source link

[Composer\Downloader\TransportException] The "https://larapack.io/packages.json" file could not be downloaded: failed to open stream: Connection refused #4

Closed CharlieEtienne closed 5 years ago

CharlieEtienne commented 6 years ago

Hi,

When I do $ composer update on prod server, I get this message:

[Composer\Downloader\TransportException]
The "https://larapack.io/packages.json" file could not be downloaded: 
failed to open stream: Connection refused

It used to work fine a month ago.

Here is the list of my installed packages (if it helps):

arrilot/laravel-widgets               3.9.0   A powerful alternative to view composers. Asynchronous widgets, reloadable widgets, console...
balping/json-raw-encoder              v1.0.0  Encode arrays to json with raw JS objects (eg. callbacks) in them
composer/ca-bundle                    1.1.0   Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bun...composer/composer                     1.6.2   Composer helps you declare, manage and install dependencies of PHP projects, ensuring you h...
composer/semver                       1.4.2   Semver library that offers utilities, version constraint parsing and validation.composer/spdx-licenses                1.2.0   SPDX licenses list and validation library.
consoletvs/charts                     6.2.1   The laravel charting packagednoegel/php-xdg-base-dir              0.1     implementation of xdg base directory specification for php
doctrine/annotations                  v1.6.0  Docblock Annotations Parserdoctrine/cache                        v1.7.1  Caching library offering an object-oriented API for many cache backends
doctrine/collections                  v1.5.0  Collections Abstraction librarydoctrine/common                       v2.8.1  Common Library for Doctrine projects
doctrine/dbal                         v2.6.3  Database Abstraction Layerdoctrine/inflector                    v1.3.0  Common String Manipulations with regard to casing and singular/plural rules.
doctrine/instantiator                 1.1.0   A small, lightweight utility to instantiate objects in PHP without invoking their constructorsdoctrine/lexer                        v1.0.1  Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.
egulias/email-validator               2.1.3   A library for validating emails against several RFCserusev/parsedown                      1.6.4   Parser for Markdown.
fideloper/proxy                       3.3.4   Set trusted proxies for Laravelfilp/whoops                           2.1.14  php error handling for cool kids
fzaninotto/faker                      v1.7.1  Faker is a PHP library that generates fake data for you.
geoip2/geoip2                         v2.8.0  MaxMind GeoIP2 PHP API
gloudemans/shoppingcart               2.5.0   Laravel Shoppingcart
guzzlehttp/psr7                       1.4.2   PSR-7 message implementation that also provides common utility methods
hamcrest/hamcrest-php                 v2.0.0  This is the PHP port of Hamcrest Matchers
intervention/image                    2.4.1   Image handling and manipulation library with support for Laravel integration
jakub-onderka/php-console-color       0.1
jakub-onderka/php-console-highlighter v0.3.2
justinrainbow/json-schema             5.2.6   A library to validate a json schema.
larapack/doctrine-support             v0.1.4  Better Doctrine Support with Laravel (Support for `enum`)
larapack/hooks                        v1.0.1  A Laravel Hook system
larapack/voyager-hooks                v1.0.4  Hooks integrated in Voyager
laravel/framework                     v5.5.28 The Laravel Framework.
laravel/tinker                        v1.0.3  Powerful REPL for the Laravel framework.
league/flysystem                      1.0.41  Filesystem abstraction: Many filesystems, one API.
maxmind-db/reader                     v1.3.0  MaxMind DB Reader API
maxmind/web-service-common            v0.5.0  Internal MaxMind Web Service API
mockery/mockery                       1.0     Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHP...
monolog/monolog                       1.23.0  Sends your logs to files, sockets, inboxes, databases and various web services
mtdowling/cron-expression             v1.2.1  CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is...
myclabs/deep-copy                     1.7.0   Create deep copies (clones) of your objects
nesbot/carbon                         1.22.1  A simple API extension for DateTime.
nikic/php-parser                      v3.1.3  A PHP parser written in PHP
paragonie/random_compat               v2.0.11 PHP 5.x polyfill for random_bytes() and random_int() from PHP 7
phar-io/manifest                      1.0.1   Component for reading phar.io manifest information from a PHP Archive (PHAR)
phar-io/version                       1.0.1   Library for handling version information and constraints
phpdocumentor/reflection-common       1.0.1   Common reflection classes used by phpdocumentor to reflect the code structure
phpdocumentor/reflection-docblock     4.2.0   With this component, a library can provide support for annotations via DocBlocks or otherwi...
phpdocumentor/type-resolver           0.4.0
phpspec/prophecy                      1.7.3   Highly opinionated mocking framework for PHP 5.3+
phpunit/php-code-coverage             5.3.0   Library that provides collection, processing, and rendering functionality for PHP code cove...
phpunit/php-file-iterator             1.4.5   FilterIterator implementation that filters files based on a list of suffixes.
phpunit/php-text-template             1.2.1   Simple template engine.
phpunit/php-timer                     1.0.9   Utility class for timing
phpunit/php-token-stream              2.0.2   Wrapper around PHP's tokenizer extension.
phpunit/phpunit                       6.5.5   The PHP Unit Testing framework.
phpunit/phpunit-mock-objects          5.0.6   Mock Object library for PHPUnit
psr/container                         1.0.0   Common Container Interface (PHP FIG PSR-11)
psr/http-message                      1.0.1   Common interface for HTTP messages
psr/log                               1.0.2   Common interface for logging libraries
psr/simple-cache                      1.0.0   Common interfaces for simple caching
psy/psysh                             v0.8.17 An interactive shell for modern PHP.
ramsey/uuid                           3.7.1   Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 un...
sebastian/code-unit-reverse-lookup    1.0.1   Looks up which function or method a line of code belongs to
sebastian/comparator                  2.1.1   Provides the functionality to compare PHP values for equality
sebastian/diff                        2.0.1   Diff implementation
sebastian/environment                 3.1.0   Provides functionality to handle HHVM/PHP environments
sebastian/exporter                    3.1.0   Provides the functionality to export PHP variables for visualization
sebastian/global-state                2.0.0   Snapshotting of global state
sebastian/object-enumerator           3.0.3   Traverses array structures and object graphs to enumerate all referenced objects
sebastian/object-reflector            1.1.1   Allows reflection of object attributes, including inherited and non-public ones
sebastian/recursion-context           3.0.0   Provides functionality to recursively process PHP variables
sebastian/resource-operations         1.0.0   Provides a list of PHP built-in functions that operate on resources
sebastian/version                     2.0.1   Library that helps with managing the version number of Git-hosted PHP projects
seld/cli-prompt                       1.0.3   Allows you to prompt for user input on the command line, and optionally hide the characters...
seld/jsonlint                         1.7.0   JSON Linter
seld/phar-utils                       1.0.1   PHAR file format utilities, for when PHP phars you up
simshaun/recurr                       v3.0.5  PHP library for working with recurrence rules
swiftmailer/swiftmailer               v6.0.2  Swiftmailer, free feature-rich PHP mailer
symfony/console                       v3.4.3  Symfony Console Component
symfony/css-selector                  v3.4.3  Symfony CssSelector Component
symfony/debug                         v3.4.3  Symfony Debug Component
symfony/event-dispatcher              v4.0.3  Symfony EventDispatcher Component

The only new package I added since last time is consoletvs/invoices.