whitecube / nova-page

Static pages content management for Laravel Nova
https://whitecube.github.io/nova-page
MIT License
238 stars 41 forks source link

Compatibility with Laravel 11 #109

Closed aurelien-ci closed 2 months ago

aurelien-ci commented 4 months ago

Hi, I have a project on Laravel 10 using nova-page and I want to uprade it on Laravel 11 but there is a conflict with the orchestra/testbench used on nova-page :

on composer update :

whitecube/nova-page v0.3.5 requires orchestra/testbench ^8.5

image

Can you change the requested version of orchestra/testbench so it can be used with Laravel 11 ?

Thank you