This repository has been archived by the owner on Jan 26, 2025. It is now read-only.
Version 1.2.0
Released Aug 9, 2019
Updates
- Updates travis.yaml to test only php 7.2 - php 7.3
- Updates required version of to be php 7.2
- Updates package tightenco/collect to v5.8.31 ( Resolves #63 )
- Updates package phpunit/phpunit to ^8.0
- Updates symfony/yaml to ^4.3 (Resolves #62 )
- Updates symfony/var-dumper to ^4.3 (Resolves #62 )
- Updates nesbot/carbon to ^2.0 ( Resolves #64 )
Changes
- Modifies all tests for
setUp
setUpBeforeClass
tearDownAfterClass
to have return type ofvoid
to fix errors after updating phpunit - Modifies
operatorForWhere
to have a default operator ofnull
in the collect object as required from update to tightenco/collect - changes tests to use assertStringContainsStringIgnoreCase due to update of phpunit and deprecated methods
- some whitespace changes for cleanup