[composer] Leaflet github repository was referencing the wrong url. blocked to version 1.9.
This commit is contained in:
parent
51eb3c5fd9
commit
53c0e1a45f
|
|
@ -1,4 +1,18 @@
|
|||
{
|
||||
"repositories": [
|
||||
{
|
||||
"type":"package",
|
||||
"package": {
|
||||
"name": "leaflet/leaflet",
|
||||
"version":"1.9",
|
||||
"source": {
|
||||
"url": "https://github.com/Leaflet/Leaflet.git",
|
||||
"type": "git",
|
||||
"reference":"main"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "laravel/laravel",
|
||||
"type": "project",
|
||||
"description": "The skeleton application for the Laravel framework.",
|
||||
|
|
@ -14,7 +28,7 @@
|
|||
"laravel/sanctum": "^4.0",
|
||||
"laravel/telescope": "^5.0",
|
||||
"laravel/tinker": "^2.9",
|
||||
"leaflet/leaflet": "*",
|
||||
"leaflet/leaflet": "^1.9.0",
|
||||
"livewire/livewire": "^3.0",
|
||||
"maatwebsite/excel": "^3.1",
|
||||
"plesk/ext-laravel-integration": "^7.0"
|
||||
|
|
|
|||
714
laravel_app/composer.lock
generated
714
laravel_app/composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue