Overview
To get started with the upgrade process, follow the below steps: 1. In yourcomposer.json file, change the statamic-rad-pack/runway version constraint to ^9.0:
High impact changes
PHP and Laravel support
Affects apps using PHP < 8.2 or Laravel < 11.- The minimum version of PHP is now 8.2.
- The minimum version of Laravel is now 11.
Medium impact changes
The scope parameter on the Runway tag has been renamed
Affects app using the scope parameter on the Runway tag
The scope parameter on the Runway tag has been renamed to query_scope to avoid conflicts with Antlers’ own scope parameter.
runway:rebuild-uri-cache no longer removes global query scopes
The runway:rebuild-uri-cache command no longer removes global query scopes when querying models. If you were relying on this behaviour, you may remove global scopes using the runwayRoutes query scope:
You may also view a diff of changes between v8.x and v9.0