![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/job-board.corals.io/vendor/skagarwal/google-places-api/ |
{ "name": "skagarwal/google-places-api", "description": "Google Places Api", "type": "library", "keywords": [ "Google", "Places", "Google Places", "Google Places Api", "Google Api" ], "time": "2016-02-05", "license": "MIT", "authors": [ { "name": "Sachin Agarwal", "email": "[email protected]" } ], "require": { "php": "^5.5.9|^7.2|^7.3|^8.0", "illuminate/support": "~5.0|^6.0|^7.0|^8.0", "illuminate/container": "~5.0|^6.0|^7.0|^8.0", "guzzlehttp/guzzle": "^6.1|^7.0.1" }, "require-dev": { "phpunit/phpunit": "~4.0|^9.3", "skagarwal/reflection": "~1.0" }, "autoload": { "files": [ "src/helpers.php" ], "psr-4": { "SKAgarwal\\GoogleApi\\": "src/" } }, "extra": { "laravel": { "providers": [ "SKAgarwal\\GoogleApi\\ServiceProvider" ], "aliases": { "GooglePlaces": "SKAgarwal\\GoogleApi\\Facade" } } } }