Skip to content

Commit

Permalink
use higher version of php and dependencies updated accordingly.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkwsra committed Jun 1, 2021
1 parent 8d9a784 commit 0367238
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v3.0.0
* use higher version of php and dependencies updated accordingly.

## v2.0.0
* Updated Dependency of Laravel Unifonic v2 to reflect the new changes of the API.

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.4|^8.0",
"multicaret/laravel-unifonic": "^2.0"
},
"require-dev": {
"illuminate/notifications": "~5.7",
"illuminate/notifications": "~v8.35.1",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.0"
"phpunit/phpunit": "^9.5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0367238

Please sign in to comment.