Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jestillore/google-maps-geocoder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: jestillore/google-maps-geocoder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 25, 2019

  1. Remove composer.lock

    jestillore committed Sep 25, 2019
    Copy the full SHA
    a620799 View commit details
  2. Support laravel 6

    jestillore committed Sep 25, 2019
    Copy the full SHA
    dfda856 View commit details

Commits on Sep 18, 2020

  1. Support laravel 7 and 8

    jestillore committed Sep 18, 2020
    Copy the full SHA
    03126e9 View commit details
Showing with 2 additions and 823 deletions.
  1. +1 −0 .gitignore
  2. +1 −1 composer.json
  3. +0 −822 composer.lock
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/vendor/
.idea/
composer.lock
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
"type": "library",
"require": {
"guzzlehttp/guzzle": "^6.3",
"illuminate/support": "^5.6",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0",
"ext-json": "*"
},
"license": "MIT",
Loading