Laravel Data Sync Versions Save

Laravel utility to keep records synced between enviroments through source control

v3.0

2 years ago

This release does away with php7 backwards compatibility and upgrades the test bench to version 7. Required to run in Laravel 9.

2.1.0

2 years ago

No compatibility issues with PHP 8. Just adds it as an option in the composer.json file.

v2.0.0

4 years ago

Change log

#24 updates testbench to 5.0 and phpunit 9

  • Updates Testbench to version 5
  • Updates PHPUnit to version 9
  • Updates tests to match the new PHPUnit requirements

#25 remote JSON files

  • Adds the ability to store the JSON files in a remote location

#26 custom model namespace

  • Adds the ability to customize the namespace for the models

#27 travis & PHP

  • Remove the Travis testing on PHP 7.1
  • Bump up the minimum required PHP version to 7.2

v1.1.1

4 years ago

v1.0.0

5 years ago