CodeIgniter Forums
Warning sebastian/resource-operations on installation - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9)
+--- Thread: Warning sebastian/resource-operations on installation (/showthread.php?tid=80039)



Warning sebastian/resource-operations on installation - R2M - 09-06-2021

I'm having a warning when I try to install codeigniter 4 through appstarter. It's "Package sebastian/resource-operations is abandoned, you should avoid using it. No replacement was suggested." Should I ignore or there is a way to fix it?



RE: Warning sebastian/resource-operations on installation - InsiteFX - 09-06-2021

Is this the install your using?

CodeIgniter 4 GitHub - appstarter


RE: Warning sebastian/resource-operations on installation - paulbalandan - 09-06-2021

(09-06-2021, 02:07 AM)R2M Wrote:
I'm having a warning when I try to install codeigniter 4 through appstarter. It's "Package sebastian/resource-operations is abandoned, you should avoid using it. No replacement was suggested." Should I ignore or there is a way to fix it?

You can safely ignore this warnings as <pre>sebastian/resource-operations</pre> is only used internally by <pre>phpunit/phpunit</pre> for unit testing. However, if you are using that package directly in your code, then you should discontinue using it.