mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 13:05:53 +03:00
[PR #319] [MERGED] Composer issue 311 #782
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#782
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cypht-org/cypht/pull/319
Author: @jasonmunro
Created: 2/13/2019
Status: ✅ Merged
Merged: 2/13/2019
Merged by: @jasonmunro
Base:
master← Head:composer-issue-311📝 Commits (10+)
985a815remove libs now included with composera7a694cchange include paths for composer installed libsff2518ccomposer config and updated gitignore. Don't build on travis yetef23321composer config updates2a42855more composer config tweaks6eba048change the qr code lib to something with less requirements8e8443eadd another php extensionca36000down merge master412e955INSTALL update for composere361e65down merge master📊 Changes
174 files changed (+376 additions, -39148 deletions)
View changed files
📝
.gitignore(+1 -0)📝
.travis/setup.sh(+1 -0)📝
INSTALL(+5 -1)➕
composer.json(+41 -0)➕
composer.lock(+310 -0)📝
lib/framework.php(+1 -1)📝
modules/2fa/modules.php(+13 -10)📝
modules/core/message_functions.php(+3 -4)📝
modules/smtp/modules.php(+1 -1)➖
third_party/Base32.php(+0 -146)➖
third_party/HTMLPurifier.standalone.php(+0 -22524)➖
third_party/Html2Text.php(+0 -631)➖
third_party/Parsedown.php(+0 -1976)➖
third_party/phpqrcode.php(+0 -3312)➖
third_party/random_compat/lib/byte_safe_strings.php(+0 -195)➖
third_party/random_compat/lib/cast_to_int.php(+0 -77)➖
third_party/random_compat/lib/error_polyfill.php(+0 -49)➖
third_party/random_compat/lib/random.php(+0 -225)➖
third_party/random_compat/lib/random_bytes_com_dotnet.php(+0 -91)➖
third_party/random_compat/lib/random_bytes_dev_urandom.php(+0 -172)...and 80 more files
📄 Description
Pullrequest
Switch to using composer for PHP dependencies.
Issues
resolves #311
Checklist
Update requires running composer install in the Cypht directory
How2Test
Tests pass
Todo
This should be good to go
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.