Why would you delete the repository `propaganistas\laravel-intl`
Closed this issue · 1 comments
OzanKurt commented
Why would you delete the repository `propaganistas\laravel-intl`
Propaganistas commented
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"
}
]