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

Update composer dependencies and stabilize build #33

Merged
merged 13 commits into from
Mar 25, 2018

Commits on Mar 12, 2018

  1. Run composer update in order to update the composer.lock since th…

    …e previous version didn't match with the `composer.json` one.
    JavierCane committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    984c619 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16a215b View commit details
    Browse the repository at this point in the history
  3. Fix for "Invalid type for path "monolog.handlers.main.channels.elemen…

    …ts.0". Expected scalar, but got object."
    JavierCane committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    a10d37c View commit details
    Browse the repository at this point in the history
  4. Update JMS Serializer bundle in order to fix "ServiceNotFoundExceptio…

    …n: The service "jms_serializer.stopwatch_subscriber" has a dependency on a non-existent service "debug.stopwatch"". More info: schmittjoh/JMSSerializerBundle#624
    JavierCane committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    9437f36 View commit details
    Browse the repository at this point in the history
  5. Fix for DateTimeSimilarComparator#assertEquals and `DateTimeStringS…

    …imilarComparator#assertEquals` not being compatible with `SebastianBergmann\Comparator\ObjectComparator#assertEquals`
    JavierCane committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    cbfbf80 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    45db816 View commit details
    Browse the repository at this point in the history
  7. Update Mockery in order to fix error due to PHP 7.2 deprecating `coun…

    …t` over `null`s: "count(): Parameter must be an array or an object that implements Countable"
    JavierCane committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    95637ac View commit details
    Browse the repository at this point in the history
  8. Update PhpUnit to 6.5 in order to be compatible with Mockery 1.0

    * Make the `UnitTestCase` class extend from `MockeryTestCase` in order to close and check Mockery assertions. This is the recommended way since Mockery 1.0: http://docs.mockery.io/en/latest/reference/phpunit_integration.html
    JavierCane committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    91205f4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a8885ba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    094e1bb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    30c9dad View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2018

  1. Configuration menu
    Copy the full SHA
    ad10cba View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2018

  1. Merge pull request #34 from CodelyTV/move-stub-to-test

    Move `CourseIdStub` to test namespace
    JavierCane authored Mar 25, 2018
    Configuration menu
    Copy the full SHA
    73f6962 View commit details
    Browse the repository at this point in the history