atk4/mastercrud

Composer installation of mastercrud errors:

rapgithub opened this issue · 3 comments

None of the below installation are correct...something is missing...

Installing mastercrud gives me the error:

[InvalidArgumentException]
Could not find a matching version of package atk4masterCRUD. Check the pack
age spelling, your version constraint and that the package is available in
a stability which matches your minimum-stability (stable).

Installing atk4crudception gives me the error:

[InvalidArgumentException]
Could not find a matching version of package atk4crudception. Check the pac
kage spelling, your version constraint and that the package is available in
a stability which matches your minimum-stability (stable).

any tips for installation without this errors!!

errors fixed!! the documentation is not written correctly installation must be with slash forward not backward!!!

like this composer require atk4/mastercrud

finally I got it working!!!
better to change the documentation texts and put the slash forward ...

thanks

but composer require atk4\crudception or composer require atk4/crudception does not work yet problem as above!!

[InvalidArgumentException]
Could not find a matching version of package atk4crudception. Check the pac
kage spelling, your version constraint and that the package is available in
a stability which matches your minimum-stability (stable).

I have cleaned up readme and changed slash.