jessarcher / laravel-castable-data-transfer-object

Automatically cast JSON columns to rich PHP objects in Laravel using Spatie's data-transfer-object class
https://jessarcher.com/blog/casting-json-columns-to-value-objects/
MIT License
328 stars 23 forks source link

chore: allow safe dependency v2 #14

Closed rannmann closed 2 years ago

rannmann commented 2 years ago

Resolves some dependency conflicts with other libraries. PHP 8 support wasn't added to thecodingmachine/safe until v2.0, and since this library requires PHP 8 it makes sense to at least support this version of the library.

jessarcher commented 2 years ago

Thank you 🙏