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