Welcome Guest, Not a member yet? Register   Sign In
Warning sebastian/resource-operations on installation
#1

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?
Reply
#2

Is this the install your using?

CodeIgniter 4 GitHub - appstarter
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

(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.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB