Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tomirons committed Feb 19, 2021
1 parent 61cbc30 commit 887dd44
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
}
],
"require": {
"php": ">=5.6.4",
"illuminate/database": "5.4.*",
"illuminate/mail": "5.4.*",
"illuminate/support": "5.4.*"
"php": "^7.3",
"illuminate/database": "^6.0|^7.0|^8.0",
"illuminate/mail": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0"
},
"require-dev": {
"mockery/mockery": "~0.9.4",
"phpunit/phpunit": "~5.7"
"mockery/mockery": "^1.4",
"phpunit/phpunit": "^9.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 887dd44

Please sign in to comment.