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

View File

@ -51,7 +51,7 @@
"symfony/polyfill-php82": "^1.31.0",
"symfony/polyfill-php83": "^1.31.0",
"symfony/polyfill-php84": "^1.31.0",
"ext-curl": "*"
"ext-curl": "*"
},
"require-dev": {
"composer/installers": "^1.9.0",

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