Updates deps and allow php 7

This commit is contained in:
David Stone
2025-04-07 11:48:48 -06:00
parent 89a53def32
commit 2bdefa2886
3 changed files with 147 additions and 808 deletions

949
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -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",