Propaganistas/Laravel-Phone

Why would you delete the repository `propaganistas\laravel-intl`

Closed this issue · 1 comments

Why would you delete the repository `propaganistas\laravel-intl`

The code in there was highly outdated and unmaintained. The package was marked as deprecated on Packagist for 5 years already. Plenty of time to move away from it.

If you still need it, then you'll need to retrieve a copy somewhere, incorporate it in your application, or have composer autoload it by specifying a "repositories" entry in your composer.json file, using the "path" type.

"repositories": [
        {
            "type": "path",
            "url": "path/to/package/root"
        }
    ]