silverstripe / silverstripe-elemental

Create pages in Silverstripe CMS using content blocks
http://dna.co.nz
BSD 3-Clause "New" or "Revised" License
110 stars 115 forks source link

DEP Update minimum dependencies #1223

Closed GuySartorelli closed 2 months ago

GuySartorelli commented 3 months ago

Fixes https://github.com/silverstripe/silverstripe-elemental/actions/runs/10031428259/job/27721872095

BadMethodCallException: Object->__call(): the method 'eagerLoad' does not exist on 'SilverStripe\ORM\DataList'

and

Error: Class "SilverStripe\Forms\SearchableDropdownField" not found

eagerLoad() was added in silverstripe/framework 5.1, but SearchableDropdownField was added in 5.2 so we need at least that version.

Issues