Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

seyfer/phpflashmessages 1.0.1 -> no matching package found #1

Open
seyfer opened this issue Mar 19, 2017 · 0 comments
Open

seyfer/phpflashmessages 1.0.1 -> no matching package found #1

seyfer opened this issue Mar 19, 2017 · 0 comments
Assignees
Labels

Comments

@seyfer
Copy link
Owner

seyfer commented Mar 19, 2017

I have used plasticbrain/PhpFlashMessages as a basis and have pushed a pull request to his repository.

But until he hasn't accepted my pull, please add this lines to your composer.json file in your project

"repositories": [
    {
      "type": "package",
      "package": {
        "name": "seyfer/PhpFlashMessages",
        "version": "1.0.1",
        "source": {
          "type": "git",
          "url": "https://github.com/seyfer/PhpFlashMessages",
          "reference": "master"
        },
        "autoload": {
          "psr-4": {
            "Plasticbrain\\FlashMessages\\": "src/"
          }
        }
      }
    }
  ]

Issue will be closed after @plasticbrain will accept my pull.

@seyfer seyfer added the bug label Mar 19, 2017
@seyfer seyfer self-assigned this Mar 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant