munkireport / munkireport-php

A reporting tool for munki
MIT License
393 stars 139 forks source link

rodneyrehm/plist deprecated #1384

Open pnerum opened 4 years ago

pnerum commented 4 years ago

When updating my mr from 5.3.0 to 5.6.3 I get the following error when running the latest version of Munkireport on the client: <b>Deprecated</b>: Array and string offset access syntax with curly braces is deprecated in <b>/var/munkireport/vendor/rodneyrehm/plist/classes/CFPropertyList/CFBinaryPropertyList.php</b> on line <b>804</b><br /> <br /> <b>Deprecated</b>: Array and string offset access syntax with curly braces is deprecated in <b>/var/munkireport/vendor/rodneyrehm/plist/classes/CFPropertyList/CFBinaryPropertyList.php</b> on line <b>827</b><br />

Arjen already found the library is now provided by: https://github.com/TECLIB/CFPropertyList

To temporarily fix the issue when running in Docker is to log in the container and run: composer update packages rodneyrehm/plist or add a line to the docker build file.

Can this composer module be updated to the new maintainer?

mosen commented 3 years ago

new maintainer is now uploading using the old package name rodneyrehm/plist so nothing to do except composer update here in future.