Skip to content

Commit

Permalink
Merge pull request #13872 from seamuslee001/composer_2_0_compatability
Browse files Browse the repository at this point in the history
Fix up composer for composer 2.0 compatibility
  • Loading branch information
eileenmcnaughton authored Mar 22, 2019
2 parents 9269dbe + 3018c1d commit 839bb47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
"zetacomponents/mail": "dev-1.8-civi",
"marcj/topsort": "~1.1",
"phpoffice/phpword": "^0.15.0",
"pear/Validate_Finance_CreditCard": "dev-master",
"pear/validate_finance_creditcard": "dev-master",
"civicrm/civicrm-cxn-rpc": "~0.19.01.08",
"pear/Auth_SASL": "1.1.0",
"pear/Net_SMTP": "1.6.*",
"pear/Net_socket": "1.0.*",
"pear/auth_sasl": "1.1.0",
"pear/net_smtp": "1.6.*",
"pear/net_socket": "1.0.*",
"pear/mail": "^1.4",
"civicrm/civicrm-setup": "~0.2.0",
"guzzlehttp/guzzle": "^6.3",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

0 comments on commit 839bb47

Please sign in to comment.