mirror of
https://github.com/elyby/accounts.git
synced 2024-12-24 14:19:49 +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
|
- .vendorCache
|
||||||
cache:
|
cache:
|
||||||
policy: pull-push
|
policy: pull-push
|
||||||
|
before_script:
|
||||||
|
- sudo apk add --update --no-cache patch
|
||||||
script:
|
script:
|
||||||
- composer install --ignore-platform-reqs
|
- composer install --ignore-platform-reqs
|
||||||
|
|
||||||
|
@ -56,6 +56,7 @@
|
|||||||
"symfony/polyfill-php73": "*"
|
"symfony/polyfill-php73": "*"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
|
"composer-exit-on-patch-failure": true,
|
||||||
"patches": {
|
"patches": {
|
||||||
"codeception/base": {
|
"codeception/base": {
|
||||||
"Fix Codeception compatibility with PHPUnit8": "patches/codeception-phpunit-8-fix.patch"
|
"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",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "0a56121050b75bd49d4d924464422c39",
|
"content-hash": "02ff1a9447555b3fcead7fb7cdae04e0",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "bacon/bacon-qr-code",
|
"name": "bacon/bacon-qr-code",
|
||||||
|
Loading…
Reference in New Issue
Block a user