phpSPO icon indicating copy to clipboard operation
phpSPO copied to clipboard

Update documentation

Open MiddleSiggy opened this issue 4 months ago • 0 comments

Your composer example tells people to install an older version:

{ "require": { "vgrem/php-spo": "^2.4" } }

but this will produce warnings on newer PHP installs around deprecated commands.

You might want to adjust to the newer version. "^3"

Thanks

MiddleSiggy avatar Mar 05 '24 22:03 MiddleSiggy