You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADING.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
6
6
> Note: This is a complete refactor! Please be sure to read the docs carefully before upgrading.
7
7
8
+
* Minimum PHP version has been bumped to `7.4` to match the upcoming framework changes
9
+
* All properties that can be typed have been
8
10
* The services no longer exist; remove all references to `Services::Assets` and `Services::manifests` to avoid exceptions
9
11
* This library no longer publishes Assets; convert Manifests to the framework's new [Publisher format](https://codeigniter.com/user_guide/libraries/publisher.html)
10
12
* Many of the example Manifests now have an official Publisher equivalent at [Tatter\Frontend](https://github.com/tattersoftware/codeigniter4-frontend)
0 commit comments