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

refactor: use Composer to manage php dependencies #5216

Merged
merged 15 commits into from Jan 1, 2017

Commits on Dec 21, 2016

  1. refactor: Use composer autoloading

    Build proper composer.json with required versions
    Try to exclude dev-packages so they don't get added
    murrant committed Dec 21, 2016
    Copy the full SHA
    2983c4c View commit details
    Browse the repository at this point in the history
  2. Update documentation

    murrant committed Dec 21, 2016
    Copy the full SHA
    7b3448d View commit details
    Browse the repository at this point in the history
  3. Refine composer.json, force php version 5.3.9

    Update docs to be more correct
    add post-autoload-dump to avoid changed files when composer update is run.
    run composer dump-autoload --optimize
    murrant committed Dec 21, 2016
    Copy the full SHA
    cf0f3da View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5f40907 View commit details
    Browse the repository at this point in the history
  5. update scrutinizer.yml ignore

    murrant committed Dec 21, 2016
    Copy the full SHA
    0489b30 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2016

  1. Copy the full SHA
    1842bbf View commit details
    Browse the repository at this point in the history
  2. Update phpmailer to 5.2.19

    murrant committed Dec 27, 2016
    Copy the full SHA
    a2fff74 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ce659ec View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2016

  1. Some billing graphing fixes.

    Disable debug in vendor/amenadiel/jpgraph/src/includes/jpgraph.php
    murrant committed Dec 28, 2016
    Copy the full SHA
    eb4a2d7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e62ee45 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a6622b6 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c504558 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    murrant committed Dec 28, 2016
    Copy the full SHA
    0b68efb View commit details
    Browse the repository at this point in the history
  6. Remove custom classloader

    murrant committed Dec 28, 2016
    Copy the full SHA
    cc353da View commit details
    Browse the repository at this point in the history
  7. Update phpmailer to 5.2.21

    murrant committed Dec 28, 2016
    Copy the full SHA
    20cb15f View commit details
    Browse the repository at this point in the history