Skip to content

Commit

Permalink
fix: composer version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
MgHtinLynn2 committed May 6, 2021
1 parent d12e9e7 commit c8e5a4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"require": {
"php": ">=7.1.3",
"arcanedev/support": "~4.4.0",
"illuminate/Contracts": "~5.7.0",
"illuminate/Database": "~5.7.0",
"illuminate/Notifications": "~5.7.0",
"illuminate/contracts": "~5.7.0",
"illuminate/database": "~5.7.0",
"illuminate/notifications": "~5.7.0",
"illuminate/support": "~5.7.0",
"stevenay/myanfont": "dev-master"
},
Expand Down

0 comments on commit c8e5a4e

Please sign in to comment.