Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner committed Apr 19, 2019
1 parent 9627a48 commit 35f175d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,4 +2,5 @@
composer.phar
composer.lock
.DS_Store
.phpunit.result.cache
/.idea
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -16,8 +16,8 @@
}
],
"require": {
"php": ">=7.1.3",
"illuminate/support": "5.5 - 5.8"
"illuminate/support": "5.5 - 5.8",
"php": ">=7.1.3"
},
"suggest": {
"geocoder-php/GeocoderLaravel": "If you need to geocode addresses and don't already have marker coordinates, use this package. It provides geocoding functionality optimized for Laravel."
Expand All @@ -33,7 +33,7 @@
"orchestra/database": "3.8.*",
"orchestra/testbench-browser-kit": "3.8.*",
"orchestra/testbench-dusk": "3.8.*",
"orchestra/testbench": "3.8",
"orchestra/testbench": "3.8.*",
"php-coveralls/php-coveralls" : "*",
"phpmd/phpmd": "*",
"phpunit/phpunit": "*",
Expand Down

0 comments on commit 35f175d

Please sign in to comment.