mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-15 08:34:11 +03:00
Use UA Parser from packagist.org instead of GitHub repo
This commit is contained in:
parent
52107afc1a
commit
090383bc95
@ -29,7 +29,7 @@
|
||||
"canteen/html5": "1.1.*",
|
||||
"vierbergenlars/php-semver": "3.0.*",
|
||||
"swiftmailer/swiftmailer": "5.3.*",
|
||||
"ua-parser/ua-parser": "dev-master#c95b59bc18e5f0a2a44ae145b6f32561c7e4fc25"
|
||||
"ua-parser/uap-php": "3.4.*"
|
||||
},
|
||||
"require-dev": {
|
||||
"squizlabs/php_codesniffer": "1.*"
|
||||
@ -37,12 +37,6 @@
|
||||
"config": {
|
||||
"vendor-dir": "mibew/vendor"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/ua-parser/uap-php"
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"post-install-cmd": "php mibew/vendor/bin/uaparser.php ua-parser:update"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user