Skip to content

Commit

Permalink
set required php version above 8.0 and php8 supported information
Browse files Browse the repository at this point in the history
  • Loading branch information
sagautam5 committed Apr 7, 2024
1 parent 6acda38 commit 507284c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 18 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,21 @@ Image Source: [Wikipedia(Administrative divisions of Nepal)](https://simple.wiki

PHP >= 7.0

Version v1.0.8 has been tested on following php versions.
Version **v1.0.8** has been tested on following php versions.

- 7.0
- 7.1
- 7.2
- 7.3
- 7.4


Current **dev-master** has been tested on following php versions.

- 8.0
- 8.1
- 8.2
- 8.3

## Demo

You can view Province -> District -> Municipality -> Wards in following demo.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^8.0"
"php": ">=8.0"
},
"require-dev": {
"phpunit/phpunit": "9.6.*"
Expand Down
30 changes: 15 additions & 15 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 507284c

Please sign in to comment.