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

Laravel 5.5 fix #274

Open
psmedia90 opened this issue Feb 23, 2018 · 1 comment
Open

Laravel 5.5 fix #274

psmedia90 opened this issue Feb 23, 2018 · 1 comment

Comments

@psmedia90
Copy link

psmedia90 commented Feb 23, 2018

need to update the composer.json file


{
    "name": "egeloen/google-map",
    "description": "Google Map API v3 integration for PHP 5.6+",
    "keywords": [ "google", "map" ],
    "license": "MIT",
    "authors": [
        {
            "name": "Eric GELOEN",
            "email": "geloen.eric@gmail.com"
        }
    ],
    "require": {
        "php": "^5.6|^7.0",
        "egeloen/json-builder": "^2.0|^3.0",
        "symfony/event-dispatcher": ">=2.7 <5.0" <-----
    },
    "require-dev": {
        "egeloen/serializer": "^1.0",
        "friendsofphp/php-cs-fixer": "^2.0",
        "php-http/cache-plugin": "^1.4",
        "php-http/guzzle6-adapter": "^1.0",
        "phpunit/phpunit": "^5.4",
        "phpunit/phpunit-selenium": "dev-master",
        "symfony/cache": "^3.2",
        "symfony/phpunit-bridge": "^2.7|^3.0"
    },
    "suggest": {
        "egeloen/serializer": "Allows to use http services",
        "php-http/client-implementation": "Allows to use http services",
        "php-http/message": "Allows to use http services"
    },
    "autoload": {
        "psr-4": { "Ivory\\GoogleMap\\": "src/" }
    },
    "autoload-dev": {
        "psr-4": { "Ivory\\Tests\\GoogleMap\\": "tests/" }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "2.0-dev"
        }
    }
}
@davidsarkany
Copy link

Duplicated: #265

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants