Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
dependencies upgrade
  • Loading branch information
Senik Hakobyan committed Sep 9, 2020
commit 755736aa850e160f1ebe74e69c8d0d24710c5499
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,14 @@
],
"require": {
"php": "^7.2",
"illuminate/console": "~7.0",
"illuminate/support": "~7.0",
"illuminate/cache": "~7.0"
"illuminate/console": "~8.0",
"illuminate/support": "~8.0",
"illuminate/cache": "~8.0"
},
"require-dev": {
"phpunit/phpunit": "~4.1",
"phpunit/phpunit": "^8",
"mockery/mockery": "dev-master",
"illuminate/database": "~7.0",
"sami/sami": "dev-master"
"illuminate/database": "~8.0"
},
"autoload": {
"classmap": [
Expand Down
Loading