Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test pettern-library changes #1603

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"elife/api-client": "^1.0@dev",
"elife/api-sdk": "dev-master",
"elife/civi-contacts": "dev-master",
"elife/patterns": "dev-master",
"elife/patterns": "dev-pattern-library-node-test",
"fabpot/goutte": "^3.2",
"fig/link-util": "^1.0",
"firebase/php-jwt": "^5.0",
Expand Down Expand Up @@ -83,7 +83,11 @@
"platform": {
"php": "7.1.33"
},
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"cweagans/composer-patches": true,
"mindplay/composer-locator": true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Were these changes necessary?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was probably added when i was trying to get composer to work so not entirely sure

}
},
"extra": {
"composer-exit-on-patch-failure": true,
Expand Down
15 changes: 8 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.