Skip to content

Commit

Permalink
php version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tkaratug committed Jun 16, 2020
1 parent 977d95e commit db07aa0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ echo $convert->getDate();
```

## Changelog
#### v2.0.1
- Typed property kullanıldığından, php versiyonu en az 7.4 olarak güncellendi.

#### v2.0.0
- PSR4 autoloading standardına uygun olarak yeniden yazıldı.
- Testler eklendi.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.0.0"
"php": "^7.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit db07aa0

Please sign in to comment.