Updates deps and allow php 7
This commit is contained in:
949
composer.lock
generated
949
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -14,8 +14,8 @@
|
||||
"translate": true
|
||||
},
|
||||
"scripts": {
|
||||
"prebuild": "composer install --no-dev --ignore-platform-reqs",
|
||||
"prebuild:dev": "composer install --ignore-platform-reqs",
|
||||
"prebuild": "composer install --no-dev",
|
||||
"prebuild:dev": "composer install",
|
||||
"build": "npm run uglify && npm run makepot && npm run cleancss && npm run archive",
|
||||
"build:dev": "npm run uglify && npm run makepot && npm run cleancss",
|
||||
"archive": "composer archive --file=$npm_package_name --format=zip",
|
||||
|
Reference in New Issue
Block a user