Skip to content

Commit

Permalink
refactor: composer.json updated for laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynilsavani committed Jan 24, 2022
1 parent e9c8e43 commit 445e8d8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,16 @@ World's Country, State and City Provider for Laravel.
Installation
-----

Run a command,
Run a command for Laravel 8,

```
composer require jaynilsavani/laravel-country-state-city
composer require jaynilsavani/laravel-country-state-city:1.0.0
```

Run a command for Laravel 7,

```
composer require jaynilsavani/laravel-country-state-city:1.1.0
```

To publish configurations,
Expand Down
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
}
],
"require": {
"php": "^7.3",
"illuminate/support": "^8.0",
"laravel/ui": "^3.0"
"php": "^7.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 445e8d8

Please sign in to comment.