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

Commit 50472ae

Browse files
committed
Merge branch 'release/2.3.0'
2 parents ba74a98 + ccb7e68 commit 50472ae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.0
1+
2.3.0

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
],
1717
"require": {
1818
"php": ">=7.2",
19-
"illuminate/console": "5.5.*|5.6.*|5.7.*|5.8.*|6.0.*",
20-
"illuminate/database": "5.5.*|5.6.*|5.7.*|5.8.*|6.0.*",
21-
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|6.0.*",
19+
"illuminate/console": "~5.5|~6",
20+
"illuminate/database": "~5.5|~6",
21+
"illuminate/support": "~5.5|~6",
2222
"nesbot/carbon": "~1.20|^2.0",
2323
"psr/log": "^1.0"
2424
},

0 commit comments

Comments
 (0)