mirror of
https://github.com/elyby/accounts.git
synced 2024-12-23 22:00:06 +05:30
Upgrade patch in the build image before install dependencies
This commit is contained in:
parent
04e399c726
commit
8d28c7c453
@ -53,6 +53,8 @@ Precache dependencies:
|
||||
- .vendorCache
|
||||
cache:
|
||||
policy: pull-push
|
||||
before_script:
|
||||
- sudo apk add --update --no-cache patch
|
||||
script:
|
||||
- composer install --ignore-platform-reqs
|
||||
|
||||
|
@ -56,6 +56,7 @@
|
||||
"symfony/polyfill-php73": "*"
|
||||
},
|
||||
"extra": {
|
||||
"composer-exit-on-patch-failure": true,
|
||||
"patches": {
|
||||
"codeception/base": {
|
||||
"Fix Codeception compatibility with PHPUnit8": "patches/codeception-phpunit-8-fix.patch"
|
||||
|
2
composer.lock
generated
2
composer.lock
generated
@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "0a56121050b75bd49d4d924464422c39",
|
||||
"content-hash": "02ff1a9447555b3fcead7fb7cdae04e0",
|
||||
"packages": [
|
||||
{
|
||||
"name": "bacon/bacon-qr-code",
|
||||
|
Loading…
Reference in New Issue
Block a user