You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encounter an error? why is this? im stuck to this prob
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for inani/messager dev-master -> satisfiable by inani/messager[dev-master].
- Can only install one of: inani/messager[1.0.1, dev-master].
- Installation request for inani/messager ^1.0 -> satisfiable by inani/messager[1.0.1].
Installation failed, reverting ./composer.json to its original content
You have a "title" (presumably message subject) field in the migration, but your code will not accept a title insert:
$message = new Message(['content' => $attribute['content']]);
so I have no idea how your tests are passing. I like the rest of this so I'll prolly send you a PR today
The text was updated successfully, but these errors were encountered: