advoor / nova-editor-js

Editor JS field for Laravel Nova
92 stars 54 forks source link

Update for Laravel 11 #104

Closed Woeler closed 6 months ago

Woeler commented 7 months ago

This PR updated this package to allow Laravel 11.

Dropped support for Laravel 9 as it is outdated.

Removed nightly tests, they were unnecessary.

Removed unnecessary platform juggling from test config.

Updated some testcases to work with newer testbench version.

Updated phpunit config to latest standards.

Should probably be released as v4.

Also resolves #103