* Test that using different models extending the same class with VirtualColumn doesn't work correctly
* Add regression test for faulty logic
* Delete unused import
* Add migration
* Fix migrations
* Make the assertions check the intended behavior
* Add L10 support
* Update PHP version in ci.yml
* Update ci.yml
* Revert ci.yml changes
* Migrate PHPUnit XML config using "--migrate-configuration"
* Update phpunit.xml (delete cacheDirectory, use backupStaticAttributes instead of backupStaticProperties)
* Delete backupStaticAttributes
* Add PHP version matrix
* Use ci.yml from #12
* Correct Laravel matrix versions
* Revert ci.yml changes
* Use multiple PHP versions
* Update ci.yml
* Don't use PHP 8 with Laravel 10 in CI
* Update ci.yml
* Remove L6 and L8 support
* Use single PHP version in CI
* Update ci.yml
* Change matrix in ci.yml
* swap laravel 9 & 10
* Update README.md
---------
Co-authored-by: Samuel Štancl <samuel@archte.ch>