Skip to content

Commit

Permalink
Upgrade to Laravel 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner committed Sep 9, 2020
1 parent 3e95ab1 commit a4e2ab3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,21 @@
"geocoder-php/google-maps-provider": "^4.0",
"guzzlehttp/psr7": "*",
"http-interop/http-factory-guzzle": "^1.0",
"illuminate/cache": "^5.0|^6.0|^7.0",
"illuminate/support": "^5.0|^6.0|^7.0",
"illuminate/cache": "^5.0|^6.0|^7.0|^8.0",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0",
"php-http/curl-client": "*",
"php": ">=7.2.5",
"php": ">=7.3",
"willdurand/geocoder": "^4.0"
},
"require-dev": {
"doctrine/dbal": "*",
"geocoder-php/bing-maps-provider": "^4.0",
"geocoder-php/geoip2-provider": "^4.0",
"geocoder-php/maxmind-binary-provider": "^4.0",
"orchestra/testbench-browser-kit": "^5.0",
"orchestra/testbench-dusk": "^5.0",
"orchestra/testbench": "^5.0",
"laravel/legacy-factories": "^1.0",
"orchestra/testbench": "^6.0",
"orchestra/testbench-browser-kit": "^6.0",
"orchestra/testbench-dusk": "^6.0",
"php-coveralls/php-coveralls": "*",
"phpunit/phpunit": "8.5",
"sebastian/phpcpd": "^5.0"
Expand Down

0 comments on commit a4e2ab3

Please sign in to comment.