added asset packagist to composer.json

pull/2174/head
REJack 2019-07-11 13:39:56 +02:00
parent 33ecce7207
commit b9efcc0f98
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
1 changed files with 7 additions and 1 deletions

View File

@ -26,5 +26,11 @@
},
"require": {
"bower-asset/jquery": ">=1.9.0 <4.0.0"
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}