Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Merge branch 'release/2.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmypuckett committed Oct 3, 2019
2 parents ba74a98 + ccb7e68 commit 50472ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.3.0
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
],
"require": {
"php": ">=7.2",
"illuminate/console": "5.5.*|5.6.*|5.7.*|5.8.*|6.0.*",
"illuminate/database": "5.5.*|5.6.*|5.7.*|5.8.*|6.0.*",
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|6.0.*",
"illuminate/console": "~5.5|~6",
"illuminate/database": "~5.5|~6",
"illuminate/support": "~5.5|~6",
"nesbot/carbon": "~1.20|^2.0",
"psr/log": "^1.0"
},
Expand Down

0 comments on commit 50472ae

Please sign in to comment.